|
| SensorPtr | createSensor (simox::xml::RapidXMLWrapperNodePtr sensorNode, const std::filesystem::path &filePath) |
| |
| std::string | getName () |
| |
| virtual std::vector< SensorPtr > | createSensors (LegacyMotionPtr) |
| |
|
bool | checkBase () |
| | Checks if the Plugin is valid base class.
|
| |
|
std::string | getDescription () const |
| | Return the description of the current instance.
|
| |
|
std::string | getPath () const |
| | Return the path of the current instance.
|
| |
|
void | setDescription (const std::string &newDescription) |
| | Set a description on the instance it is called on.
|
| |
|
void | setPath (const std::string &path) |
| | Set a path on the instance it is called on.
|
| |
|
|
static SensorFactoryPtr | createInstance (void *) |
| |
|
static std::filesystem::path | getStandardLibPath () |
| |
| static std::shared_ptr< SensorFactory > | createInstance (void *) |
| | Initialisation function which needs to be provided by every subclass. More...
|
| |
|
static std::shared_ptr< SensorFactory > | first (void * params) |
| | Function which can be used to retrieve the first registered object.
|
| |
|
static std::shared_ptr< SensorFactory > | fromName (const std::string &name, void * params) |
| | Function which can be used to retrieve an object specified by string name.
|
| |
| static std::string | getName () |
| | Returns the class's name. More...
|
| |
|
static std::vector< std::string > | getSubclassList () |
| | Return a list of all registered subclasses.
|
| |
|
static void | registerClass (const std::string &name, initialisationFunction init) |
| | Statically called by subclasses to register their name and initialisation function so they can be found by fromName.
|
| |
◆ createSensor()
| SensorPtr MMM::MoCapMarkerSensorFactory::createSensor |
( |
simox::xml::RapidXMLWrapperNodePtr |
sensorNode, |
|
|
const std::filesystem::path & |
filePath |
|
) |
| |
|
virtual |
Creates a sensor from an xml representation.
- Parameters
-
| sensorNode | The sensor xml node. |
Implements MMM::SensorFactory.
◆ getName()
| std::string MMM::MoCapMarkerSensorFactory::getName |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following files:
- /builds/sw/mmm/core/MMM/Motion/Plugin/MoCapMarkerPlugin/MoCapMarkerSensorFactory.h
- /builds/sw/mmm/core/MMM/Motion/Plugin/MoCapMarkerPlugin/MoCapMarkerSensorFactory.cpp