#include <dballe/core/rawmsg.h>
#include <dballe/msg/msgs.h>
Go to the source code of this file.
Functions | |
dba_err | dba_marshal_decode (dba_rawmsg rmsg, dba_msgs *msgs) |
Decode a message from its raw encoded representation. | |
dba_err | dba_marshal_encode (dba_msgs msgs, dba_encoding type, dba_rawmsg *rmsg) |
Encode a message into its raw encoded representation. |
dba_err dba_marshal_decode | ( | dba_rawmsg | rmsg, | |
dba_msgs * | msgs | |||
) |
dba_err dba_marshal_encode | ( | dba_msgs | msgs, | |
dba_encoding | type, | |||
dba_rawmsg * | rmsg | |||
) |
Encode a message into its raw encoded representation.
msgs | Message to encode | |
type | Format to use for encoding |
rmsg | The resulting dba_rawmsg |