send timesync in a semiduplex fashion

This commit is contained in:
badaix 2015-08-17 19:55:30 +02:00
parent 94e6511e56
commit 74dab4ca10
2 changed files with 37 additions and 8 deletions

View file

@ -60,6 +60,9 @@ private:
Decoder* decoder_;
PcmDevice pcmDevice_;
size_t latency_;
bool sendTimeSyncMsg_;
std::exception exception_;
bool asyncException_;
};