aes70
Version:
A controller library for the AES70 protocol.
18 lines (15 loc) • 411 B
JavaScript
/*
* This file has been generated.
*/
import { OcaFloat32 } from './OcaFloat32.js';
import { OcaList } from './OcaList.js';
import { Struct } from './Struct.js';
import { OcaTransferFunction as type } from '../types/OcaTransferFunction.js';
export const OcaTransferFunction = Struct(
{
Frequency: OcaList(OcaFloat32),
Amplitude: OcaList(OcaFloat32),
Phase: OcaList(OcaFloat32),
},
type
);