Type Alias: TrafficInstrumentFunctionalOptions
TrafficInstrumentFunctionalOptions =
object
Defined in: src/sdk/instruments/Traffic.ts:69
Configuration options for a TrafficInstrument whose state is not synced from another instance.
Properties
contactDeprecateTime
contactDeprecateTime:
number
Defined in: src/sdk/instruments/Traffic.ts:80
The maximum amount of sim time elapsed, in milliseconds, since last contact allowed before a contact is
deprecated. Ignored if the instrument's sync role is replica.
realTimeUpdateFreq
realTimeUpdateFreq:
number
Defined in: src/sdk/instruments/Traffic.ts:71
The maximum update frequency (Hz) in real time. Ignored if the instrument's sync role is replica.
simTimeUpdateFreq
simTimeUpdateFreq:
number
Defined in: src/sdk/instruments/Traffic.ts:74
The maximum update frequency (Hz) in sim time. Ignored if the instrument's sync role is replica.