[−][src]Trait os_balloon::logic::GetState
Trait to get the current state in the State enum for the current state in the state machine.
Required methods
Loading content...Implementors
impl GetState for AcquiringFix[src]
impl GetState for FixAcquired[src]
impl GetState for GoingDown[src]
impl GetState for GoingUp[src]
impl GetState for Init[src]
impl GetState for Landed[src]
impl GetState for SafeMode[src]
impl GetState for ShutDown[src]
impl GetState for WaitingLaunch[src]
impl<S> GetState for OpenStratos<S> where
S: GetState + Debug + Clone + Copy, [src]
S: GetState + Debug + Clone + Copy,