This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
frame [2017/12/06 13:32] acqilc |
frame [2021/07/10 23:21] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Buffer structure ====== | ====== Buffer structure ====== | ||
+ | ===== Raw data ===== | ||
^header ^ #ligne ^ | ^header ^ #ligne ^ | ||
Line 8: | Line 9: | ||
|0 1 | 0 7 23 19 f0 9 | | |0 1 | 0 7 23 19 f0 9 | | ||
+ | |||
+ | ^ channel ^ BCID ^ coarse (4 bytes 2.5 ns) ^ fine (2.5 ns/256)^ | ||
+ | |e |0 2| 8 7c 22 6 |38| | ||
+ | |10 |0 7 |8 7c 23 95 |9d| | ||
+ | |2 |0 2| 8 7c 21 ff |f4 | | ||
+ | |||
+ | ===== File Payload Structure ===== | ||
+ | <code> | ||
+ | itemp[0]=_event; | ||
+ | itemp[1]=_gtc; | ||
+ | ltemp[1]=_abcid; | ||
+ | itemp[4]=_mezzanine; | ||
+ | itemp[5]=_adr; | ||
+ | itemp[6]=_channels.size(); | ||
+ | // and then list of channels in 8 bytes structure | ||
+ | </code> | ||
^ channel ^ BCID ^ coarse (4 bytes 2.5 ns) ^ fine (2.5 ns/256)^ | ^ channel ^ BCID ^ coarse (4 bytes 2.5 ns) ^ fine (2.5 ns/256)^ |