fawkes::Interface::interface_messageinfo_t Struct Reference
Message info list. More...
#include <interface.h>
Public Attributes | |
| const char * | type |
| the type of the message | |
| interface_messageinfo_t * | next |
| the next field, NULL if last | |
Detailed Description
Message info list.Definition at line 156 of file interface.h.
Member Data Documentation
the next field, NULL if last
Definition at line 158 of file interface.h.
Referenced by fawkes::Interface::add_messageinfo(), fawkes::Interface::get_message_types(), and fawkes::Interface::~Interface().
| const char* fawkes::Interface::interface_messageinfo_t::type |
the type of the message
Definition at line 157 of file interface.h.
Referenced by fawkes::Interface::add_messageinfo(), and fawkes::Interface::get_message_types().
The documentation for this struct was generated from the following file:
- src/libs/interface/interface.h

