13 #ifndef LAYOUTPOSITION_H
14 #define LAYOUTPOSITION_H
59 int16_t
Row(
void)
const;
66 int16_t
Col(
void)
const;
76 #endif // LAYOUTPOSITION_H
namespace of the flair Framework
Definition: Ahrs.h:19
int16_t Col(void) const
get col
const Layout * getLayout(void) const
get Layout
Abstract class to display a layout on the ground station.
Definition: Layout.h:33
int16_t Row(void) const
get row
~LayoutPosition()
Destructor.
LayoutPosition(const Layout *layout, int16_t row, int16_t col)
Constructor.
Class to define a position in a layout on the ground station.
Definition: LayoutPosition.h:28