#include "srcp_virtual_client.h"
#include <cmath>
Go to the source code of this file.
Namespaces | |
namespace | Srcp083 |
Classes | |
class | Srcp083Client |
Generate and parse SRCP 0.8.3 message. More... | |
Enumerations | |
enum | Srcp083::MsgCode { Srcp083::None = 0, Srcp083::Info = 100, Srcp083::Initialization = 101, Srcp083::Termination = 102, Srcp083::Ok = 200, Srcp083::ProtocolOk = 201, Srcp083::ConnectionModeOk = 202, Srcp083::UnsupportedProtocol = 400, Srcp083::UnsupportedConnectionMode = 401, Srcp083::UnsufficientData = 402, Srcp083::UnknownCommand = 410, Srcp083::UnknownValue = 411, Srcp083::WrongValue = 412, Srcp083::TemporarilyProhibited = 413, Srcp083::DeviceLocked = 414, Srcp083::Forrbidden = 415, Srcp083::NoData = 416, Srcp083::Timeout = 417, Srcp083::ListTooLong = 418, Srcp083::ListTooShort = 419, Srcp083::UnsupportedDeviceProtocol = 420, Srcp083::UnsupportedDevice = 421, Srcp083::UnsupportedDeviceGroup = 422, Srcp083::UnsupportedOperation = 423, Srcp083::DeviceRenitialized = 424, Srcp083::NotSupported = 425, Srcp083::UnspecifiedError = 499, Srcp083::OutOfRessources = 500 } |
Definition in file srcp083_client.h.