Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

MotionManager::CommandEntry Struct Reference

#include <MotionManager.h>

List of all members.


Detailed Description

All the information we need to maintain about a MotionCommand.

Definition at line 221 of file MotionManager.h.

Public Member Functions

 CommandEntry ()
 Constructor, sets everything to basics.

Public Attributes

MotionCommandbaseaddrs [MAX_ACCESS]
 for each accessor, the base address of the motion command
RCRegion * rcr [MAX_ACCESS]
 for each accessor the shared memory region that holds the motion command
accID_t lastAccessor
 the ID of the last accessor to touch the command (which implies if it wants to touch this again, we don't have to convert again)
MutexLock< MAX_ACCESSlock
 a lock to maintain mutual exclusion
float priority
 MotionCommand's priority level.

Private Member Functions

 CommandEntry (const CommandEntry &)
 this shouldn't be called...
CommandEntryoperator= (const CommandEntry &)
 this shouldn't be called...


The documentation for this struct was generated from the following file:

Tekkotsu v3.0
Generated Fri May 11 20:08:25 2007 by Doxygen 1.4.7