Deprecated Worker Datatypes

OcaDelayUnit

enum OcaDelayUnit : uint8_t

Enumeration of types of delay units that are available in AES70. This enumeration is deprecated in AES70-2022.

enumerator Time = 1

PTP time value

enumerator Distance = 2
enumerator Samples = 3
enumerator Microseconds = 4
enumerator Milliseconds = 5
enumerator Centimeters = 6
enumerator Inches = 7
enumerator Feet = 8

OcaDelayValue

struct OcaDelayValue

Multifield descriptor that defines a delay value element. This datatype is deprecated in AES70-2022.

OcaFloat32 DelayValue

The delay value.

OcaDelayUnit DelayUnit

The unit of the delay value.

OcaPeriod

using OcaPeriod = OcaUint32

General-purpose period of time in milliseconds. Deprecated in OCA 1.5. New designs should use OcaTimeInterval instead.

OcaPilotToneDetectorSpec

struct OcaPilotToneDetectorSpec

Multifield descriptor for a pilot tone detector element. Deprecated in OCA 1.5.

OcaDBr Threshold

Tone level threshold in dB.

OcaFrequency Frequency

Frequency of the measured tone (in Hz).

OcaPeriod PollInterval

Poll interval in milliseconds.