UNPKG

aes70

Version:

A controller library for the AES70 protocol.

19 lines (16 loc) 406 B
/* * This file has been generated. */ import { OcaBoolean } from './OcaBoolean.js'; import { OcaUint32 } from './OcaUint32.js'; import { OcaUint64 } from './OcaUint64.js'; import { Struct } from './Struct.js'; import { OcaTimePTP as type } from '../types/OcaTimePTP.js'; export const OcaTimePTP = Struct( { Negative: OcaBoolean, Seconds: OcaUint64, Nanoseconds: OcaUint32, }, type );