Skip to main content

Module decode

Module decode 

Source
Expand description

PUT body decoding utilities.

The PVA PUT command carries a variable-format payload that encodes field updates. Different clients encode it in slightly different ways, so the decoder tries several strategies in order.

Functionsยง

assemble_segmented_message
Reassemble a segmented PVA message from the first header and accumulated payload fragments.
decode_put_body
Decode a PUT body payload using the known structure descriptor.
shift_bitset_left
Shift a bitset left by shift bit positions.