diff options
| author | tlatorre <tlatorre@uchicago.edu> | 2019-07-16 11:19:34 -0500 |
|---|---|---|
| committer | tlatorre <tlatorre@uchicago.edu> | 2019-07-16 11:19:34 -0500 |
| commit | ebe279926c5c03ee054d520900715f0315dc5d0a (patch) | |
| tree | 4cb051b07cc2dc07bce81aa736f6bc517e034341 /src/event.h | |
| parent | ceb609472547935b056911643564860190a0a165 (diff) | |
| download | sddm-ebe279926c5c03ee054d520900715f0315dc5d0a.tar.gz sddm-ebe279926c5c03ee054d520900715f0315dc5d0a.tar.bz2 sddm-ebe279926c5c03ee054d520900715f0315dc5d0a.zip | |
update neck tube cut to include time difference changes due to cable changes
Diffstat (limited to 'src/event.h')
| -rw-r--r-- | src/event.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/event.h b/src/event.h index 1f669b4..4ebb14c 100644 --- a/src/event.h +++ b/src/event.h @@ -73,6 +73,10 @@ typedef struct event { uint32_t gtid; /* Trigger word. See trigger_mask_bits.inc. */ uint32_t trigger_type; + /* Date (format: yyyymmdd) */ + uint32_t dte; + /* Time (format: hhmmsscc - cc is centisec). */ + uint32_t hmsc; pmt_hit pmt_hits[MAX_PMTS]; } event; |
