Add Gateway terminate status

Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
This commit is contained in:
tomoaki
2020-10-12 17:35:16 +09:00
parent 1f9241b260
commit 21f2f84219
5 changed files with 15 additions and 3 deletions

View File

@@ -199,6 +199,7 @@ public:
bool hasSecureConnection(void);
Topics* getTopics(void);
bool IsStopping(void);
private:
GatewayParams _params;
@@ -210,6 +211,7 @@ private:
SensorNetwork _sensorNetwork;
AdapterManager* _adapterManager {nullptr};
Topics* _topics;
bool _stopFlg;
};
}