Ipc::TypedMsgHdr::DataBuffer Struct Reference
Collaboration diagram for Ipc::TypedMsgHdr::DataBuffer:
Public Member Functions | |
DataBuffer () | |
Public Attributes | |
int | type_ = 0 |
Message kind, uses MessageType values. More... | |
size_t | size = 0 |
actual raw data size (for sanity checks) More... | |
char | raw [maxSize] |
buffer with type-specific data More... | |
Detailed Description
Definition at line 95 of file TypedMsgHdr.h.
Constructor & Destructor Documentation
◆ DataBuffer()
|
inline |
Definition at line 96 of file TypedMsgHdr.h.
References raw.
Member Data Documentation
◆ raw
char Ipc::TypedMsgHdr::DataBuffer::raw[maxSize] |
Definition at line 100 of file TypedMsgHdr.h.
Referenced by DataBuffer().
◆ size
size_t Ipc::TypedMsgHdr::DataBuffer::size = 0 |
Definition at line 99 of file TypedMsgHdr.h.
Referenced by Ipc::TypedMsgHdr::hasMoreData().
◆ type_
int Ipc::TypedMsgHdr::DataBuffer::type_ = 0 |
Definition at line 98 of file TypedMsgHdr.h.
Referenced by Ipc::TypedMsgHdr::rawType().
The documentation for this struct was generated from the following file:
- src/ipc/TypedMsgHdr.h