| Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |
#include <MotionManager.h>
Definition at line 129 of file MotionManager.h.
Public Member Functions | |
Constructors | |
Constructor | |
| OutputState () | |
| OutputState (unsigned int out, float pri, MC_ID mc, const OutputCmd cmds[NumFrames]) | |
| OutputState (unsigned int out, float pri, MC_ID mc, const OutputCmd &cmd) | |
| OutputState (unsigned int out, float pri, MC_ID mc, const OutputCmd &cmd, unsigned int frame) | |
| OutputState (unsigned int out, float pri, MC_ID mc, const OutputPID &p) | |
| OutputState (unsigned int out, float pri, MC_ID mc, const OutputCmd cmds[NumFrames], const OutputPID &p) | |
| OutputState (unsigned int out, float pri, MC_ID mc, const OutputCmd &cmd, const OutputPID &p) | |
Public Attributes | |
| float | priority |
| priority level | |
| MC_ID | mcid |
| MC_ID of requester. | |
| OutputCmd | frames [NumFrames] |
| values of output planned ahead | |
| OutputPID | pid |
| pid of output | |
|
|
Definition at line 618 of file MotionManager.cc. |
|
||||||||||||||||||||
|
Definition at line 621 of file MotionManager.cc. References ERS210Info::DefaultPIDs, frames, MotionManager::MC_ID, and ERS210Info::NumFrames. |
|
||||||||||||||||||||
|
Definition at line 627 of file MotionManager.cc. References ERS210Info::DefaultPIDs, frames, MotionManager::MC_ID, and ERS210Info::NumFrames. |
|
||||||||||||||||||||||||
|
Definition at line 633 of file MotionManager.cc. References ERS210Info::DefaultPIDs, frames, and MotionManager::MC_ID. |
|
||||||||||||||||||||
|
Definition at line 638 of file MotionManager.cc. References MotionManager::MC_ID. |
|
||||||||||||||||||||||||
|
Definition at line 641 of file MotionManager.cc. References frames, MotionManager::MC_ID, and ERS210Info::NumFrames. |
|
||||||||||||||||||||||||
|
Definition at line 647 of file MotionManager.cc. References frames, MotionManager::MC_ID, and ERS210Info::NumFrames. |
|
|
values of output planned ahead
Definition at line 143 of file MotionManager.h. |
|
|
MC_ID of requester.
Definition at line 142 of file MotionManager.h. |
|
|
pid of output
Definition at line 144 of file MotionManager.h. |
|
|
priority level
Definition at line 141 of file MotionManager.h. |
|
Tekkotsu v1.5 |
Generated Fri Oct 10 15:57:00 2003 by Doxygen 1.3.4 |