Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1263 | thjac | 1 | /* pitch_md.h |
2 | * |
||
3 | * Copyright 2009 Thoams Jachmann |
||
4 | */ |
||
5 | |||
6 | #ifndef PITCH_MD_H |
||
7 | #define PITCH_MD_H |
||
8 | |||
9 | #define pitch_standValue() pitchStand |
||
10 | #define pitch_hoverValue() pitchHover |
||
11 | #define pitch_neutralDiffMD() pitchNeutralDiff |
||
12 | |||
13 | extern void pitch_md_init( void ); |
||
14 | extern int pitch_md_value( void ); |
||
15 | |||
16 | extern char pitchStand; |
||
17 | extern char pitchHover; |
||
18 | extern char pitchNeutralDiff; |
||
19 | |||
20 | #endif // PITCH_MD_H |