ARS SPE.
More...
#include <Ars.hh>
|
unsigned char | avc |
| ARS Analogue to Voltage Convertor.
|
|
unsigned char | tvc |
| ARS Time to Voltage Convertor.
|
|
unsigned char | status |
| ARS status.
|
|
unsigned int | timestamp |
| ARS timestamp (24 bits)
|
|
ARS SPE.
Definition at line 137 of file Ars.hh.
◆ SPE_Item()
Default constructor.
Definition at line 150 of file Ars.hh.
150 :
154 {}
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.
164 {
166
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;
171
172 return out;
173 }
◆ 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: