Rev 819 | Rev 884 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 819 | Rev 849 | ||
---|---|---|---|
Line 37... | Line 37... | ||
37 | 37 | ||
Line 38... | Line 38... | ||
38 | extern struct str_DebugOut DebugOut; |
38 | extern struct str_DebugOut DebugOut; |
39 | 39 | ||
40 | struct str_WinkelOut |
40 | struct str_WinkelOut |
41 | { |
41 | { |
42 | unsigned int Winkel[2]; |
42 | signed int Winkel[2]; |
43 | unsigned char UserParameter[2]; |
43 | unsigned char UserParameter[2]; |
44 | unsigned char CalcState; |
44 | unsigned char CalcState; |
45 | unsigned char Orientation; |
45 | unsigned char Orientation; |