8 #ifndef LIBNEXUS_RV_MSG_ENCODER_H
9 #define LIBNEXUS_RV_MSG_ENCODER_H
25 uint8_t *buffer,
size_t limit,
int nexusrv_read_msg(FILE *fp, nexusrv_msg *msg)
Read the text (human readable) form of Message from fp into msg.
ssize_t nexusrv_msg_encode(const nexusrv_hw_cfg *hwcfg, uint8_t *buffer, size_t limit, const nexusrv_msg *msg)
Encode the msg into buffer.
NexusRV Message decoder configuration.
Definition: msg-decoder.h:23
Decoded NexusRV Message.
Definition: msg-types.h:92