Central Services - Csv; Usage; Constants And Types - Leica tps1100 Reference Manual

Hide thumbs Also See for tps1100:
Table of Contents

Advertisement

GeoCOM Reference Manual
11 C
ENTRAL
The subsystem Central Services implements some centralised functions to
maintain global data of the TPS system software. Examples are date and time or
the instrument's name.
11.1

USAGE

These functions do not depend on other subsystems. Since this part is responsible
for global data, any function can be called at any time.
11.2

CONSTANTS AND TYPES

TPS Device Configuration Type
struct
{
TPS_DEVICE_CLASS Class; // device precision class
TPS_DEVICE_TYPE
};
TPS Device Precision Class
enum TPS_DEVICE_CLASS
{
TPS_CLASS_1100 = 0,
TPS_CLASS_1700 = 1,
TPS_CLASS_1800 = 2,
TPS_CLASS_5000 = 3,
TPS_CLASS_6000 = 4,
TPS_CLASS_1500 = 5,
TPS_CLASS_2003 = 6,
TPS_CLASS_5005 = 7,
TPS_CLASS_5100 = 8,
TPS_CLASS_1102 = 100,
TPS_CLASS_1103 = 101,
TPS_CLASS_1105 = 102
TPS_CLASS_1101 = 103
};
TPS1100 - Version 1.05
S
ERVICES
TPS_DEVICE
Type;
- CSV
// device configuration type
// TPS1000 family member,
// 1 mgon, 3"
// TPS1000 family member,
// 0.5 mgon, 1.5"
// TPS1000 family member,
// 0.3 mgon, 1"
// TPS2000 family member
// TPS2000 family member
// TPS1000 family member
// TPS2000 family member
// TPS5000 family member
// TPS5000 family member
// TPS1100 family member, 2"
// TPS1100 family member, 3"
// TPS1100 family member, 5"
// TPS1100 family member, 1"

Central Services - CSV

11-1

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents