mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
refs #250, helper methods
* in aircraft class to compare COM * in context / runtime component to check vitality of core
This commit is contained in:
@@ -187,6 +187,11 @@ namespace BlackCore
|
||||
//! Init
|
||||
void init(const CRuntimeConfig &config);
|
||||
|
||||
//! Remote application context, indicates distributed environment
|
||||
bool hasRemoteApplicationContext() const;
|
||||
|
||||
//! Is application context available?
|
||||
bool canPingApplicationContext() const;
|
||||
|
||||
private:
|
||||
bool m_init; /*!< flag */
|
||||
|
||||
Reference in New Issue
Block a user