|
MIRA
|
#include <model/Marker.h>
Public Types | |
| enum | Command { CREATE_MODIFY = 0, REMOVE = 1 } |
Public Member Functions | |
| Marker () | |
| template<typename Reflector > | |
| void | reflect (Reflector &r) |
Public Attributes | |
| uint32 | id |
| std::string | ns |
| Command | command |
| std::vector< MarkerBasePtr > | objects |
Marker message.
Has an id a namespace and a command. Contains multiple marker objects for rendering.
| enum Command |
|
inline |
|
inline |
| uint32 id |
| std::string ns |
| Command command |
| std::vector<MarkerBasePtr> objects |
1.8.14