-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpoti.h
24 lines (21 loc) · 832 Bytes
/
poti.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/************************************************************************/
/* */
/* P R O J E K T A V A L O N */
/* */
/* ports.h The Ports-structure */
/* */
/* Author Mario Krucker */
/* [email protected] */
/* */
/************************************************************************/
#ifndef POTI_H
#define POTI_H
#include <DDXStore.h>
#include <DDXVariable.h>
DDX_STORE_TYPE(PotiData,
struct
{
double sail_angle_abs; //angle of the sail in degrees
}
);
#endif // POTI_H