Orientation of module.
More...
#include <JEvt.hh>
|
int | id |
| module identifier
|
|
double | t |
| time [s]
|
|
double | a |
|
double | b |
|
double | c |
|
double | d |
|
Orientation of module.
Definition at line 91 of file JCompass/JEvt.hh.
◆ JOrientation() [1/2]
JCOMPASS::JOrientation::JOrientation |
( |
| ) |
|
|
inline |
Default constructor.
Definition at line 98 of file JCompass/JEvt.hh.
98 :
102 {}
JQuaternion()
Default constructor.
◆ JOrientation() [2/2]
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.
◆ ClassDefNV() [1/2]
◆ ClassDefNV() [2/2]
◆ operator<<
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.
129 {
131
132 out << setw(10) << object.id << ' '
133 <<
FIXED(20,0) <<
object.t <<
' '
134 <<
static_cast<const JQuaternion&
>(object) << endl;
135
136 return out;
137 }
Auxiliary data structure for floating point format specification.
◆ id
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: