import { INTEGER } from '@wildboar/asn1'; import * as $ from '@wildboar/asn1/functional'; /** * @summary ClockEventCode * @description * * ### ASN.1 Definition: * * ```asn1 * ClockEventCode ::= INTEGER { * unspecified(0), restart(1), systemOrHardwareFault(2), newStatusWord(3), * newSynchSourceOrStratum(4), systemClockReset(5), systemInvalidTimeOrDate(6), * systemClockException(7), reserved8(8), reserved9(9), reserved10(10), * reserved11(11), reserved12(12), reserved13(13), reserved14(14), * reserved15(15)} * ``` */ export type ClockEventCode = INTEGER; /** * @summary ClockEventCode_unspecified * @constant * @type {number} */ export declare const ClockEventCode_unspecified: ClockEventCode; /** * @summary ClockEventCode_unspecified * @constant * @type {number} */ export declare const unspecified: ClockEventCode; /** * @summary ClockEventCode_restart * @constant * @type {number} */ export declare const ClockEventCode_restart: ClockEventCode; /** * @summary ClockEventCode_restart * @constant * @type {number} */ export declare const restart: ClockEventCode; /** * @summary ClockEventCode_systemOrHardwareFault * @constant * @type {number} */ export declare const ClockEventCode_systemOrHardwareFault: ClockEventCode; /** * @summary ClockEventCode_systemOrHardwareFault * @constant * @type {number} */ export declare const systemOrHardwareFault: ClockEventCode; /** * @summary ClockEventCode_newStatusWord * @constant * @type {number} */ export declare const ClockEventCode_newStatusWord: ClockEventCode; /** * @summary ClockEventCode_newStatusWord * @constant * @type {number} */ export declare const newStatusWord: ClockEventCode; /** * @summary ClockEventCode_newSynchSourceOrStratum * @constant * @type {number} */ export declare const ClockEventCode_newSynchSourceOrStratum: ClockEventCode; /** * @summary ClockEventCode_newSynchSourceOrStratum * @constant * @type {number} */ export declare const newSynchSourceOrStratum: ClockEventCode; /** * @summary ClockEventCode_systemClockReset * @constant * @type {number} */ export declare const ClockEventCode_systemClockReset: ClockEventCode; /** * @summary ClockEventCode_systemClockReset * @constant * @type {number} */ export declare const systemClockReset: ClockEventCode; /** * @summary ClockEventCode_systemInvalidTimeOrDate * @constant * @type {number} */ export declare const ClockEventCode_systemInvalidTimeOrDate: ClockEventCode; /** * @summary ClockEventCode_systemInvalidTimeOrDate * @constant * @type {number} */ export declare const systemInvalidTimeOrDate: ClockEventCode; /** * @summary ClockEventCode_systemClockException * @constant * @type {number} */ export declare const ClockEventCode_systemClockException: ClockEventCode; /** * @summary ClockEventCode_systemClockException * @constant * @type {number} */ export declare const systemClockException: ClockEventCode; /** * @summary ClockEventCode_reserved8 * @constant * @type {number} */ export declare const ClockEventCode_reserved8: ClockEventCode; /** * @summary ClockEventCode_reserved8 * @constant * @type {number} */ export declare const reserved8: ClockEventCode; /** * @summary ClockEventCode_reserved9 * @constant * @type {number} */ export declare const ClockEventCode_reserved9: ClockEventCode; /** * @summary ClockEventCode_reserved9 * @constant * @type {number} */ export declare const reserved9: ClockEventCode; /** * @summary ClockEventCode_reserved10 * @constant * @type {number} */ export declare const ClockEventCode_reserved10: ClockEventCode; /** * @summary ClockEventCode_reserved10 * @constant * @type {number} */ export declare const reserved10: ClockEventCode; /** * @summary ClockEventCode_reserved11 * @constant * @type {number} */ export declare const ClockEventCode_reserved11: ClockEventCode; /** * @summary ClockEventCode_reserved11 * @constant * @type {number} */ export declare const reserved11: ClockEventCode; /** * @summary ClockEventCode_reserved12 * @constant * @type {number} */ export declare const ClockEventCode_reserved12: ClockEventCode; /** * @summary ClockEventCode_reserved12 * @constant * @type {number} */ export declare const reserved12: ClockEventCode; /** * @summary ClockEventCode_reserved13 * @constant * @type {number} */ export declare const ClockEventCode_reserved13: ClockEventCode; /** * @summary ClockEventCode_reserved13 * @constant * @type {number} */ export declare const reserved13: ClockEventCode; /** * @summary ClockEventCode_reserved14 * @constant * @type {number} */ export declare const ClockEventCode_reserved14: ClockEventCode; /** * @summary ClockEventCode_reserved14 * @constant * @type {number} */ export declare const reserved14: ClockEventCode; /** * @summary ClockEventCode_reserved15 * @constant * @type {number} */ export declare const ClockEventCode_reserved15: ClockEventCode; /** * @summary ClockEventCode_reserved15 * @constant * @type {number} */ export declare const reserved15: ClockEventCode; export declare const _decode_ClockEventCode: $.ASN1Decoder; export declare const _encode_ClockEventCode: $.ASN1Encoder; //# sourceMappingURL=ClockEventCode.ta.d.mts.map