aes70
Version:
A controller library for the AES70 protocol.
17 lines (14 loc) • 418 B
JavaScript
/*
* This file has been generated.
*/
import { OcaSamplingRateConverterType } from './OcaSamplingRateConverterType.js';
import { OcaUint32 } from './OcaUint32.js';
import { Struct } from './Struct.js';
import { OcaPortClockMapEntry as type } from '../types/OcaPortClockMapEntry.js';
export const OcaPortClockMapEntry = Struct(
{
ClockONo: OcaUint32,
SRCType: OcaSamplingRateConverterType,
},
type
);