Subversion Repositories NaviCtrl

Rev

Rev 151 | Rev 224 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 151 Rev 162
Line 8... Line 8...
8
        GPS_Pos_t Position;             // the gps position of the waypoint, see ubx.h for details
8
        GPS_Pos_t Position;             // the gps position of the waypoint, see ubx.h for details
9
        s16 Heading;                    // orientation, future implementation
9
        s16 Heading;                    // orientation, future implementation
10
        u8  ToleranceRadius;    // in meters, if the MK is within that range around the target, then the next target is triggered
10
        u8  ToleranceRadius;    // in meters, if the MK is within that range around the target, then the next target is triggered
11
        u8  HoldTime;                   // in seconds, if the was once in the tolerance area around a WP, this time defines the delay before the next WP is triggered
11
        u8  HoldTime;                   // in seconds, if the was once in the tolerance area around a WP, this time defines the delay before the next WP is triggered
12
        u8  Event_Flag;                 // future implementation
12
        u8  Event_Flag;                 // future implementation
-
 
13
        u8  Index;              // to indentify different waypoints, workaround for bad communications PC <-> NC
13
        u8  reserve[12];                // reserve
14
        u8  reserve[11];                // reserve
14
} __attribute__((packed)) Waypoint_t;
15
} __attribute__((packed)) Waypoint_t;
Line 15... Line 16...
15
 
16
 
16
u8 WPList_Init(void);
17
u8 WPList_Init(void);
17
u8 WPList_Clear(void);
18
u8 WPList_Clear(void);