RDMnet
0.3.0
Implementation of ANSI E1.33 (RDMnet)
|
View other versions:
|
Definitions for RDMnet LLRP RDM command message types.
#include <cstdint>
#include "etcpal/common.h"
#include "etcpal/inet.h"
#include "etcpal/cpp/uuid.h"
#include "rdm/cpp/message.h"
#include "rdm/cpp/uid.h"
#include "rdmnet/message.h"
Go to the source code of this file.
Data Structures | |
class | rdmnet::llrp::RdmCommand |
An RDM command received over LLRP and delivered to an RDMnet callback function. More... | |
class | rdmnet::llrp::SavedRdmCommand |
An RDM command received over LLRP by a local component and saved for a later response. More... | |
Namespaces | |
rdmnet | |
A namespace which contains all C++ language definitions in the RDMnet library. | |
rdmnet::llrp | |
A namespace which contains all LLRP C++ language definitions. | |