Difference between revisions of "Mar. 5, 2021"
Jump to navigation
Jump to search
Line 30: | Line 30: | ||
#** Discussed VTP data format (presented below) | #** Discussed VTP data format (presented below) | ||
#** VTP source is also available | #** VTP source is also available | ||
− | #** Discussed ERSAP VTP SRO | + | #** Discussed ERSAP VTP SRO components lates benchmark results |
VTP frame header | VTP frame header | ||
typedef struct | typedef struct |
Latest revision as of 13:09, 11 March 2021
Connection Info:
This meeting scheduled via Zoom. Join link should be in your calendar.
Agenda:
- Announcements
- Update on tests @ JLab
- Update on TriDAS commitments
- Introduction of Laura Cappelli (new TriDAS post-doc @ Bologna)
- Tentative roadmap and milestone
- a.o.b
Useful References
Minutes:
Attendees: Tommaso C., Carmelo P., Marco B.,Francesco G., B. Raydo, Sergey B., David L., Carl T., Vardan G.
- Announcements
- Update on tests @ JLab
- Discussed VTP data format (presented below)
- VTP source is also available
- Discussed ERSAP VTP SRO components lates benchmark results
VTP frame header typedef struct {
unsigned int source_id; unsigned int total_length; unsigned int payload_length; unsigned int compressed_length; unsigned int magic; unsigned int format_version; unsigned int flags; unsigned long long record_counter; unsigned long long ts_sec; unsigned long long ts_nsec;
}
Payload 9 word payload header, where first word is a tag and 8 following words contain length and a pointer to 8 FADC slots information.