23 #ifndef __INTERFACES_GENERATOR_MESSAGE_H_ 24 #define __INTERFACES_GENERATOR_MESSAGE_H_ 26 #include <interfaces/generator/field.h> 38 void setFields(
const std::vector<InterfaceField> &fields);
44 std::vector<InterfaceField> fields;
void setFields(const std::vector< InterfaceField > &fields)
Set fields of message.
InterfaceMessage(const std::string &name, const std::string &comment)
Constructor.
Interface generator internal representation of a message as parsed from the XML template file...
std::string getName()
Get name of message.
std::vector< InterfaceField > getFields()
Get fields of message.
std::string getComment()
Get comment of message.