RoadPoint.h
上传用户:yffx2008
上传日期:2014-10-12
资源大小:12414k
文件大小:1k
- // RoadPoint.h: interface for the CRoadPoint class.
- //
- //////////////////////////////////////////////////////////////////////
- #if !defined(AFX_ROADPOINT_H__2926D1A2_C3F6_11D7_B7C5_00E01808A228__INCLUDED_)
- #define AFX_ROADPOINT_H__2926D1A2_C3F6_11D7_B7C5_00E01808A228__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #include "GpsPoint.h"
- class CRoadPoint : public CGpsPoint
- {
- public:
- CRoadPoint();
- virtual ~CRoadPoint();
- CRoadPoint & operator=(const CRoadPoint &ds);
- public:
- BYTE BigRoad_SerialNumber[2];
- BYTE BigRoad_SN_Bytes; //大路序号占用的字节数
-
- BYTE OutOfMap;
- BYTE OutOfMap_Bytes; //出图标志占用的字节数
- bool m_bIsModify;
- public:
- void Clear();
- };
- #endif // !defined(AFX_ROADPOINT_H__2926D1A2_C3F6_11D7_B7C5_00E01808A228__INCLUDED_)