| Package | Description |
|---|---|
| RTC |
| Modifier and Type | Field and Description |
|---|---|
Actuator[] |
ActArrayState.actuators |
Actuator[] |
ActuatorListHolder.value |
Actuator |
ActuatorHolder.value |
| Modifier and Type | Method and Description |
|---|---|
static Actuator[] |
ActuatorListHelper.extract(org.omg.CORBA.Any a) |
static Actuator |
ActuatorHelper.extract(org.omg.CORBA.Any a) |
static Actuator[] |
ActuatorListHelper.read(org.omg.CORBA.portable.InputStream istream) |
static Actuator |
ActuatorHelper.read(org.omg.CORBA.portable.InputStream istream) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ActuatorHelper.insert(org.omg.CORBA.Any a,
Actuator that) |
static void |
ActuatorListHelper.insert(org.omg.CORBA.Any a,
Actuator[] that) |
static void |
ActuatorHelper.write(org.omg.CORBA.portable.OutputStream ostream,
Actuator value) |
static void |
ActuatorListHelper.write(org.omg.CORBA.portable.OutputStream ostream,
Actuator[] value) |
| Constructor and Description |
|---|
ActArrayState(Time _tm,
Actuator[] _actuators) |
ActuatorHolder(Actuator initialValue) |
ActuatorListHolder(Actuator[] initialValue) |