#include <pose_chain.h>
Inheritance diagram for pose_chain:

Public Member Functions | |
| pose_chain (void) | |
| bool | append (const pose &) |
| bool | insert (int ip) |
| Accessor operator. | |
| pose | operator[] (int) const |
| void | set (int num, int x, int y, atomic_rotation face) |
| const pose | erase (int i) |
| Erase item from list. | |
| pose | get (int ip) const |
| return element ip. | |
| void | clear (void) |
| Resets the list and command execution index. | |
| void | set (int) |
| Sets the command execution index value. | |
| int | size () const |
| Returns current size of structure. | |
| int | execute () const |
| Returns the current index value. | |
Protected Attributes | |
| int | _top |
| int | _next |
Private Attributes | |
| pose | _pose_chain [MAX_POSE] |
Friends | |
| class | mission_profile |
|
|
|
|
|
push new pose onto list. add element before element ip. does not define contents of new element. |
|
|
Resets the list and command execution index.
|
|
|
Erase item from list.
|
|
|
Returns the current index value.
|
|
|
return element ip.
|
|
|
Accessor operator. Returns false if cannot insert new element. |
|
|
|
|
|
Sets the command execution index value.
|
|
||||||||||||||||||||
|
|
|
|
Returns current size of structure.
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3