A structure for storing angles relative to the NED frame and the number of propagations that produce such angle, 0 if no propagation step has been used. Used for logging.
More...
#include <FollowerData.h>
|
| AntennaAnglesLog () |
|
| AntennaAnglesLog (uint64_t timestamp, float yaw, float pitch) |
|
| AntennaAnglesLog (uint64_t timestamp, float yaw, float pitch, uint32_t nrPropagations) |
|
| AntennaAnglesLog (AntennaAngles angle, uint32_t nrPropagations) |
|
void | print (std::ostream &os) const |
|
| AntennaAngles () |
|
| AntennaAngles (uint64_t timestamp, float yaw, float pitch) |
|
| AntennaAngles (uint64_t timestamp, float yaw, float pitch, uint32_t nrPropagations) |
|
|
uint32_t | nrPropagations |
| Nr of propagations by the propagator (0 if no propagation)
|
|
uint64_t | timestamp = 0 |
|
float | yaw |
|
float | pitch |
| position, positive UP [deg]
|
|
A structure for storing angles relative to the NED frame and the number of propagations that produce such angle, 0 if no propagation step has been used. Used for logging.
Definition at line 62 of file FollowerData.h.
◆ AntennaAnglesLog() [1/4]
Boardcore::AntennaAnglesLog::AntennaAnglesLog |
( |
| ) |
|
|
inline |
◆ AntennaAnglesLog() [2/4]
Boardcore::AntennaAnglesLog::AntennaAnglesLog |
( |
uint64_t | timestamp, |
|
|
float | yaw, |
|
|
float | pitch ) |
|
inline |
◆ AntennaAnglesLog() [3/4]
Boardcore::AntennaAnglesLog::AntennaAnglesLog |
( |
uint64_t | timestamp, |
|
|
float | yaw, |
|
|
float | pitch, |
|
|
uint32_t | nrPropagations ) |
|
inline |
◆ AntennaAnglesLog() [4/4]
Boardcore::AntennaAnglesLog::AntennaAnglesLog |
( |
AntennaAngles | angle, |
|
|
uint32_t | nrPropagations ) |
|
inline |
◆ header()
static std::string Boardcore::AntennaAnglesLog::header |
( |
| ) |
|
|
inlinestatic |
◆ print()
void Boardcore::AntennaAnglesLog::print |
( |
std::ostream & | os | ) |
const |
|
inline |
◆ nrPropagations
uint32_t Boardcore::AntennaAnglesLog::nrPropagations |
Initial value:
Nr of propagations by the propagator (0 if no propagation)
Definition at line 64 of file FollowerData.h.
The documentation for this struct was generated from the following file: