Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |
#include <MotionManager.h>
Definition at line 128 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 608 of file MotionManager.cc. |
|
Definition at line 611 of file MotionManager.cc. References ERS210Info::DefaultPIDs, frames, and ERS210Info::NumFrames. |
|
Definition at line 617 of file MotionManager.cc. References ERS210Info::DefaultPIDs, frames, and ERS210Info::NumFrames. |
|
Definition at line 623 of file MotionManager.cc. References ERS210Info::DefaultPIDs, and frames. |
|
Definition at line 628 of file MotionManager.cc. |
|
Definition at line 631 of file MotionManager.cc. References frames, and ERS210Info::NumFrames. |
|
Definition at line 637 of file MotionManager.cc. References frames, and ERS210Info::NumFrames. |
|
values of output planned ahead
Definition at line 142 of file MotionManager.h. |
|
MC_ID of requester.
Definition at line 141 of file MotionManager.h. |
|
pid of output
Definition at line 143 of file MotionManager.h. |
|
priority level
Definition at line 140 of file MotionManager.h. |
Tekkotsu v1.4 |
Generated Sat Jul 19 00:09:03 2003 by Doxygen 1.3.2 |