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

Public Member Functions | |
| circle_obstacle_chain (void) | |
| bool | append (const StaticCircleObstacle &) |
| append a command structure. | |
| bool | append (int ix, int iy, int ir) |
| const StaticCircleObstacle | serve (void) |
| Returns next motion to be executed on list. | |
| StaticCircleObstacle | 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 | |
| StaticCircleObstacle | _circle_obstacle_chain [CIRCLE_OBSTACLE_MAX] |
Friends | |
| class | mission_profile |
|
|
|
|
||||||||||||||||
|
|
|
|
append a command structure.
|
|
|
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