Model Railroad System  2.2.1
Public Member Functions | Private Attributes | List of all members
xpressnet::CommandStationStatus Class Reference

Command station status. More...

Public Member Functions

 CommandStationStatus (name, statusbyte)
 Constructor. More...
 
 EmergencyOff ()
 Return emergency off flag. More...
 
 EmergencyStop ()
 Return emergency stop flag. More...
 
 StartMode ()
 Return start mode. More...
 
 ServiceMode ()
 Return service mode. More...
 
 PoweringUp ()
 Return powering up flag. More...
 
 RAMCheckError ()
 Return RAM check error flag. More...
 

Private Attributes

 _emergency_off
 Emergency off flag. More...
 
 _emergency_stop
 Emergency stop flag. More...
 
 _start_mode
 Start mode. More...
 
 _service_mode
 Service mode flag. More...
 
 _poweringup
 Powering up flag. More...
 
 _RAM_check_error
 RAM check error flag. More...
 

Detailed Description

Command station status.

Author
Robert Heller <heller@deepsoft.com>

Constructor & Destructor Documentation

◆ CommandStationStatus()

xpressnet::CommandStationStatus::CommandStationStatus ( name  ,
statusbyte   
)

Constructor.

Parameters
statusbyteStatus byte.

Member Function Documentation

◆ EmergencyOff()

xpressnet::CommandStationStatus::EmergencyOff ( )

Return emergency off flag.

◆ EmergencyStop()

xpressnet::CommandStationStatus::EmergencyStop ( )

Return emergency stop flag.

◆ PoweringUp()

xpressnet::CommandStationStatus::PoweringUp ( )

Return powering up flag.

◆ RAMCheckError()

xpressnet::CommandStationStatus::RAMCheckError ( )

Return RAM check error flag.

◆ ServiceMode()

xpressnet::CommandStationStatus::ServiceMode ( )

Return service mode.

◆ StartMode()

xpressnet::CommandStationStatus::StartMode ( )

Return start mode.

Member Data Documentation

◆ _emergency_off

xpressnet::CommandStationStatus::_emergency_off
private

Emergency off flag.

◆ _emergency_stop

xpressnet::CommandStationStatus::_emergency_stop
private

Emergency stop flag.

◆ _poweringup

xpressnet::CommandStationStatus::_poweringup
private

Powering up flag.

◆ _RAM_check_error

xpressnet::CommandStationStatus::_RAM_check_error
private

RAM check error flag.

◆ _service_mode

xpressnet::CommandStationStatus::_service_mode
private

Service mode flag.

◆ _start_mode

xpressnet::CommandStationStatus::_start_mode
private

Start mode.