You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
#ifndef FLY_LINE_DATA_STRUCT_H
|
|
|
|
|
#define FLY_LINE_DATA_STRUCT_H
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//<2F><><EFBFBD><EFBFBD>ֱ<EFBFBD><D6B1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>к<EFBFBD><D0BA>ߵĺ<DFB5><C4BA><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݽṹ<DDBD><E1B9B9>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#if defined (_WIN32_WCE) || defined (WIN32)
|
|
|
|
|
#pragma pack( push, VMF)
|
|
|
|
|
#endif//defined (_WIN32_WCE) || defined (WIN32)
|
|
|
|
|
#pragma pack(1)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
typedef struct _PTSTRUCT
|
|
|
|
|
{
|
|
|
|
|
BYTE lineID; //<2F><><EFBFBD>ߺ<EFBFBD>
|
|
|
|
|
BYTE ptID; //<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|
|
|
|
|
|
|
|
|
double lon; //<2F><><EFBFBD><EFBFBD>
|
|
|
|
|
double lat; //γ<><CEB3>
|
|
|
|
|
short alt; //<2F>߶<EFBFBD>
|
|
|
|
|
|
|
|
|
|
BYTE speed; //<2F>ٶ<EFBFBD>
|
|
|
|
|
|
|
|
|
|
char taskCharacter; //<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|
|
|
|
char lineCharacter; //<2F><>·<EFBFBD><C2B7><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|
|
|
|
|
|
|
|
|
}PtStruct;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#if defined (_WIN32_WCE) || defined (WIN32)
|
|
|
|
|
#pragma pack( pop,VMF)
|
|
|
|
|
#else
|
|
|
|
|
#pragma pack()
|
|
|
|
|
#endif//defined (_WIN32_WCE) || defined (WIN32)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|