WXP C++ Library Version 6.74.6
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
WXP::Attitude Struct Reference

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
 

Detailed Description

This struct stores the attitude of the satellite in space.

Author
Dan Vietor

Constructor & Destructor Documentation

◆ Attitude()

Attitude::Attitude ( )

Constructor

References init().

Member Function Documentation

◆ init()

int Attitude::init ( )

Initializes the object

References WXP::Const::MISS.

Referenced by Attitude().

◆ print()

int Attitude::print ( )

Prints the object parameters

◆ set()

int Attitude::set ( double  r,
double  p,
double  y 
)

Sets the values

Parameters
rRoll
pPitch
yYaw

The documentation for this struct was generated from the following files: