OpenLCP
0.2.0
|
#include <leader.h>
Public Member Functions | |
Leader (UUID::uuid=UUID::uuid()) | |
Leader::Leader. More... | |
virtual void | SdtReceiver (PDU::Message< RLP::Pdu >) |
Leader::SdtReceiver. More... | |
virtual void | SdtJoinSession () |
Leader::SdtJoinSession. | |
virtual void | SdtGetSessions () |
Leader::SdtGetSessions. | |
virtual void | SdtSessions () |
Leader::SdtSessions. | |
![]() | |
Component (UUID::uuid=UUID::uuid()) | |
Component::Component. More... | |
virtual void | UdpPayloadReceiver (PDU::Stream) |
Component::UdpPayloadReceiver. More... | |
virtual void | TcpPacketReceiver (PDU::Stream) |
Component::TcpPacketReceiver. More... | |
![]() | |
Component (UUID::uuid cid=UUID::uuid()) | |
Component. More... | |
const UUID::uuid | cid () const |
cid More... | |
const std::string | fixedName () const |
fixedName fixed component name More... | |
const std::string | userName () const |
userName user-asigned name More... | |
const std::string | name () const |
component name, either user asigned or fixed. More... | |
void | assignUserName (const std::string s) |
set the user asigned name More... | |
Additional Inherited Members | |
![]() | |
void | RlpReceiver (PDU::Message< RLP::Pdu >) |
Component::RlpReceiver. More... | |
void | RlpRegisterVector (uint32_t, PDU::Handler< RLP::Pdu >) |
Component::RlpRegisterVectorHandler. More... | |
![]() | |
std::string | fctn_ |
EPI 19: ACN Discovery on IP Networks. More... | |
std::string | uacn_ |
3.2. More... | |
The Leader class.
ACN::SDT::Leader::Leader | ( | UUID::uuid | cid = UUID::uuid() | ) |
cid |
1.3.1. Recursive use of PDU Format in Other Protocols ... within ACN as currently specified, there is just one higher layer protocol defined which interfaces directly to the root layer: Session Data Transport
|
virtual |