| Package | Description |
|---|---|
| RTC |
| Modifier and Type | Field and Description |
|---|---|
Waypoint2D |
Waypoint2DHolder.value |
Waypoint2D[] |
Waypoint2DListHolder.value |
Waypoint2D[] |
Path2D.waypoints |
| Modifier and Type | Method and Description |
|---|---|
static Waypoint2D |
Waypoint2DHelper.extract(org.omg.CORBA.Any a) |
static Waypoint2D[] |
Waypoint2DListHelper.extract(org.omg.CORBA.Any a) |
static Waypoint2D |
Waypoint2DHelper.read(org.omg.CORBA.portable.InputStream istream) |
static Waypoint2D[] |
Waypoint2DListHelper.read(org.omg.CORBA.portable.InputStream istream) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Waypoint2DHelper.insert(org.omg.CORBA.Any a,
Waypoint2D that) |
static void |
Waypoint2DListHelper.insert(org.omg.CORBA.Any a,
Waypoint2D[] that) |
static void |
Waypoint2DHelper.write(org.omg.CORBA.portable.OutputStream ostream,
Waypoint2D value) |
static void |
Waypoint2DListHelper.write(org.omg.CORBA.portable.OutputStream ostream,
Waypoint2D[] value) |
| Constructor and Description |
|---|
Path2D(Time _tm,
Waypoint2D[] _waypoints) |
Waypoint2DHolder(Waypoint2D initialValue) |
Waypoint2DListHolder(Waypoint2D[] initialValue) |