![]() |
|
|||
File indexing completed on 2025-08-03 08:20:46
0001 #ifndef __ONCSEVT_STRUCTURES_H 0002 #define __ONCSEVT_STRUCTURES_H 0003 0004 #include "EvtConstants.h" 0005 0006 typedef struct oncsevt_data 0007 { 0008 unsigned int evt_length; 0009 int evt_type; 0010 int evt_sequence; 0011 int run_number; 0012 int date; 0013 int time; 0014 int reserved[2]; 0015 int data[]; 0016 } *oncsevtdata_ptr; 0017 0018 0019 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
![]() ![]() |