Commit efd554e
committed
Adding prototype of RawParser
This prototype implements a parser for O2 raw data which is organized in pages of a
fixed size, each page starts with the RAWDataHeader. The page size may actually be
smaller than the maximum size, depending on the header fields.
The parser class works on a contiguous sequence of raw pages in a raw buffer.
Multiple versions of RAWDataHeader are supported transparently and selected depending
on the version field of the header.
Hosting it under DPLUtils for the moment though this will be moved to somewhere else.1 parent 95bacdd commit efd554e
File tree
3 files changed
+461
-0
lines changed- Framework/Utils
- include/DPLUtils
- test
3 files changed
+461
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
0 commit comments