#include <mrpt/io/CFileGZOutputStream.h>
#include <mrpt/obs/obs_frwds.h>
#include <mrpt/opengl/opengl_frwds.h>
#include <mrpt/poses/CPose3D.h>
#include <mvsim/ClassFactory.h>
#include <mvsim/Simulable.h>
#include <mvsim/VisualObject.h>
#include <memory>
Go to the source code of this file.
◆ DECLARES_REGISTER_SENSOR
#define DECLARES_REGISTER_SENSOR |
( |
|
CLASS_NAME | ) |
|
Value:
#define DECLARES_REGISTER_CLASS2(CLASS_NAME, BASE_CLASS, ARG1, ARG2)
Definition at line 118 of file SensorBase.h.
◆ REGISTER_SENSOR
#define REGISTER_SENSOR |
( |
|
TEXTUAL_NAME, |
|
|
|
CLASS_NAME |
|
) |
| |
Value:ClassFactory< SensorBase, Simulable &, const rapidxml::xml_node< char > * > TClassFactory_sensors
TClassFactory_sensors classFactory_sensors
#define REGISTER_CLASS2(FACTORY_TYPE, FACTORY_OBJ, TEXTUAL_NAME, CLASS_NAME)
Definition at line 122 of file SensorBase.h.