Orientation of module.  
 More...
#include <JEvt.hh>
Orientation of module. 
Definition at line 91 of file JCompass/JEvt.hh.
 
  
  
      
        
          | JCOMPASS::JOrientation::JOrientation  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Default constructor. 
Definition at line 98 of file JCompass/JEvt.hh.
JQuaternion()
Default constructor. 
 
 
 
 
  
  
      
        
          | JCOMPASS::JOrientation::JOrientation  | 
          ( | 
          const int  | 
          id,  | 
         
        
           | 
           | 
          const double  | 
          ts,  | 
         
        
           | 
           | 
          const JQuaternion &  | 
          Q  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
Constructor. 
- Parameters
 - 
  
    | id | module identifier  | 
    | ts | time [s]  | 
    | Q | orientation  | 
  
   
Definition at line 112 of file JCompass/JEvt.hh.
JQuaternion()
Default constructor. 
 
 
 
 
  
  
      
        
          | std::ostream& operator<<  | 
          ( | 
          std::ostream &  | 
          out,  | 
         
        
           | 
           | 
          const JOrientation &  | 
          object  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
friend   | 
  
 
Write orientation to output. 
- Parameters
 - 
  
    | out | output stream  | 
    | object | orientation  | 
  
   
- Returns
 - output stream 
 
Definition at line 128 of file JCompass/JEvt.hh.
  132       out << setw(10)    << 
object.id << 
' '  
  133           << 
FIXED(20,0) << 
object.t  << 
' '  
  134           << 
static_cast<const JQuaternion&
>(object) << endl;
 
Auxiliary data structure for floating point format specification. 
 
 
 
 
      
        
          | int JCOMPASS::JOrientation::id | 
        
      
 
 
      
        
          | double JCOMPASS::JOrientation::t | 
        
      
 
 
  
  
      
        
          | double JCOMPASS::JQuaternion::a | 
         
       
   | 
  
inherited   | 
  
 
 
  
  
      
        
          | double JCOMPASS::JQuaternion::b | 
         
       
   | 
  
inherited   | 
  
 
 
  
  
      
        
          | double JCOMPASS::JQuaternion::c | 
         
       
   | 
  
inherited   | 
  
 
 
  
  
      
        
          | double JCOMPASS::JQuaternion::d | 
         
       
   | 
  
inherited   | 
  
 
 
The documentation for this struct was generated from the following file: