|
Fawkes API
Fawkes Development Version
|
#include <interface.h>
Public Attributes | |
| const char * | type |
| the type of the message | |
| interface_messageinfo_t * | next |
| the next field, NULL if last | |
Message info list.
Definition at line 184 of file interface.h.
| interface_messageinfo_t* fawkes::Interface::interface_messageinfo_t::next |
the next field, NULL if last
Definition at line 186 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 185 of file interface.h.
Referenced by fawkes::Interface::add_messageinfo(), and fawkes::Interface::get_message_types().