summaryrefslogtreecommitdiff
path: root/src/AntFr310XT.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/AntFr310XT.hpp')
-rw-r--r--src/AntFr310XT.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/AntFr310XT.hpp b/src/AntFr310XT.hpp
index 3fb0b2c..308d3e6 100644
--- a/src/AntFr310XT.hpp
+++ b/src/AntFr310XT.hpp
@@ -47,7 +47,9 @@ public:
virtual void onAntSent(const AntMessage m);
void start();
+protected:
void stop();
+public:
void stopAsync();
const int getSMState() const;
@@ -64,6 +66,7 @@ protected:
int state;
boost::mutex stateMtx;
volatile int m_eventThKill;
+ int m_restartCount;
boost::thread m_eventTh;
lqueue4<AntMessage> m_evQue;
AntParsedLoggerCallback aplc;