ATLAS Offline Software
|
Public Member Functions | |
void | releaseEvent () |
Public Attributes | |
std::unique_ptr< RawEvent > | rawEvent {nullptr} |
Current event fragment. More... | |
std::unique_ptr< uint32_t[]> | dataBuffer {nullptr} |
Underlying data structure. More... | |
Definition at line 39 of file ByteStreamRDP_OutputSvc.h.
|
inline |
Definition at line 40 of file ByteStreamRDP_OutputSvc.h.
std::unique_ptr<uint32_t[]> ByteStreamRDP_OutputSvc::EventCache::dataBuffer {nullptr} |
Underlying data structure.
Definition at line 45 of file ByteStreamRDP_OutputSvc.h.
std::unique_ptr<RawEvent> ByteStreamRDP_OutputSvc::EventCache::rawEvent {nullptr} |
Current event fragment.
Definition at line 44 of file ByteStreamRDP_OutputSvc.h.