roviz  0.7
Code Documentation of roviz
Public Types | Public Attributes | List of all members
Message::Entry Struct Reference

An entry of a message. More...

#include <message.h>

Collaboration diagram for Message::Entry:
Collaboration graph

Public Types

enum  Type { Invalid, String, Int, Double }
 

Public Attributes

std::string name
 
enum Message::Entry::Type type
 
std::string s
 
union {
   int   i
 
   double   d
 
}; 
 

Detailed Description

An entry of a message.

Depending on the type, either i, d or s is valid.


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