armarx::ObserverInterface
Overview
[ "amd" ]
interface ObserverInterface
Derived Classes and Interfaces
- CyberGloveObserverInterface
- DebugObserverInterface
- ExampleUnitObserverInterface
- ForceTorqueUnitObserverInterface
- GamepadUnitObserverInterface
- HandUnitObserverInterface
- HapticUnitObserverInterface
- InertialMeasurementUnitObserverInterface
- KinematicUnitObserverInterface
- LaserScannerUnitObserverInterface
- MetaWearIMUObserverInterface
- OptoForceUnitObserverInterface
- OrientedTactileSensorUnitObserverInterface
- PlatformUnitObserverInterface
- ProfilerObserverInterface
- RobotStateObserverInterface
- SpeechObserverInterface
- SystemObserverInterface
- TCPControlUnitObserverInterface
- grasping::GraspCandidateObserverInterface
- ::memoryx::ObjectMemoryObserverInterface
- ::visionx::KinectAndCameraCalibrationListener
- ::visionx::ObjectLearningByPushingListener
- ::visionx::VisualContactDetectionListener
Operation Index
- getObserverName
-
- installCheck
-
- getDataField
-
- getDataFieldRef
-
- getDatafieldByName
-
- getDatafieldRefByName
-
- getDataFields
-
- getDatafieldsOfChannel
-
- getChannel
-
- getAvailableChannels
-
- getAvailableChecks
-
- getChannelHistory
-
- getPartialChannelHistory
-
- getDatafieldHistory
-
- getPartialDatafieldHistory
-
- existsChannel
-
- existsDataField
-
- createFilteredDatafield
-
- createNamedFilteredDatafield
-
- removeCheck
-
- removeFilteredDatafield
-
Operations
string getObserverName()
ChannelRegistry getAvailableChannels(bool includeMetaChannels)
ChannelHistory getChannelHistory(string channelName, float timeStepMs)
ChannelHistory getPartialChannelHistory(string channelName, long startTimestamp, long endTimestamp, float timeStepMs)
TimedVariantBaseList getDatafieldHistory(string channelName, string datafieldName, float timeStepMs)
TimedVariantBaseList getPartialDatafieldHistory(string channelName, string datafieldName, long startTimestamp, long endTimestamp, float timeStepMs)
bool existsChannel(string channelName)
bool existsDataField(string channelName, string datafieldName)
void removeFilteredDatafield(DatafieldRefBase datafielRef)