Ignition Sensors

API Reference

5.0.0
SensorFactory.hh File Reference
#include <memory>
#include <string>
#include <type_traits>
#include <sdf/sdf.hh>
#include <ignition/common/Console.hh>
#include <ignition/common/PluginMacros.hh>
#include <ignition/common/SuppressWarning.hh>
#include <ignition/sensors/config.hh>
#include <ignition/sensors/Export.hh>
#include "ignition/sensors/Sensor.hh"

Go to the source code of this file.

Classes

class  SensorFactory
 A factory class for creating sensors This class wll load a sensor plugin based on the given sensor type and instantiates a sensor object. More...
 
class  SensorPlugin
 Base sensor plugin interface. More...
 
class  SensorTypePlugin< SensorType >
 Templated class for instantiating sensors of the specified type. More...
 

Namespaces

 ignition
 
 ignition::sensors
 Sensors namespace.
 

Macros

#define IGN_SENSORS_REGISTER_SENSOR(classname)
 Sensor registration macro. More...
 

Macro Definition Documentation

◆ IGN_SENSORS_REGISTER_SENSOR

#define IGN_SENSORS_REGISTER_SENSOR (   classname)
Value:
IGN_COMMON_REGISTER_SINGLE_PLUGIN(\
SensorTypePlugin<classname>, \
SensorPlugin)

Sensor registration macro.