Briefly.
More...
Inherits ObjectPtr< IPacketBufferBuilder >.
◆ build()
| daq::PacketBufferPtr build |
( |
| ) |
const |
|
inline |
Builds the Packet Buffer with the internally specified size and context.
- Returns
- Returns the newly created buffer
◆ getContext()
| daq::ContextPtr getContext |
( |
| ) |
const |
|
inline |
Gets the context pointer.
- Returns
- The returned ContextPtr
◆ getSizeInBytes()
| daq::SizeT getSizeInBytes |
( |
| ) |
const |
|
inline |
Gets the size of the underlying buffer in bytes.
- Returns
- Value of this variable will contain the size of the buffer in bytes
◆ setContext()
Sets the context pointer.
- Parameters
-
| context | The pointer that will be set |
◆ setSizeInBytes()
Sets the size of the underlying buffer in bytes.
- Parameters
-
| sizeInBytes | Sets the size of the buffer in bytes |