MotionManager::OutputState Class Reference#include <MotionManager.h>
List of all members.
Detailed Description
holds the full requested value of an output
Definition at line 173 of file MotionManager.h.
|
Public Member Functions |
|
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
|
The documentation for this class was generated from the following files:
|