#include <OfflineUav.h>
Public Member Functions | |
attitudeUav () | |
Default constructor. | |
attitudeUav (const SimTime &time, const Orientation3D &att) | |
Complete constructor. | |
attitudeUav (const SimTime &time, const Decimal &roll, const Decimal &pitch, const Decimal &yaw) | |
Complete constructor. | |
attitudeUav (const SimTime &time, const Decimal &roll, const Decimal &pitch) | |
Complete constructor. | |
attitudeUav (stringstream &ss, bool opt) | |
Complete constructor. | |
~attitudeUav () | |
Default destructor. | |
attitudeUav & | operator= (const attitudeUav &mc) |
Copy operator. | |
attitudeUav (const attitudeUav &mc) | |
Copy constructor. | |
string | exportAsString () const |
Exports as formatted string. | |
Public Attributes | |
SimTime | attTime |
Orientation3D | attUav |
MipResources::attitudeUav::attitudeUav | ( | ) |
Default constructor.
MipResources::attitudeUav::attitudeUav | ( | const SimTime & | time, | |
const Orientation3D & | att | |||
) |
Complete constructor.
[in] | time | Time associated with measurement |
[in] | att | Orientation3D representing the orientation of the object |
MipResources::attitudeUav::attitudeUav | ( | const SimTime & | time, | |
const Decimal & | roll, | |||
const Decimal & | pitch, | |||
const Decimal & | yaw | |||
) |
Complete constructor.
[in] | time | Time associated with measurement |
[in] | roll | Roll |
[in] | pitch | Pitch |
[in] | yaw | Yaw |
MipResources::attitudeUav::attitudeUav | ( | const SimTime & | time, | |
const Decimal & | roll, | |||
const Decimal & | pitch | |||
) |
Complete constructor.
[in] | time | Time associated with measurement |
[in] | roll | Roll |
[in] | pitch | Pitch |
MipResources::attitudeUav::attitudeUav | ( | stringstream & | ss, | |
bool | opt | |||
) |
Complete constructor.
[in] | ss | Stringstream with one row of attitude (time roll pitch yaw, yaw is optional) |
[in] | opt | Option to select if one wants to take yaw. True yaw is mandatory; false otherwise |
MipResources::attitudeUav::~attitudeUav | ( | ) |
Default destructor.
MipResources::attitudeUav::attitudeUav | ( | const attitudeUav & | mc | ) |
attitudeUav & MipResources::attitudeUav::operator= | ( | const attitudeUav & | mc | ) |
string MipResources::attitudeUav::exportAsString | ( | ) | const |
Exports as formatted string.