DESERT 3.5.1
|
#include <uwconnector.h>
#include <uwmodem.h>
#include <atomic>
#include <condition_variable>
#include <memory>
#include <mutex>
#include <thread>
#include <vector>
Go to the source code of this file.
Classes | |
class | UwModemCSA |
Enumerations | |
enum class | ModemState { AVAILABLE , BUSY , RESET , QUIT , DEAF , NOISE , LISTEN , AVAILABLE , BUSY } |
Class that implements a generic modem driver for end-to-end communications.
Definition in file uwmodemcsa.h.
|
strong |
Enumerator | |
---|---|
AVAILABLE | |
BUSY | |
RESET | |
QUIT | |
DEAF | |
NOISE | |
LISTEN | |
AVAILABLE | |
BUSY |
Definition at line 50 of file uwmodemcsa.h.