|
NanoOcp
Minimal AES70 / OCP.1 TCP client/server library for d&b Soundscape devices
|
Inheritance diagram for NanoOcp1::DataDeliveryMessage:
Collaboration diagram for NanoOcp1::DataDeliveryMessage:Public Member Functions | |
| DataDeliveryMessage (std::shared_ptr< SafeActionImpl > ipc, const ByteVector &d) | |
| void | messageCallback () override |
Public Attributes | |
| std::shared_ptr< SafeActionImpl > | safeAction |
| ByteVector | data |
Definition at line 252 of file Ocp1Connection.cpp.
|
inline |
Definition at line 254 of file Ocp1Connection.cpp.
|
inlineoverride |
Definition at line 258 of file Ocp1Connection.cpp.
References data, NanoOcp1::Ocp1Connection::messageReceived(), and safeAction.
| ByteVector NanoOcp1::DataDeliveryMessage::data |
Definition at line 267 of file Ocp1Connection.cpp.
Referenced by messageCallback().
| std::shared_ptr<SafeActionImpl> NanoOcp1::DataDeliveryMessage::safeAction |
Definition at line 266 of file Ocp1Connection.cpp.
Referenced by messageCallback().