GeoCOM Reference Manual
Basic Applications – BAP
Leica TPS1200 / TS30 / TM30 – Version 1.50
70
{
char szName[BAP_PRISMN1];
double dAddConst; // prism correction
BAP_REFLTYPE eReflType; // reflector type
}
Target type definition
enum BAP_TARGET_TYPE
{
BAP_REFL_USE = 0 // with reflector
BAP_REFL_LESS = 1 // without reflector
};
ATR low vis mode definition
typedef enum
{
BAP_ATRSET_NORMAL,
// ATR is using no special flags or modes
BAP_ATRSET_LOWVIS_ON,
// ATR low vis mode on
BAP_ATRSET_LOWVIS_AON,
// ATR low vis mode always on
BAP_ATRSET_SRANGE_ON,
// ATR high reflectivity mode on
BAP_ATRSET_SRANGE_AON,
// ATR high reflectivity mode always on
} BAP_ATRSETTING;
On/off switch
enum ON_OFF_TYPE // on/off switch type
{
OFF = 0,
ON = 1
};