DABC (Data Acquisition Backbone Core)  2.9.9
Public Member Functions | Data Fields
dabc::BinaryFileBufHeader Struct Reference

Binary file buffer header structure. More...

#include <dabc/BinaryFile.h>

Public Member Functions

 BinaryFileBufHeader ()
 Default constructor. More...
 

Data Fields

uint64_t buftype
 type id of the buffer More...
 
uint64_t datalength
 overall length of buffer More...
 

Detailed Description

Binary file buffer header structure.

Definition at line 165 of file BinaryFile.h.

Constructor & Destructor Documentation

◆ BinaryFileBufHeader()

dabc::BinaryFileBufHeader::BinaryFileBufHeader ( )
inline

Default constructor.

Definition at line 170 of file BinaryFile.h.

Field Documentation

◆ datalength

uint64_t dabc::BinaryFileBufHeader::datalength

overall length of buffer

Definition at line 166 of file BinaryFile.h.

◆ buftype

uint64_t dabc::BinaryFileBufHeader::buftype

type id of the buffer

Definition at line 167 of file BinaryFile.h.


The documentation for this struct was generated from the following file: