#include <string>
#include <set>
#include <map>
#include <vector>
#include <deque>
#include <stdexcept>
Go to the source code of this file.
Namespaces | |
| namespace | Dashel |
Classes | |
| class | Dashel::DashelException |
| The one size fits all exception for streams. More... | |
| class | Dashel::SerialPortEnumerator |
| Serial port enumerator class. More... | |
| class | Dashel::IPV4Address |
| A IP version 4 address. More... | |
| class | Dashel::Stream |
| A data stream, with low-level (not-endian safe) read/write functions. More... | |
| class | Dashel::PacketStream |
| A data stream, that can be later send data as at UDP packet or read data from an UDP packet. More... | |
| class | Dashel::Hub |
| The central place where to create, destroy, and synchronize streams. More... | |
Defines | |
| #define | DASHEL_VERSION "1.0.0" |
| version of the Dashel library as string | |
1.5.1