|
| SensorMeasurementPtr | clone () |
| |
|
EnvironmentalContactSensorMeasurementPtr | clone (float newTimestep) |
| |
|
| EnvironmentalContactSensorMeasurement (float timestep, const std::map< std::string, std::string > &EnvironmentalContact, SensorMeasurementType type=SensorMeasurementType::MEASURED) |
| |
| bool | equals (SensorMeasurementPtr sensorMeasurement) |
| |
|
std::map< std::string, std::string > | getEnvironmentalContact () |
| |
| virtual void | appendDataXML (simox::xml::RapidXMLWrapperNodePtr node) |
| |
|
float | getTimestep () |
| |
|
SensorMeasurementType | getType () |
| |
|
virtual void | initializeModel (ModelPtr, bool) |
| |
|
bool | isExtended () |
| |
|
bool | isInterpolated () |
| |
|
void | setType (SensorMeasurementType type) |
| |
| std::string | toXMLString () |
| |
|
|
void | appendMeasurementDataXML (simox::xml::RapidXMLWrapperNodePtr measurementNode) |
| |
|
| SensorMeasurement (float timestep, SensorMeasurementType type=SensorMeasurementType::MEASURED) |
| |
|
|
template<typename Map > |
| static bool | compare (Map const &m1, Map const &m2) |
| |
|
template<typename M , typename std::enable_if< std::is_base_of< SensorMeasurement, M >::value >::type * = nullptr> |
| static std::shared_ptr< M > | getDerivedMeasurement (const std::map< float, std::shared_ptr< M >> &measurements, float timestep, float delta=0.0001) |
| |
| float | timestep |
| |
| SensorMeasurementType | type |
| |
◆ clone()
| SensorMeasurementPtr MMM::EnvironmentalContactSensorMeasurement::clone |
( |
| ) |
|
|
virtual |
◆ equals()
| bool MMM::EnvironmentalContactSensorMeasurement::equals |
( |
SensorMeasurementPtr |
sensorMeasurement | ) |
|
|
virtual |
Checks if specific sensor measurement values are equal. (not checking timestep or interpolated)
Implements MMM::SensorMeasurement.
The documentation for this class was generated from the following files:
- /builds/sw/mmm/core/MMM/Motion/Plugin/EnvironmentalContactPlugin/EnvironmentalContactSensorMeasurement.h
- /builds/sw/mmm/core/MMM/Motion/Plugin/EnvironmentalContactPlugin/EnvironmentalContactSensorMeasurement.cpp