| Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |
#include <MotionManager.h>
Definition at line 181 of file MotionManager.h.
Public Member Functions | |
| CommandEntry () | |
| Constructor, sets everything to basics. | |
Public Attributes | |
| MotionCommand * | baseaddrs [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_ACCESS > | lock |
| a lock to maintain mutual exclusion | |
| float | priority |
| MotionCommand's priority level. | |
Private Member Functions | |
| CommandEntry (const CommandEntry &) | |
| this shouldn't be called... | |
| CommandEntry & | operator= (const CommandEntry &) |
| this shouldn't be called... | |
|
|
Constructor, sets everything to basics.
Definition at line 183 of file MotionManager.h. References baseaddrs, lastAccessor, priority, and rcr. |
|
|
this shouldn't be called...
|
|
|
this shouldn't be called...
|
|
|
for each accessor, the base address of the motion command
Definition at line 191 of file MotionManager.h. |
|
|
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 195 of file MotionManager.h. |
|
|
a lock to maintain mutual exclusion
Definition at line 196 of file MotionManager.h. |
|
|
MotionCommand's priority level.
Definition at line 197 of file MotionManager.h. |
|
|
for each accessor the shared memory region that holds the motion command
Definition at line 193 of file MotionManager.h. |
|
Tekkotsu v1.5 |
Generated Fri Oct 10 15:57:00 2003 by Doxygen 1.3.4 |