|
|
#include <RobotAPI/components/units/RobotUnit/Devices/RTThreadTimingsSensorDevice.h>
Inheritance diagram for RTThreadTimingsSensorDevice:Public Member Functions | |
| const SensorValueBase * | getSensorValue () const override=0 |
| virtual void | rtMarkRtBusSendReceiveEnd ()=0 |
| virtual void | rtMarkRtBusSendReceiveStart ()=0 |
| virtual void | rtMarkRtLoopPreSleep ()=0 |
| virtual void | rtMarkRtLoopStart ()=0 |
| RTThreadTimingsSensorDevice (const std::string &name) | |
Public Member Functions inherited from SensorDevice | |
| virtual std::string | getReportingFrame () const |
| template<class T > | |
| const T * | getSensorValue () const |
| std::string | getSensorValueType (bool withoutNamespaceSpecifier=false) const |
| Returns the SensorValue's type as a string. More... | |
| virtual void | rtReadSensorValues (const IceUtil::Time &sensorValuesTimestamp, const IceUtil::Time &timeSinceLastIteration) |
| This is a hook for implementations to read the sensor value from a bus. 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 |
| virtual bool | hasError () |
| bool | hasTag (const std::string &tag) const |
| const char * | rtGetDeviceName () const |
| virtual | ~DeviceBase ()=default |
Protected Member Functions | |
| virtual void | rtMarkRtHandleInvalidTargetsEnd ()=0 |
| virtual void | rtMarkRtHandleInvalidTargetsStart ()=0 |
| virtual void | rtMarkRtReadSensorDeviceValuesEnd ()=0 |
| virtual void | rtMarkRtReadSensorDeviceValuesStart ()=0 |
| virtual void | rtMarkRtResetAllTargetsEnd ()=0 |
| virtual void | rtMarkRtResetAllTargetsStart ()=0 |
| virtual void | rtMarkRtRunJointControllersEnd ()=0 |
| virtual void | rtMarkRtRunJointControllersStart ()=0 |
| virtual void | rtMarkRtRunNJointControllersEnd ()=0 |
| virtual void | rtMarkRtRunNJointControllersStart ()=0 |
| virtual void | rtMarkRtSwitchControllerSetupEnd ()=0 |
| virtual void | rtMarkRtSwitchControllerSetupStart ()=0 |
| virtual void | rtMarkRtUpdateSensorAndControlBufferEnd ()=0 |
| virtual void | rtMarkRtUpdateSensorAndControlBufferStart ()=0 |
Protected Member Functions inherited from DeviceBase | |
| void | addDeviceTag (const std::string &tag) |
| adds the given tag to the Device More... | |
Friends | |
| class | RobotUnit |
| class | RobotUnitModule::ControlThread |
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... | |
Definition at line 38 of file RTThreadTimingsSensorDevice.h.
|
inline |
Definition at line 41 of file RTThreadTimingsSensorDevice.h.
|
overridepure virtual |
Implements SensorDevice.
Implemented in RTThreadTimingsSensorDeviceImpl< SensorValueType >.
|
pure virtual |
Implemented in RTThreadTimingsSensorDeviceImpl< SensorValueType >.
Here is the caller graph for this function:
|
pure virtual |
Implemented in RTThreadTimingsSensorDeviceImpl< SensorValueType >.
Here is the caller graph for this function:
|
protectedpure virtual |
Here is the caller graph for this function:
|
protectedpure virtual |
Here is the caller graph for this function:
|
pure virtual |
Implemented in RTThreadTimingsSensorDeviceImpl< SensorValueType >.
Here is the caller graph for this function:
|
pure virtual |
Implemented in RTThreadTimingsSensorDeviceImpl< SensorValueType >.
Here is the caller graph for this function:
|
protectedpure virtual |
Here is the caller graph for this function:
|
protectedpure virtual |
Here is the caller graph for this function:
|
protectedpure virtual |
Here is the caller graph for this function:
|
protectedpure virtual |
Here is the caller graph for this function:
|
protectedpure virtual |
Here is the caller graph for this function:
|
protectedpure virtual |
Here is the caller graph for this function:
|
protectedpure virtual |
Here is the caller graph for this function:
|
protectedpure virtual |
Here is the caller graph for this function:
|
protectedpure virtual |
Here is the caller graph for this function:
|
protectedpure virtual |
Here is the caller graph for this function:
|
protectedpure virtual |
Here is the caller graph for this function:
|
protectedpure virtual |
Here is the caller graph for this function:
|
friend |
Definition at line 54 of file RTThreadTimingsSensorDevice.h.
|
friend |
Definition at line 55 of file RTThreadTimingsSensorDevice.h.