Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

MotionManager::CommandEntry Struct Reference

All the information we need to maintain about a MotionCommand. More...

#include <MotionManager.h>

List of all members.

Public Member Functions

 CommandEntry ()
 Constructor, sets everything to basics.
 ~CommandEntry ()

Public Attributes

MotionCommandbaseaddrs [MAX_ACCESS]
 for each accessor, the base address of the motion command
RCRegionrcr [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.
stacktrace::StackFrametrace

Private Member Functions

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

Detailed Description

All the information we need to maintain about a MotionCommand.

Definition at line 225 of file MotionManager.h.


Constructor & Destructor Documentation

MotionManager::CommandEntry::CommandEntry (  ) 

Constructor, sets everything to basics.

Definition at line 227 of file MotionManager.h.

MotionManager::CommandEntry::~CommandEntry (  ) 

Definition at line 233 of file MotionManager.h.

MotionManager::CommandEntry::CommandEntry ( const CommandEntry  )  [private]

this shouldn't be called...


Member Function Documentation

CommandEntry& MotionManager::CommandEntry::operator= ( const CommandEntry  )  [private]

this shouldn't be called...


Member Data Documentation

for each accessor, the base address of the motion command

Definition at line 234 of file MotionManager.h.

Referenced by CommandEntry().

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)

Definition at line 236 of file MotionManager.h.

a lock to maintain mutual exclusion

Definition at line 237 of file MotionManager.h.

MotionCommand's priority level.

Definition at line 238 of file MotionManager.h.

for each accessor the shared memory region that holds the motion command

Definition at line 235 of file MotionManager.h.

Referenced by CommandEntry().


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

Tekkotsu v5.0CVS
Generated Thu Mar 18 06:35:38 2010 by Doxygen 1.6.3