|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Functions | |
| int | test_construction_and_size () |
| int | test_static_members () |
| int | test_bytes_roundtrip () |
| int | test_less_than_operator () |
| int | test_timestamp () |
| int | test_channel () |
| int | test_daqheader_accessible () |
| int | test_set_geoid () |
| int | test_channelword_properties () |
| int | test_header_channel_words_property () |
| int | test_adc_single () |
| int | test_adc_max_value () |
| int | test_adc_independence () |
| int | test_adc_all_channels_one_sample () |
| int | test_adc_out_of_range () |
| int | main () |
Variables | |
| int | NUM_CHANNELS = 4 |
| int | ADCS_PER_CHANNEL = 280 |
| tuple | ADC_MAX = (1 << 14) - 1 |
| int main | ( | ) |
Definition at line 290 of file DAPHNEEthStream_binding_test.py.
| int test_adc_all_channels_one_sample | ( | ) |
Definition at line 256 of file DAPHNEEthStream_binding_test.py.
| int test_adc_independence | ( | ) |
Definition at line 237 of file DAPHNEEthStream_binding_test.py.
| int test_adc_max_value | ( | ) |
Definition at line 226 of file DAPHNEEthStream_binding_test.py.
| int test_adc_out_of_range | ( | ) |
Definition at line 271 of file DAPHNEEthStream_binding_test.py.
| int test_adc_single | ( | ) |
Definition at line 215 of file DAPHNEEthStream_binding_test.py.
| int test_bytes_roundtrip | ( | ) |
Definition at line 60 of file DAPHNEEthStream_binding_test.py.
| int test_channel | ( | ) |
Definition at line 110 of file DAPHNEEthStream_binding_test.py.
| int test_channelword_properties | ( | ) |
Definition at line 169 of file DAPHNEEthStream_binding_test.py.
| int test_construction_and_size | ( | ) |
Definition at line 12 of file DAPHNEEthStream_binding_test.py.
| int test_daqheader_accessible | ( | ) |
Definition at line 131 of file DAPHNEEthStream_binding_test.py.
| int test_header_channel_words_property | ( | ) |
Definition at line 198 of file DAPHNEEthStream_binding_test.py.
| int test_less_than_operator | ( | ) |
Definition at line 83 of file DAPHNEEthStream_binding_test.py.
| int test_set_geoid | ( | ) |
Definition at line 145 of file DAPHNEEthStream_binding_test.py.
| int test_static_members | ( | ) |
Definition at line 25 of file DAPHNEEthStream_binding_test.py.
| int test_timestamp | ( | ) |
Definition at line 98 of file DAPHNEEthStream_binding_test.py.
| tuple DAPHNEEthStream_binding_test.ADC_MAX = (1 << 14) - 1 |
Definition at line 9 of file DAPHNEEthStream_binding_test.py.
| int DAPHNEEthStream_binding_test.ADCS_PER_CHANNEL = 280 |
Definition at line 8 of file DAPHNEEthStream_binding_test.py.
| int DAPHNEEthStream_binding_test.NUM_CHANNELS = 4 |
Definition at line 7 of file DAPHNEEthStream_binding_test.py.