PAASS
Software suite to Acquire and Analyze Data from Pixie16
|
#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... | |
Definition at line 87 of file poll2_core.h.
int data_pack::BufLen |
The data to be transmitted.
Definition at line 94 of file poll2_core.h.
unsigned short data_pack::Cont |
Number of events in this packet.
Definition at line 92 of file poll2_core.h.
unsigned char data_pack::Data[4 *(4050+4)] |
Continuation flag for large events.
Definition at line 93 of file poll2_core.h.
int data_pack::DataSize |
Sequence number for reliable transport.
Definition at line 89 of file poll2_core.h.
unsigned short data_pack::Events |
Total number of events.
Definition at line 91 of file poll2_core.h.
int data_pack::Sequence |
Definition at line 88 of file poll2_core.h.
int data_pack::TotalEvents |
Number of useable bytes in Data.
Definition at line 90 of file poll2_core.h.