#include <FelixFormat.hh>
Definition at line 87 of file FelixFormat.hh.
uint16_t dune::ColdataHeader::checksum_a |
( |
| ) |
const |
|
inline |
uint16_t dune::ColdataHeader::checksum_b |
( |
| ) |
const |
|
inline |
uint8_t dune::ColdataHeader::hdr |
( |
const uint8_t |
i | ) |
const |
|
inline |
void dune::ColdataHeader::print |
( |
| ) |
const |
|
inline |
Definition at line 137 of file FelixFormat.hh.
138 std::cout <<
"s1_error:" << unsigned(
s1_error)
139 <<
" s2_error:" << unsigned(
s2_error)
146 <<
" hdr_1:" << unsigned(
hdr_1) <<
" hdr_2:" << unsigned(
hdr_2)
147 <<
" hdr_3:" << unsigned(
hdr_3) <<
" hdr_4:" << unsigned(
hdr_4)
148 <<
" hdr_5:" << unsigned(
hdr_5) <<
" hdr_6:" << unsigned(
hdr_6)
149 <<
" hdr_7:" << unsigned(
hdr_7) <<
" hdr_8:" << unsigned(
hdr_8);
void dune::ColdataHeader::printBits |
( |
| ) |
const |
|
inline |
Definition at line 165 of file FelixFormat.hh.
166 std::cout <<
"s1_error:" << std::bitset<4>(
s1_error)
167 <<
" s2_error:" << std::bitset<4>(
s2_error)
172 <<
" coldata_convert_count:" 175 <<
" hdr_1:" << std::bitset<8>(
hdr_1)
176 <<
" hdr_2:" << std::bitset<8>(
hdr_2)
177 <<
" hdr_3:" << std::bitset<8>(
hdr_3)
178 <<
" hdr_4:" << std::bitset<8>(
hdr_4)
179 <<
" hdr_5:" << std::bitset<8>(
hdr_5)
180 <<
" hdr_6:" << std::bitset<8>(
hdr_6)
181 <<
" hdr_7:" << std::bitset<8>(
hdr_7)
182 <<
" hdr_8:" << std::bitset<8>(
hdr_8);
void dune::ColdataHeader::printHex |
( |
| ) |
const |
|
inline |
void dune::ColdataHeader::set_checksum_a |
( |
const uint16_t |
new_checksum_a | ) |
|
|
inline |
void dune::ColdataHeader::set_checksum_b |
( |
const uint16_t |
new_checksum_b | ) |
|
|
inline |
void dune::ColdataHeader::set_hdr |
( |
const uint8_t |
i, |
|
|
const uint8_t |
new_hdr |
|
) |
| |
|
inline |
Definition at line 123 of file FelixFormat.hh.
125 case 1:
hdr_1 = new_hdr;
break;
126 case 2:
hdr_2 = new_hdr;
break;
127 case 3:
hdr_3 = new_hdr;
break;
128 case 4:
hdr_4 = new_hdr;
break;
129 case 5:
hdr_5 = new_hdr;
break;
130 case 6:
hdr_6 = new_hdr;
break;
131 case 7:
hdr_7 = new_hdr;
break;
132 case 8:
hdr_8 = new_hdr;
break;
word_t dune::ColdataHeader::checksum_a_1 |
word_t dune::ColdataHeader::checksum_a_2 |
word_t dune::ColdataHeader::checksum_b_1 |
word_t dune::ColdataHeader::checksum_b_2 |
word_t dune::ColdataHeader::coldata_convert_count |
word_t dune::ColdataHeader::error_register |
word_t dune::ColdataHeader::hdr_1 |
word_t dune::ColdataHeader::hdr_2 |
word_t dune::ColdataHeader::hdr_3 |
word_t dune::ColdataHeader::hdr_4 |
word_t dune::ColdataHeader::hdr_5 |
word_t dune::ColdataHeader::hdr_6 |
word_t dune::ColdataHeader::hdr_7 |
word_t dune::ColdataHeader::hdr_8 |
word_t dune::ColdataHeader::reserved_1 |
word_t dune::ColdataHeader::reserved_2 |
word_t dune::ColdataHeader::s1_error |
word_t dune::ColdataHeader::s2_error |
The documentation for this struct was generated from the following file: