ARS SPE.  
 More...
#include <Ars.hh>
ARS SPE. 
Definition at line 137 of file Ars.hh.
 
Default constructor. 
Definition at line 150 of file Ars.hh.
Status_Item()
Default constructor. 
 
unsigned char tvc
ARS Time to Voltage Convertor. 
 
unsigned char avc
ARS Analogue to Voltage Convertor. 
 
 
 
 
  
  
      
        
          | 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;
 
unsigned char tvc
ARS Time to Voltage Convertor. 
 
unsigned char avc
ARS Analogue to Voltage Convertor. 
 
 
 
 
      
        
          | unsigned char SPE_Item::avc | 
        
      
 
ARS Analogue to Voltage Convertor. 
Definition at line 142 of file Ars.hh.
 
 
      
        
          | unsigned char SPE_Item::tvc | 
        
      
 
ARS Time to Voltage Convertor. 
Definition at line 145 of file Ars.hh.
 
 
  
  
      
        
          | unsigned char Status_Item::status | 
         
       
   | 
  
inherited   | 
  
 
ARS status. 
Definition at line 41 of file Ars.hh.
 
 
  
  
      
        
          | 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: