Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LARN
PRRT
Commits
f181efe6
Commit
f181efe6
authored
Jul 31, 2020
by
Sven Liefgen
Browse files
Update prrt/proto/types/packet.h
parent
344ac8d1
Pipeline
#4558
failed with stages
in 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
prrt/proto/types/packet.h
View file @
f181efe6
...
...
@@ -162,7 +162,7 @@ PrrtPacket *PrrtPacket_create_redundancy_packet(uint8_t priority, void *payloadP
PrrtCodingConfiguration
*
codingParams
);
bool
PrrtPacket_decode
(
void
*
srcBuffer
,
uint16_t
srcBufferSize
,
PrrtPacket
*
targetPacket
);
bool
PrrtPacket_decode_payload
(
void
*
srcBuffer
,
P
rrtPacket
*
targetPacket
);
bool
PrrtPacket_decode_payload
(
void
*
srcBuffer
,
p
rrtPacket
Type_t
packetType
,
void
*
payload
,
uint32_t
payload_len
);
bool
PrrtPacket_encode
(
void
*
buf_ptr
,
uint16_t
buf_size
,
PrrtPacket
*
packet_ptr
);
bool
PrrtPacket_encode_payload
(
void
*
buf_ptr
,
PrrtPacket
*
packet_ptr
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment