ARS STATUS.
More...
#include <Ars.hh>
|
unsigned char | status |
| ARS status.
|
|
unsigned int | timestamp |
| ARS timestamp (24 bits)
|
|
ARS STATUS.
Definition at line 36 of file Ars.hh.
◆ Status_Item()
Status_Item::Status_Item |
( |
| ) |
|
|
inline |
Default constructor.
Definition at line 49 of file Ars.hh.
49 :
52 {}
unsigned int timestamp
ARS timestamp (24 bits)
unsigned char status
ARS status.
◆ ClassDef() [1/2]
◆ ClassDef() [2/2]
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & | out, |
|
|
const Status_Item & | object ) |
|
friend |
Print ASCII.
- Parameters
-
out | output stream |
object | Status item |
- Returns
- output stream
Definition at line 61 of file Ars.hh.
62 {
64
65 return out << setw(2) << setfill(
'0') << hex << (int)
object.
status
66 << setw(6) << setfill('0') << hex << object.timestamp
67 << setfill(' ') << dec;
68 }
◆ status
unsigned char Status_Item::status |
ARS status.
Definition at line 41 of file Ars.hh.
◆ timestamp
unsigned int Status_Item::timestamp |
ARS timestamp (24 bits)
Definition at line 44 of file Ars.hh.
The documentation for this class was generated from the following file: