// GPS Tracker constants
// Simulator Version 1

constant kAboutTitle := "GPS Tracker Simulator V1.5";
constant kBaseCapabilities := kSupportsPosition;

// view containing the GPS comms stuff: theEndPoint, theCommandHandler & theReportHandler
constant kEPlayout := "EP_Sim";

DefConst ( 'kDefaultPrefs, {
		coordSel:		kPosOSG,		// index into kCoordDisplay array
		datumSel:		kDatumOSGB,		// index into kDatumList array
		velocitySel:	kVelSoGmps,		// index into kVelocityDisplay array
		timeSel:		kShowLocalTime,	// index into kTimeDisplay array
		clockSetSel:	0,				// index into kClockSetList array
		fixIntSel:		3,				// index into kFixIntervalList array
		displayTime:	nil,
		displayDOP:		true,
		displaySVs:		true,
		displayVel:		nil,
});

