GlobalRobotPoseSensorDevice Class Reference

#include <RobotAPI/components/units/RobotUnit/Devices/GlobalRobotPoseSensorDevice.h>

+ Inheritance diagram for GlobalRobotPoseSensorDevice:

Public Types

using SensorValueType = SensorValueGlobalRobotPose
 

Public Member Functions

std::string getReportingFrame () const override
 
const SensorValueBasegetSensorValue () const override
 
 GlobalRobotPoseSensorDevice ()
 
void rtReadSensorValues (const IceUtil::Time &sensorValuesTimestamp, const IceUtil::Time &timeSinceLastIteration) override
 This is a hook for implementations to read the sensor value from a bus. More...
 
- Public Member Functions inherited from SensorDevice
template<class T >
const TgetSensorValue () const
 
std::string getSensorValueType (bool withoutNamespaceSpecifier=false) const
 Returns the SensorValue's type as a string. More...
 
 SensorDevice (const std::string &name)
 Create a SensorDevice with the given name. More...
 
- Public Member Functions inherited from DeviceBase
 DeviceBase (const std::string &name)
 Create a Device with the given name. More...
 
const std::string & getDeviceName () const
 
const std::set< std::string > & getTags () const
 
bool hasTag (const std::string &tag) const
 
const char * rtGetDeviceName () const
 
virtual ~DeviceBase ()=default
 

Static Public Member Functions

static std::string DeviceName ()
 

Protected Attributes

SensorValueType sensor
 

Additional Inherited Members

- Static Public Attributes inherited from SensorDevice
static const SensorDevicePtr NullPtr {nullptr}
 A static const nullptr in case a const ref to a nullptr needs to be returned. More...
 
- Protected Member Functions inherited from DeviceBase
void addDeviceTag (const std::string &tag)
 adds the given tag to the Device More...
 

Detailed Description

Definition at line 82 of file GlobalRobotPoseSensorDevice.h.

Member Typedef Documentation

◆ SensorValueType

Constructor & Destructor Documentation

◆ GlobalRobotPoseSensorDevice()

Member Function Documentation

◆ DeviceName()

std::string DeviceName ( )
static

Definition at line 80 of file GlobalRobotPoseSensorDevice.cpp.

+ Here is the caller graph for this function:

◆ getReportingFrame()

std::string getReportingFrame ( ) const
overridevirtual
Returns
The reporting frame name of this sensor (e.g. The frame some force torque values are in). This may be empty for virtual sensors e.g. execution time sensors.

Reimplemented from SensorDevice.

Definition at line 97 of file GlobalRobotPoseSensorDevice.cpp.

◆ getSensorValue()

const SensorValueBase * getSensorValue ( ) const
overridevirtual
Returns
The SensorDevice's sensor value

Implements SensorDevice.

Definition at line 91 of file GlobalRobotPoseSensorDevice.cpp.

◆ rtReadSensorValues()

void rtReadSensorValues ( const IceUtil::Time &  sensorValuesTimestamp,
const IceUtil::Time &  timeSinceLastIteration 
)
overridevirtual

This is a hook for implementations to read the sensor value from a bus.

Parameters
sensorValuesTimestampThe current timestamp
timeSinceLastIterationThe time delta since the last call

Reimplemented from SensorDevice.

Reimplemented in GlobalRobotLocalizationSensorDevice.

Definition at line 103 of file GlobalRobotPoseSensorDevice.cpp.

Member Data Documentation

◆ sensor

SensorValueType sensor
protected

Definition at line 99 of file GlobalRobotPoseSensorDevice.h.


The documentation for this class was generated from the following files: