www.pudn.com > GPS ToolKit Pro.rar > gpstoolkit.h
#if !defined(AFX_GPSTOOLKIT_H__DBF04F39_4C36_447B_A475_C6F0EC2809A2__INCLUDED_)
#define AFX_GPSTOOLKIT_H__DBF04F39_4C36_447B_A475_C6F0EC2809A2__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the contents of this file. If this class is regenerated by
// Microsoft Visual C++, your modifications will be overwritten.
/////////////////////////////////////////////////////////////////////////////
// CGPSToolKit wrapper class
class CGPSToolKit : public CWnd
{
protected:
DECLARE_DYNCREATE(CGPSToolKit)
public:
CLSID const& GetClsid()
{
static CLSID const clsid
= { 0x8c4e9f9f, 0xaad3, 0x4a1a, { 0x9b, 0xca, 0x38, 0xc4, 0x50, 0x7b, 0xdc, 0x27 } };
return clsid;
}
virtual BOOL Create(LPCTSTR lpszClassName,
LPCTSTR lpszWindowName, DWORD dwStyle,
const RECT& rect,
CWnd* pParentWnd, UINT nID,
CCreateContext* pContext = NULL)
{ return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID); }
BOOL Create(LPCTSTR lpszWindowName, DWORD dwStyle,
const RECT& rect, CWnd* pParentWnd, UINT nID,
CFile* pPersist = NULL, BOOL bStorage = FALSE,
BSTR bstrLicKey = NULL)
{ return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID,
pPersist, bStorage, bstrLicKey); }
// Attributes
public:
// Operations
public:
VARIANT GetBaudRate();
void SetBaudRate(const VARIANT& newValue);
VARIANT GetPortName();
VARIANT GetPortHandle();
void Open(const VARIANT& PortName);
void OpenFile(const VARIANT& FileName, const VARIANT& TimeScale);
void Close();
VARIANT GetFixDateTime();
VARIANT GetLatitude();
VARIANT GetLongitude();
VARIANT GetSpeed();
VARIANT GetTrueCourse();
VARIANT GetMagVariation();
VARIANT GetFixQuality();
VARIANT GetNumSatellitesInFix();
VARIANT GetAltitude();
VARIANT GetGeoidHeightAboveWGS84Ellipsoid();
VARIANT GetTimeSinceLastDGPSUpdate();
VARIANT GetDGPSRefStationID();
VARIANT GetHdop();
VARIANT GetPdop();
VARIANT GetVdop();
VARIANT GetCrossTrackError();
VARIANT GetOriginWptID();
VARIANT GetDestWptID();
VARIANT GetDestWptLatitude();
VARIANT GetDestWptLongitude();
VARIANT GetRangeToDest();
VARIANT GetTrueBearingToDest();
VARIANT GetDestClosingVelocity();
VARIANT GetOrigToDestTrueBearing();
VARIANT GetOrigToDestMagBearing();
VARIANT GetWptsInRoute();
void GetWptLocation(const VARIANT& WptName, VARIANT* pWptLat, VARIANT* pWptLon);
VARIANT GetAutomaticOperation();
VARIANT GetOperationMode();
VARIANT GetFixSatellitePRNs();
VARIANT GetNumSatellitesInView();
void GetSatelliteInfo(const VARIANT& SatellitePRN, VARIANT* pAzimuth, VARIANT* pElevation, VARIANT* pSignalToNoiseRatio);
VARIANT GetFixGood();
VARIANT GetLatLonFormat();
void SetLatLonFormat(const VARIANT& newValue);
VARIANT GetSpeedUnits();
void SetSpeedUnits(const VARIANT& newValue);
VARIANT GetDegLabel();
void SetDegLabel(const VARIANT& newValue);
VARIANT GetMinLabel();
void SetMinLabel(const VARIANT& newValue);
VARIANT GetSecLabel();
void SetSecLabel(const VARIANT& newValue);
VARIANT GetModeIndicator();
VARIANT GetDistUnits();
void SetDistUnits(const VARIANT& newValue);
VARIANT GetAltitudeUnits();
void SetAltitudeUnits(const VARIANT& newValue);
VARIANT GetSatelliteInViewPRNs();
VARIANT GetArrivedAtDest();
VARIANT GetRouteName();
VARIANT GetRouteContainsAllWpts();
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_GPSTOOLKIT_H__DBF04F39_4C36_447B_A475_C6F0EC2809A2__INCLUDED_)