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

Structure with descriptor of single memory segment. More...

#include <dabc/Buffer.h>

Public Member Functions

void copy_from (MemSegment *src)
 

Data Fields

void * buffer
 pointer on the beginning of buffer (must be in the area of id) More...
 
unsigned datasize
 length of data More...
 
unsigned id
 id of the buffer More...
 

Detailed Description

Structure with descriptor of single memory segment.

Definition at line 53 of file Buffer.h.

Member Function Documentation

◆ copy_from()

void dabc::MemSegment::copy_from ( MemSegment src)
inline

Definition at line 57 of file Buffer.h.

Field Documentation

◆ id

unsigned dabc::MemSegment::id

id of the buffer

Definition at line 54 of file Buffer.h.

◆ datasize

unsigned dabc::MemSegment::datasize

length of data

Definition at line 55 of file Buffer.h.

◆ buffer

void* dabc::MemSegment::buffer

pointer on the beginning of buffer (must be in the area of id)

Definition at line 56 of file Buffer.h.


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