pub enum ActionId {
Show 53 variants
Other,
LocalStorageOfTheRequestedInformation,
InformSMOfEventRanOutOfAmmunition,
InformSMOfEventKilledInAction,
InformSMOfEventDamage,
InformSMOfEventMobilityDisabled,
InformSMOfEventFireDisabled,
InformSMOfEventRanOutOfFuel,
RecallCheckpointData,
RecallInitialParameters,
InitiateTetherlead,
InitiateTetherfollow,
Unthether,
InitiateServiceStationResupply,
InitiateTailgateResupply,
InitiateHitchLead,
InitiateHitchFollow,
Unhitch,
Mount,
Dismount,
StartDRC_DailyReadinessCheck_,
StopDRC,
DataQuery,
StatusRequest,
SendObjectStateData,
Reconstitute,
LockSiteConfiguration,
UnlockSiteConfiguration,
UpdateSiteConfiguration,
QuerySiteConfiguration,
TetheringInformation,
MountIntent,
AcceptSubscription,
Unsubscribe,
TeleportEntity,
ChangeAggregateState,
RequestStartPDU,
WakeupGetReadyForInitialization,
InitializeInternalParameters,
SendPlanData,
SynchronizeInternalClocks,
Run,
SaveInternalParameters,
SimulateMalfunction,
JoinExercise,
ResignExercise,
TimeAdvance,
TACCSFLOSRequestType1,
TACCSFLOSRequestType2,
AirmountMountRequest,
AirmountDismountRequest,
AirmountInformationRequest,
Unspecified(u32),
}Expand description
UID 71
Variants§
Other
LocalStorageOfTheRequestedInformation
InformSMOfEventRanOutOfAmmunition
InformSMOfEventKilledInAction
InformSMOfEventDamage
InformSMOfEventMobilityDisabled
InformSMOfEventFireDisabled
InformSMOfEventRanOutOfFuel
RecallCheckpointData
RecallInitialParameters
InitiateTetherlead
InitiateTetherfollow
Unthether
InitiateServiceStationResupply
InitiateTailgateResupply
InitiateHitchLead
InitiateHitchFollow
Unhitch
Mount
Dismount
StartDRC_DailyReadinessCheck_
StopDRC
DataQuery
StatusRequest
SendObjectStateData
Reconstitute
LockSiteConfiguration
UnlockSiteConfiguration
UpdateSiteConfiguration
QuerySiteConfiguration
TetheringInformation
MountIntent
AcceptSubscription
Unsubscribe
TeleportEntity
ChangeAggregateState
RequestStartPDU
WakeupGetReadyForInitialization
InitializeInternalParameters
SendPlanData
SynchronizeInternalClocks
Run
SaveInternalParameters
SimulateMalfunction
JoinExercise
ResignExercise
TimeAdvance
TACCSFLOSRequestType1
TACCSFLOSRequestType2
AirmountMountRequest
AirmountDismountRequest
AirmountInformationRequest
Unspecified(u32)
Trait Implementations§
impl Copy for ActionId
impl Eq for ActionId
impl StructuralPartialEq for ActionId
Auto Trait Implementations§
impl Freeze for ActionId
impl RefUnwindSafe for ActionId
impl Send for ActionId
impl Sync for ActionId
impl Unpin for ActionId
impl UnwindSafe for ActionId
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more