|  | 
#include <RobotAPI/libraries/armem_objects/server/instance/RobotHeadMovement.h>
 Inheritance diagram for RobotHeadMovement:
 Inheritance diagram for RobotHeadMovement:| Classes | |
| struct | Discard | 
| struct | RemoteGui | 
| Public Member Functions | |
| void | defineProperties (armarx::PropertyDefinitionsPtr defs, const std::string &prefix="head.") | 
| void | fetchDatafields () | 
| Discard | getDiscard () | 
| bool | isMoving () const | 
| void | movementStarts (const Duration &discardInterval) | 
| void | movementStarts (long discardIntervalMs) | 
| void | movementStops (const Duration &discardInterval) | 
| void | movementStops (long discardIntervalMs) | 
| objpose::SignalHeadMovementOutput | signalHeadMovement (const objpose::SignalHeadMovementInput &input) | 
|  Public Member Functions inherited from Logging | |
| SpamFilterDataPtr | deactivateSpam (float deactivationDurationSec=10.0f, const std::string &identifier="", bool deactivate=true) const | 
| disables the logging for the current line for the given amount of seconds.  More... | |
| MessageTypeT | getEffectiveLoggingLevel () const | 
| Logging () | |
| void | setLocalMinimumLoggingLevel (MessageTypeT level) | 
| With setLocalMinimumLoggingLevel the minimum verbosity-level of log-messages can be set.  More... | |
| void | setTag (const LogTag &tag) | 
| void | setTag (const std::string &tagName) | 
| virtual | ~Logging () | 
| Public Attributes | |
| bool | checkHeadVelocity = true | 
| DebugObserverInterfacePrx | debugObserver | 
| int | discardIntervalAfterMoveMS = 100 | 
| DateTime | discardUpdatesUntil = DateTime::Invalid() | 
| std::vector< std::string > | jointNames = {"Neck_1_Yaw", "Neck_2_Pitch"} | 
| std::string | jointVelocitiesChannelName = "jointvelocities" | 
| std::vector< DatafieldRefPtr > | jointVelocitiesDatafields | 
| KinematicUnitObserverInterfacePrx | kinematicUnitObserver | 
| float | maxJointVelocity = 0.05f | 
| Additional Inherited Members | |
|  Protected Member Functions inherited from Logging | |
| bool | checkLogLevel (MessageTypeT level) const | 
| const LogSenderPtr & | getLogSender () const | 
| Retrieve log sender.  More... | |
| LogSenderPtr | loghelper (const char *file, int line, const char *function) const | 
|  Protected Attributes inherited from Logging | |
| MessageTypeT | minimumLoggingLevel | 
| SpamFilterDataPtr | spamFilter | 
| LogTag | tag | 
Definition at line 25 of file RobotHeadMovement.h.
| void defineProperties | ( | armarx::PropertyDefinitionsPtr | defs, | 
| const std::string & | prefix = "head." | ||
| ) | 
| void fetchDatafields | ( | ) | 
| RobotHeadMovement::Discard getDiscard | ( | ) | 
| bool isMoving | ( | ) | const | 
Definition at line 68 of file RobotHeadMovement.cpp.
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| void movementStarts | ( | const Duration & | discardInterval | ) | 
| void movementStarts | ( | long | discardIntervalMs | ) | 
Definition at line 86 of file RobotHeadMovement.cpp.
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| void movementStops | ( | const Duration & | discardInterval | ) | 
| void movementStops | ( | long | discardIntervalMs | ) | 
Definition at line 98 of file RobotHeadMovement.cpp.
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| objpose::SignalHeadMovementOutput signalHeadMovement | ( | const objpose::SignalHeadMovementInput & | input | ) | 
Definition at line 119 of file RobotHeadMovement.cpp.
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| bool checkHeadVelocity = true | 
Definition at line 52 of file RobotHeadMovement.h.
| DebugObserverInterfacePrx debugObserver | 
Definition at line 63 of file RobotHeadMovement.h.
| int discardIntervalAfterMoveMS = 100 | 
Definition at line 57 of file RobotHeadMovement.h.
| DateTime discardUpdatesUntil = DateTime::Invalid() | 
Definition at line 61 of file RobotHeadMovement.h.
| std::vector<std::string> jointNames = {"Neck_1_Yaw", "Neck_2_Pitch"} | 
Definition at line 55 of file RobotHeadMovement.h.
| std::string jointVelocitiesChannelName = "jointvelocities" | 
Definition at line 54 of file RobotHeadMovement.h.
| std::vector<DatafieldRefPtr> jointVelocitiesDatafields | 
Definition at line 60 of file RobotHeadMovement.h.
| KinematicUnitObserverInterfacePrx kinematicUnitObserver | 
Definition at line 59 of file RobotHeadMovement.h.
| float maxJointVelocity = 0.05f | 
Definition at line 56 of file RobotHeadMovement.h.