onboardapi  9.10.0
by Rheinmetall
M_TerminalCtrl::ReportTerminalState Struct Reference

Reports the current state for the Terminal. More...

Public Member Functions

 ReportTerminalState ()
 
 ReportTerminalState (M_TerminalCtrl::TerminalStateType const &State, bool IsRemoved)
 

Public Attributes

M_TerminalCtrl::TerminalStateType State
 Current state of the applicable Terminal. More...
 
bool IsRemoved
 Indicates if the Terminal is no longer running. More...
 

Detailed Description

Reports the current state for the Terminal.

Constructor & Destructor Documentation

◆ ReportTerminalState() [1/2]

M_TerminalCtrl::ReportTerminalState::ReportTerminalState ( )

◆ ReportTerminalState() [2/2]

M_TerminalCtrl::ReportTerminalState::ReportTerminalState ( M_TerminalCtrl::TerminalStateType const &  State,
bool  IsRemoved 
)

Member Data Documentation

◆ IsRemoved

bool M_TerminalCtrl::ReportTerminalState::IsRemoved

Indicates if the Terminal is no longer running.

◆ State

M_TerminalCtrl::TerminalStateType M_TerminalCtrl::ReportTerminalState::State

Current state of the applicable Terminal.