ARS STATUS.
More...
#include <Ars.hh>
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.
◆ 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.
65 return out << setw(2) << setfill(
'0') << hex << (int)
object.
status
66 << setw(6) << setfill(
'0') << hex <<
object.timestamp
67 << setfill(
' ') << dec;
◆ 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: