B2BITS FIX Antenna HFT
1.0.16
|
The user application status struct. More...
#include <b2b_platform.h>
Public Member Functions | |
AppStatus () | |
The constructor. More... | |
Public Attributes | |
int | initializing |
The initializing flag. More... | |
int | terminating |
The terminating flag. More... | |
The user application status struct.
|
inline |
The constructor.
int AppStatus::initializing |
The initializing flag.
The application is in the initializing phase if the flag is non-zero.
Referenced by PlatformProps::isAppInitializing().
int AppStatus::terminating |
The terminating flag.
The application is in the terminating phase if the flag is non-zero.
Referenced by PlatformProps::isAppTerminating().