PAASS
Software suite to Acquire and Analyze Data from Pixie16
data_pack Struct Reference

#include <poll2_core.h>

Data Fields

int Sequence
 
int DataSize
 Sequence number for reliable transport. More...
 
int TotalEvents
 Number of useable bytes in Data. More...
 
unsigned short Events
 Total number of events. More...
 
unsigned short Cont
 Number of events in this packet. More...
 
unsigned char Data [4 *(4050+4)]
 Continuation flag for large events. More...
 
int BufLen
 The data to be transmitted. More...
 

Detailed Description

Definition at line 87 of file poll2_core.h.

Field Documentation

§ BufLen

int data_pack::BufLen

The data to be transmitted.

Definition at line 94 of file poll2_core.h.

§ Cont

unsigned short data_pack::Cont

Number of events in this packet.

Definition at line 92 of file poll2_core.h.

§ Data

unsigned char data_pack::Data[4 *(4050+4)]

Continuation flag for large events.

Definition at line 93 of file poll2_core.h.

§ DataSize

int data_pack::DataSize

Sequence number for reliable transport.

Definition at line 89 of file poll2_core.h.

§ Events

unsigned short data_pack::Events

Total number of events.

Definition at line 91 of file poll2_core.h.

§ Sequence

int data_pack::Sequence

Definition at line 88 of file poll2_core.h.

§ TotalEvents

int data_pack::TotalEvents

Number of useable bytes in Data.

Definition at line 90 of file poll2_core.h.


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