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

Public Member Functions | |
| point_chain (void) | |
| default constructor. | |
| bool | append (const point &) |
| append a motion | |
| const point | serve (void) |
| Returns next motion to be executed on list. | |
| point | operator[] (int) const |
| Accessor operator. | |
| 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 | |
| point | _point_chain [POINT_CHAIN_MAX] |
Friends | |
| class | mission_profile |
|
|
default constructor.
|
|
|
append a motion
|
|
|
Resets the list and command execution index.
|
|
|
Returns the current index value.
|
|
|
Accessor operator.
|
|
|
Returns next motion to be executed on list.
|
|
|
Sets the command execution index value.
|
|
|
Returns current size of structure.
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3