|
WXP C++ Library Version 6.74.9
|
This struct stores the attitude of the satellite in space. More...
#include "../include/Attitude.h"
Public Member Functions | |
| Attitude () | |
| int | init () |
| int | set (double r, double p, double y) |
| int | print () |
Public Attributes | |
| double | roll |
| double | pitch |
| double | yaw |
This struct stores the attitude of the satellite in space.
| Attitude::Attitude | ( | ) |
Constructor
References init().
| int Attitude::init | ( | ) |
| int Attitude::print | ( | ) |
Prints the object parameters
| int Attitude::set | ( | double | r, |
| double | p, | ||
| double | y | ||
| ) |
Sets the values
| r | Roll |
| p | Pitch |
| y | Yaw |