Structure ProbeRecord

┗ SLAM.ProbeRecord

namespace: SLAM
packed: false

Description

A record capturing RF and otherinformation at a specified location. Probe records are captured as part of probe data collected by probe devices.

Summary

Fields defined in SLAM.ProbeRecord

state, floor, observations, name, description, address, contact, miscdata

Field Detail

state (required) : StateInfo

Required device position and other state information. At least one of observations or state is required, otherwise there is insufficient data to process.

floor (required) : int8

The floor number of this scan

observations (required) : ObservationSet

Set of observation data containing the probe measurements.

name (optional) : string

Optional Name of this probe location.

description (optional) : string

Optional human readable description.

address (optional) : AddressInfo

Optional address information.

contact (optional) : ContactInfo

Optional contact information. These are for probes locations typically associated with a business or public entity that has associated contact information.

miscdata (optional) : json

Optional other information describing this probe location in json format.

See Also

Enumerations

DeviceClass

Interfaces

Survey, Probe