Structure SurveyInfo

┗ SLAM.SurveyInfo

namespace: SLAM
packed: false

Description

General information about the survey.

Summary

Fields defined in SLAM.SurveyInfo

name, flrmax, flrmin, appid, appver, createdate, contact, address, datestart, dateend, miscdata

Field Detail

name (required) : string

Optional name to describe the identify of the survey

flrmax (required) : int8

Optional maximum floor identifier, default is zero meaning the ground floor

flrmin (required) : int8

Optional minimum floor identifier, default is zero meaning the ground floor

appid (required) : string

Application identifier used to collect the survey data. Default is empty "".

appver (required) : string

Application version used to collect the survey data. Default is empty "".

createdate (required) : datetime

Date and time the survey was created or conducted.

contact (optional) : ContactInfo

Optional contact information.

address (optional) : AddressInfo

Optional address information.

datestart (optional) : datetime

Date and time of when this survey is valid. Do not define if unknown.

dateend (optional) : datetime

Last date and time of when this survey is valid. Do not define if unknown.

miscdata (optional) : json

Optional other information describing this survey in json format.

See Also

Enumerations

DeviceClass

Interfaces

Survey, Probe