Jpp 19.3.0-rc.3
the software that should make you happy
Loading...
Searching...
No Matches
CRM_Item Class Reference

ARS CRM. More...

#include <Ars.hh>

Inheritance diagram for CRM_Item:
Status_Item ARS_Item

Public Member Functions

 CRM_Item ()
 Default constructor.
 
 ClassDef (CRM_Item, 2)
 ROOT class definition.
 
 ClassDef (Status_Item, 2)
 ROOT class definition.
 
 ClassDef (ARS_Item, 2)
 

Public Attributes

unsigned char crm
 ARS Count Rate Monitor value.
 
unsigned char status
 ARS status.
 
unsigned int timestamp
 ARS timestamp (24 bits)
 

Friends

std::ostream & operator<< (std::ostream &out, const CRM_Item &object)
 Print ASCII.
 

Detailed Description

ARS CRM.

Definition at line 97 of file Ars.hh.

Constructor & Destructor Documentation

◆ CRM_Item()

CRM_Item::CRM_Item ( )
inline

Default constructor.

Definition at line 107 of file Ars.hh.

107 :
108 Status_Item(),
109 crm(0)
110 {}
unsigned char crm
ARS Count Rate Monitor value.
Definition Ars.hh:102
Status_Item()
Default constructor.
Definition Ars.hh:49

Member Function Documentation

◆ ClassDef() [1/3]

CRM_Item::ClassDef ( CRM_Item ,
2  )

ROOT class definition.

◆ ClassDef() [2/3]

Status_Item::ClassDef ( Status_Item ,
2  )
inherited

ROOT class definition.

◆ ClassDef() [3/3]

ARS_Item::ClassDef ( ARS_Item ,
2  )
inherited

Friends And Related Symbol Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream & out,
const CRM_Item & object )
friend

Print ASCII.

Parameters
outoutput stream
objectCRM item
Returns
output stream

Definition at line 119 of file Ars.hh.

120 {
121 using namespace std;
122
123 out << static_cast<const Status_Item&>(object);
124 out << setw(2) << hex << object.crm << dec;
125
126 return out;
127 }

Member Data Documentation

◆ crm

unsigned char CRM_Item::crm

ARS Count Rate Monitor value.

Definition at line 102 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: