Fawkes API  Fawkes Development Version
fawkes::Interface::interface_messageinfo_t Struct Reference

Message info list. More...

#include <interface.h>

Public Attributes

const char * type
 the type of the message More...
 
interface_messageinfo_tnext
 the next field, NULL if last More...
 

Detailed Description

Message info list.

Definition at line 190 of file interface.h.

Member Data Documentation

◆ next

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().

◆ type

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().


The documentation for this struct was generated from the following file: