libtcspc C++ API
Streaming TCSPC and time tag data processing
Loading...
Searching...
No Matches
PicoQuant device event types

Description

Device event types for PicoQuant T2 and T3 formats.

Classes

struct  tcspc::basic_pqt2_event< OverflowPeriod, IsOverflowAlwaysSingle >
 Implementation for binary record interpretation for HydraHarp, MultiHarp, TimeHarp 260, and PicoHarp 330 T2 format. More...
struct  tcspc::basic_pqt3_event< IsNSyncOverflowAlwaysSingle >
 Implementation for binary record interpretation for HydraHarp, MultiHarp, TimeHarp 260, and PicoHarp 330 T3 format. More...
struct  tcspc::pqt2_picoharp300_event
 Binary record interpretation for PicoHarp 300 T2 Format. More...
struct  tcspc::pqt3_picoharp300_event
 Binary record interpretation for PicoHarp 300 T3 Format. More...

Typedefs

using tcspc::pqt2_generic_event = basic_pqt2_event<33554432, false>
 Binary record interpretation for HydraHarp V2, MultiHarp, TimeHarp 260, and PicoHarp 330 "Generic" T2 format.
using tcspc::pqt2_hydraharpv1_event = basic_pqt2_event<33552000, true>
 Binary record interpretation for HydraHarp V1 T2 format.
using tcspc::pqt3_generic_event = basic_pqt3_event<false>
 Binary record interpretation for HydraHarp V2, MultiHarp, TimeHarp 260, and PicoHarp 330 "Generic" T3 format.
using tcspc::pqt3_hydraharpv1_event = basic_pqt3_event<true>
 Binary record interpretation for HydraHarp V1 T3 format.

Typedef Documentation

◆ pqt2_generic_event

using tcspc::pqt2_generic_event = basic_pqt2_event<33554432, false>

Binary record interpretation for HydraHarp V2, MultiHarp, TimeHarp 260, and PicoHarp 330 "Generic" T2 format.

RecType 0x01010204, 0x00010205, 0x00010206, 0x00010207.

◆ pqt2_hydraharpv1_event

Binary record interpretation for HydraHarp V1 T2 format.

RecType 0x00010204.

◆ pqt3_generic_event

Binary record interpretation for HydraHarp V2, MultiHarp, TimeHarp 260, and PicoHarp 330 "Generic" T3 format.

RecType 0x01010304, 0x00010305, 0x00010306, 0x00010307.

◆ pqt3_hydraharpv1_event

Binary record interpretation for HydraHarp V1 T3 format.

RecType 0x00010304.