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