|
roviz
0.7
Code Documentation of roviz
|
An entry of a message. More...
#include <message.h>

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 | |
| }; | |
An entry of a message.
Depending on the type, either i, d or s is valid.
1.8.13