pb_ser_free_t pb_ser_free
Call another function for msg->cmd.
Definition pb-serial.h:58
pb_ser_w_t pb_ser_w_cmd_prop
Write the pb_cmd_prop_t fields.
Definition pb-serial.h:61
pb_ser_free_t pb_ser_free_cmd_prop
Free the pb_cmd_prop_t fields.
Definition pb-serial.h:65
pb_ser_r_t pb_ser_r_cmd_state
Read the pb_cmd_state_t fields.
Definition pb-serial.h:70
pb_ser_w_t pb_ser_w
Write the pb_msg_t header fields and call another function for msg->cmd.
Definition pb-serial.h:47
void pb_ser_free_t(pb_msg_t *msg)
Recursively free message struct fields.
Definition pb-serial.h:40
void pb_ser_r_t(mpack_reader_t *reader, pb_msg_t *msg)
Read (deserialize) message fields using mpack.
Definition pb-serial.h:34
pb_ser_free_t pb_ser_free_cmd_magic
Free the pb_cmd_magic_t fields.
Definition pb-serial.h:79
pb_ser_free_t pb_ser_free_cmd_state
Free the pb_cmd_state_t fields.
Definition pb-serial.h:72
void pb_ser_w_t(mpack_writer_t *writer, const pb_msg_t *msg)
Write (serialize) message fields using mpack.
Definition pb-serial.h:27
pb_ser_r_t pb_ser_r_cmd_magic
Read the pb_cmd_magic_t fields.
Definition pb-serial.h:77
pb_ser_w_t pb_ser_w_cmd_state
Write the pb_cmd_state_t fields.
Definition pb-serial.h:68
pb_ser_r_t pb_ser_r_cmd_prop
Read the pb_cmd_prop_t fields.
Definition pb-serial.h:63
pb_ser_r_t pb_ser_r
Read the pb_msg_t header fields and call another function for msg->cmd.
Definition pb-serial.h:53
pb_ser_w_t pb_ser_w_cmd_magic
Write the pb_cmd_magic_t fields.
Definition pb-serial.h:75
puzzle bus message header / container (shared by all commands)
Definition pb-types.h:94