User Manual Part 2

IS-900 User Guide Page 148 of 159
Bool
ISD_SetStationConfig( ISD_TRACKER_HANDLE handle,
ISD_STATION_INFO_TYPE *station,
WORD stationID,
BOOL verbose )
Configure station as specified in the ISD_STATION_INFO_TYPE structure. Before
this function is called, all elements of the structure must be assigned valid values.
General procedure for changing any setting is to first retrieve current
configuration, make the change, and then apply them. Calling
ISD_GetStationConfig is important because you only want to change some of
the settings, leaving the rest unchanged.
This function is ignored if used with InterTrax products. IS-900, IS-600, IS-300
and InertiaCube2 allows the AngleFormat, Compass prediction,
enhancement, and sensitivity parameters fields to be changed.
handle Handle to the tracking device. This is the handle returned by
ISD_OpenTracker.
station Pointer to a structure of type ISD_STATION_INFO_TYPE. See
isense.h for structure definition.
StationID Number from 1 to ISD_MAX_STATIONS.
Bool
ISD_GetStationConfig( ISD_TRACKER_HANDLE handle,
ISD_STATION_INFO_TYPE *station,
WORD stationID,
Bool verbose )
Fills the ISD_STATION_INFO_TYPE structure with current settings.
handle Handle to the tracking device. This is the handle returned by
ISD_OpenTracker.
station Pointer to a structure of type ISD_STATION_INFO_TYPE. See isense.h
for structure definition.
StationID Number from 1 to ISD_MAX_STATIONS.