21 #ifndef LIBS_ACN_E133HEADER_H_ 22 #define LIBS_ACN_E133HEADER_H_ 47 m_endpoint(endpoint) {
51 const std::string Source()
const {
return m_source; }
52 uint32_t Sequence()
const {
return m_sequence; }
53 uint16_t Endpoint()
const {
return m_endpoint; }
55 bool operator==(
const E133Header &other)
const {
56 return m_source == other.m_source &&
57 m_sequence == other.m_sequence &&
58 m_endpoint == other.m_endpoint;
61 enum { SOURCE_NAME_LEN = 64 };
64 struct e133_pdu_header_s {
65 char source[SOURCE_NAME_LEN];
70 typedef struct e133_pdu_header_s e133_pdu_header;
79 #endif // LIBS_ACN_E133HEADER_H_
The namespace containing all OLA symbols.
Definition: Credentials.cpp:44