Definition at line 30 of file TRGGDLDST.h.
◆ TRGGDLDST()
◆ ~TRGGDLDST()
◆ ClassDef()
◆ getComL1Time()
unsigned getComL1Time |
( |
void | | ) |
|
|
inline |
get timestamp value when GDL receives common L1
Definition at line 63 of file TRGGDLDST.h.
◆ getGdlL1Time()
unsigned getGdlL1Time |
( |
void | | ) |
|
|
inline |
get timestamp value when GDL generates L1
Definition at line 69 of file TRGGDLDST.h.
◆ getT0()
get t0 timestamp values in clk1nsec
Definition at line 60 of file TRGGDLDST.h.
◆ getTimsrcGdlTime()
unsigned getTimsrcGdlTime |
( |
int | i | ) |
|
|
inline |
get timestamp when GDL receives timing sources
Definition at line 49 of file TRGGDLDST.h.
49{return m_timsrc_gdl_time[i];}
◆ getTimType()
get timing source information
- Returns
- timing source type
Definition at line 80 of file TRGGDLDST.h.
81 {
82 return m_timType;
83 }
◆ setComL1Time()
void setComL1Time |
( |
int | comL1 | ) |
|
|
inline |
set timestamp value when GDL receives common L1
Definition at line 66 of file TRGGDLDST.h.
66{m_comL1_time = comL1;}
◆ setGdlL1Time()
void setGdlL1Time |
( |
int | gdlL1 | ) |
|
|
inline |
set timestamp value when GDL generates L1
Definition at line 72 of file TRGGDLDST.h.
72{m_gdlL1_time = gdlL1;}
◆ setT0()
void setT0 |
( |
int | top, |
|
|
int | ecl, |
|
|
int | cdc ) |
|
inline |
set t0 timestamp values in clk1nsec
Definition at line 52 of file TRGGDLDST.h.
53 {
54 m_t0[2] = top;
55 m_t0[1] = ecl;
56 m_t0[0] = cdc;
57 }
◆ setTimsrcGdlTime()
void setTimsrcGdlTime |
( |
int | top, |
|
|
int | ecl, |
|
|
int | cdc ) |
|
inline |
set timestamp when GDL receives timing sources
Definition at line 41 of file TRGGDLDST.h.
42 {
43 m_timsrc_gdl_time[2] = top;
44 m_timsrc_gdl_time[1] = ecl;
45 m_timsrc_gdl_time[0] = cdc;
46 }
◆ setTimType()
◆ m_comL1_time
unsigned int m_comL1_time = 0 |
|
private |
timestamp when GDL receives common L1
Definition at line 94 of file TRGGDLDST.h.
◆ m_gdlL1_time
unsigned int m_gdlL1_time = 0 |
|
private |
timestamp when GDL generates L1
Definition at line 97 of file TRGGDLDST.h.
◆ m_t0
unsigned int m_t0[3] = {0} |
|
private |
estimated t0 timestamp of 2:top,1:ecl,0:cdc
Definition at line 91 of file TRGGDLDST.h.
◆ m_timsrc_gdl_time
unsigned int m_timsrc_gdl_time[3] = {0} |
|
private |
timestamp when GDL receives timing src, 2:top,1:ecl,0:cdc
Definition at line 88 of file TRGGDLDST.h.
◆ m_timType
types of trigger timing source defined in b2tt firmware
Definition at line 100 of file TRGGDLDST.h.
The documentation for this class was generated from the following file: