aes70
Version:
A controller library for the AES70 protocol.
53 lines (50 loc) • 1.17 kB
JavaScript
/*
* This file has been generated.
*/
import { Enum } from './Enum.js';
/**
* Types of time references. **This datatype is deprecated as of AES70-2023.**
* @class OcaTimeReferenceType
*/
export class OcaTimeReferenceType extends Enum({
Undefined: 0,
Local: 1,
Private: 2,
TAI: 3,
ExpansionBase: 128,
}) {}
/**
* Singleton object corresponding to the entry with value ``0``.
* @type {OcaTimeReferenceType}
* @member Undefined
* @memberof OcaTimeReferenceType
* @static
*/
/**
* Singleton object corresponding to the entry with value ``1``.
* @type {OcaTimeReferenceType}
* @member Local
* @memberof OcaTimeReferenceType
* @static
*/
/**
* Singleton object corresponding to the entry with value ``2``.
* @type {OcaTimeReferenceType}
* @member Private
* @memberof OcaTimeReferenceType
* @static
*/
/**
* Singleton object corresponding to the entry with value ``3``.
* @type {OcaTimeReferenceType}
* @member TAI
* @memberof OcaTimeReferenceType
* @static
*/
/**
* Singleton object corresponding to the entry with value ``128``.
* @type {OcaTimeReferenceType}
* @member ExpansionBase
* @memberof OcaTimeReferenceType
* @static
*/