ARS SPE.
More...
#include <Ars.hh>
ARS SPE.
Definition at line 137 of file Ars.hh.
◆ SPE_Item()
Default constructor.
Definition at line 150 of file Ars.hh.
unsigned char avc
ARS Analogue to Voltage Convertor.
unsigned char tvc
ARS Time to Voltage Convertor.
Status_Item()
Default constructor.
◆ ClassDef() [1/3]
◆ ClassDef() [2/3]
◆ ClassDef() [3/3]
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const SPE_Item & |
object |
|
) |
| |
|
friend |
Print ASCII.
- Parameters
-
out | output stream |
object | SPE item |
- Returns
- output stream
Definition at line 163 of file Ars.hh.
167 out << static_cast<const Status_Item&>(
object);
168 out << setw(2) << setfill(
'0') << hex << (int)
object.
avc
169 << setw(2) << setfill(
'0') << hex << (int)
object.
tvc
170 << setfill(
' ') << dec;
◆ avc
unsigned char SPE_Item::avc |
ARS Analogue to Voltage Convertor.
Definition at line 142 of file Ars.hh.
◆ tvc
unsigned char SPE_Item::tvc |
ARS Time to Voltage Convertor.
Definition at line 145 of file Ars.hh.
◆ status
unsigned char Status_Item::status |
|
inherited |
ARS status.
Definition at line 41 of file Ars.hh.
◆ timestamp
unsigned int Status_Item::timestamp |
|
inherited |
ARS timestamp (24 bits)
Definition at line 44 of file Ars.hh.
The documentation for this class was generated from the following file: