Package | Description |
---|---|
RTC |
Modifier and Type | Field and Description |
---|---|
FsmEventProfile[] |
FsmStructure.event_profiles |
FsmEventProfile[] |
FsmEventProfileListHolder.value |
FsmEventProfile |
FsmEventProfileHolder.value |
Modifier and Type | Method and Description |
---|---|
static FsmEventProfile[] |
FsmEventProfileListHelper.extract(org.omg.CORBA.Any a) |
static FsmEventProfile |
FsmEventProfileHelper.extract(org.omg.CORBA.Any a) |
static FsmEventProfile[] |
FsmEventProfileListHelper.read(org.omg.CORBA.portable.InputStream istream) |
static FsmEventProfile |
FsmEventProfileHelper.read(org.omg.CORBA.portable.InputStream istream) |
Modifier and Type | Method and Description |
---|---|
static void |
FsmEventProfileHelper.insert(org.omg.CORBA.Any a,
FsmEventProfile that) |
static void |
FsmEventProfileListHelper.insert(org.omg.CORBA.Any a,
FsmEventProfile[] that) |
static void |
FsmEventProfileHelper.write(org.omg.CORBA.portable.OutputStream ostream,
FsmEventProfile value) |
static void |
FsmEventProfileListHelper.write(org.omg.CORBA.portable.OutputStream ostream,
FsmEventProfile[] value) |
Constructor and Description |
---|
FsmEventProfileHolder(FsmEventProfile initialValue) |
FsmEventProfileListHolder(FsmEventProfile[] initialValue) |
FsmStructure(java.lang.String _name,
java.lang.String _structure,
FsmEventProfile[] _event_profiles,
NameValue[] _properties) |