Structure describing the payload section of the MSG_STATUS_TEXT message. More...
#include <protocol.h>
Public Attributes | |
uint8_t | severity |
char | text [50] |
Structure describing the payload section of the MSG_STATUS_TEXT message.
Definition at line 55 of file protocol.h.
uint8_t msg_status_text::severity |
Definition at line 56 of file protocol.h.
char msg_status_text::text[50] |
Definition at line 57 of file protocol.h.