Package edu.nps.moves.dis7.enumerations
Enum ActionRequestActionID
java.lang.Object
java.lang.Enum<ActionRequestActionID>
edu.nps.moves.dis7.enumerations.ActionRequestActionID
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<ActionRequestActionID>
,java.lang.constant.Constable
public enum ActionRequestActionID extends java.lang.Enum<ActionRequestActionID>
Generated from XML, SISO-REF-010-v25, 2018-08-29
UID 71 marshal size 32
Action Request-Action ID
UID 71 marshal size 32
Action Request-Action ID
-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant Description ACCEPT_SUBSCRIPTION
Accept SubscriptionCHANGE_AGGREGATE_STATE
Change aggregate stateDATA_QUERY
Data QueryDISMOUNT
DismountINFORM_SM_OF_EVENT_DAMAGE_
Inform SM of event "damage"INFORM_SM_OF_EVENT_FIRE_DISABLED_
Inform SM of event "fire disabled"INFORM_SM_OF_EVENT_KILLED_IN_ACTION_
Inform SM of event "killed in action"INFORM_SM_OF_EVENT_MOBILITY_DISABLED_
Inform SM of event "mobility disabled"INFORM_SM_OF_EVENT_RAN_OUT_OF_AMMUNITION_
Inform SM of event "ran out of ammunition"INFORM_SM_OF_EVENT_RAN_OUT_OF_FUEL_
Inform SM of event "ran out of fuel"INITIALIZE_INTERNAL_PARAMETERS
Initialize internal parametersINITIATE_HITCH_FOLLOW
Initiate hitch followINITIATE_HITCH_LEAD
Initiate hitch leadINITIATE_SERVICE_STATION_RESUPPLY
Initiate service station resupplyINITIATE_TAILGATE_RESUPPLY
Initiate tailgate resupplyINITIATE_TETHER_FOLLOW
Initiate tether-followINITIATE_TETHER_LEAD
Initiate tether-leadJOIN_EXERCISE
Join exerciseLOCAL_STORAGE_OF_THE_REQUESTED_INFORMATION
Local storage of the requested informationLOCK_SITE_CONFIGURATION
Lock Site ConfigurationMOUNT
MountMOUNT_INTENT
Mount IntentOTHER
OtherQUERY_SITE_CONFIGURATION
Query Site ConfigurationRECALL_CHECKPOINT_DATA
Recall checkpoint dataRECALL_INITIAL_PARAMETERS
Recall initial parametersRECONSTITUTE
ReconstituteREQUEST_START_PDU
Request Start PDURESIGN_EXERCISE
Resign exerciseRUN
RunSAVE_INTERNAL_PARAMETERS
Save internal parametersSEND_OBJECT_STATE_DATA
Send Object State DataSEND_PLAN_DATA
Send plan dataSIMULATE_MALFUNCTION
Simulate malfunctionSTART_DRC_DAILY_READINESS_CHECK
Start DRC (Daily Readiness Check)STATUS_REQUEST
Status RequestSTOP_DRC
Stop DRCSYNCHRONIZE_INTERNAL_CLOCKS
Synchronize internal clocksTACCSF_LOS_REQUEST_TYPE_1
TACCSF LOS Request-Type 1TACCSF_LOS_REQUEST_TYPE_2
TACCSF LOS Request-Type 2TELEPORT_ENTITY
Teleport entityTETHERING_INFORMATION
Tethering InformationTIME_ADVANCE
Time advanceUNHITCH
UnhitchUNLOCK_SITE_CONFIGURATION
Unlock Site ConfigurationUNSUBSCRIBE
UnsubscribeUNTHETHER
UnthetherUPDATE_SITE_CONFIGURATION
Update Site ConfigurationWAKEUP_GET_READY_FOR_INITIALIZATION
Wakeup get ready for initialization -
Method Summary
Modifier and Type Method Description java.lang.String
getDescription()
static int
getEnumBitWidth()
static ActionRequestActionID
getEnumForValue(int i)
int
getMarshalledSize()
int
getValue()
void
marshal(java.io.DataOutputStream dos)
void
marshal(java.nio.ByteBuffer buff)
java.lang.String
toString()
static ActionRequestActionID
unmarshalEnum(java.io.DataInputStream dis)
static ActionRequestActionID
unmarshalEnum(java.nio.ByteBuffer buff)
static ActionRequestActionID
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ActionRequestActionID[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
OTHER
Other -
LOCAL_STORAGE_OF_THE_REQUESTED_INFORMATION
Local storage of the requested information -
INFORM_SM_OF_EVENT_RAN_OUT_OF_AMMUNITION_
Inform SM of event "ran out of ammunition" -
INFORM_SM_OF_EVENT_KILLED_IN_ACTION_
Inform SM of event "killed in action" -
INFORM_SM_OF_EVENT_DAMAGE_
Inform SM of event "damage" -
INFORM_SM_OF_EVENT_MOBILITY_DISABLED_
Inform SM of event "mobility disabled" -
INFORM_SM_OF_EVENT_FIRE_DISABLED_
Inform SM of event "fire disabled" -
INFORM_SM_OF_EVENT_RAN_OUT_OF_FUEL_
Inform SM of event "ran out of fuel" -
RECALL_CHECKPOINT_DATA
Recall checkpoint data -
RECALL_INITIAL_PARAMETERS
Recall initial parameters -
INITIATE_TETHER_LEAD
Initiate tether-lead -
INITIATE_TETHER_FOLLOW
Initiate tether-follow -
UNTHETHER
Unthether -
INITIATE_SERVICE_STATION_RESUPPLY
Initiate service station resupply -
INITIATE_TAILGATE_RESUPPLY
Initiate tailgate resupply -
INITIATE_HITCH_LEAD
Initiate hitch lead -
INITIATE_HITCH_FOLLOW
Initiate hitch follow -
UNHITCH
Unhitch -
MOUNT
Mount -
DISMOUNT
Dismount -
START_DRC_DAILY_READINESS_CHECK
Start DRC (Daily Readiness Check) -
STOP_DRC
Stop DRC -
DATA_QUERY
Data Query -
STATUS_REQUEST
Status Request -
SEND_OBJECT_STATE_DATA
Send Object State Data -
RECONSTITUTE
Reconstitute -
LOCK_SITE_CONFIGURATION
Lock Site Configuration -
UNLOCK_SITE_CONFIGURATION
Unlock Site Configuration -
UPDATE_SITE_CONFIGURATION
Update Site Configuration -
QUERY_SITE_CONFIGURATION
Query Site Configuration -
TETHERING_INFORMATION
Tethering Information -
MOUNT_INTENT
Mount Intent -
ACCEPT_SUBSCRIPTION
Accept Subscription -
UNSUBSCRIBE
Unsubscribe -
TELEPORT_ENTITY
Teleport entity -
CHANGE_AGGREGATE_STATE
Change aggregate state -
REQUEST_START_PDU
Request Start PDU -
WAKEUP_GET_READY_FOR_INITIALIZATION
Wakeup get ready for initialization -
INITIALIZE_INTERNAL_PARAMETERS
Initialize internal parameters -
SEND_PLAN_DATA
Send plan data -
SYNCHRONIZE_INTERNAL_CLOCKS
Synchronize internal clocks -
RUN
Run -
SAVE_INTERNAL_PARAMETERS
Save internal parameters -
SIMULATE_MALFUNCTION
Simulate malfunction -
JOIN_EXERCISE
Join exercise -
RESIGN_EXERCISE
Resign exercise -
TIME_ADVANCE
Time advance -
TACCSF_LOS_REQUEST_TYPE_1
TACCSF LOS Request-Type 1 -
TACCSF_LOS_REQUEST_TYPE_2
TACCSF LOS Request-Type 2
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
getValue
public int getValue() -
getDescription
public java.lang.String getDescription() -
getEnumBitWidth
public static int getEnumBitWidth() -
getEnumForValue
-
marshal
public void marshal(java.io.DataOutputStream dos) throws java.io.IOException- Throws:
java.io.IOException
-
marshal
public void marshal(java.nio.ByteBuffer buff) -
unmarshalEnum
public static ActionRequestActionID unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception- Throws:
java.lang.Exception
-
unmarshalEnum
-
getMarshalledSize
public int getMarshalledSize() -
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Enum<ActionRequestActionID>
-