RDMnet
0.3.0
Implementation of ANSI E1.33 (RDMnet)
|
View other versions:
|
C++ wrapper for the RDMnet Device API.
#include <algorithm>
#include <iterator>
#include <string>
#include <utility>
#include <vector>
#include "etcpal/cpp/common.h"
#include "etcpal/cpp/inet.h"
#include "etcpal/cpp/log.h"
#include "rdm/cpp/uid.h"
#include "rdmnet/device.h"
#include "rdmnet/cpp/common.h"
#include "rdmnet/cpp/client.h"
#include "rdmnet/cpp/message.h"
Go to the source code of this file.
Data Structures | |
class | rdmnet::VirtualEndpointConfig |
Configuration information for a virtual endpoint on a device. More... | |
class | rdmnet::PhysicalEndpointResponder |
Identifying information for a physical RDM responder connected to an RDMnet gateway. More... | |
class | rdmnet::PhysicalEndpointConfig |
Configuration information for a physical endpoint on a device. More... | |
class | rdmnet::Device |
An instance of RDMnet device functionality. More... | |
class | rdmnet::Device::NotifyHandler |
A base class for a class that receives notification callbacks from a device. More... | |
struct | rdmnet::Device::Settings |
A set of configuration settings that a device needs to initialize. More... | |
Namespaces | |
rdmnet | |
A namespace which contains all C++ language definitions in the RDMnet library. | |