|
pflib v3.12.0-1-g716e801
Pretty Fine HGCROC Interaction Library
|
Classes | |
| struct | SingleBXOutput |
Public Member Functions | |
| TrigAlgoOutput (std::span< uint32_t > data) | |
| void | from (std::span< uint32_t > data) |
| Reader & | read (Reader &r) |
| std::size_t | n_samples () const |
| const ECONTCaptureHeader & | header () const |
| int | length () const |
| bool | is_high_peak (int i_stc, std::optional< int > i_sample={}) const |
| bool | trigger (std::optional< int > i_sample={}) const |
Private Member Functions | |
| const SingleBXOutput & | sample (std::optional< int > i_sample={}) const |
Private Attributes | |
| mutable::pflib::logging::logger | the_log_ {::pflib::logging::get("decoding")} |
| std::vector< SingleBXOutput > | samples_ |
| ECONTCaptureHeader | header_ |