UNPKG

aes70

Version:

A controller library for the AES70 protocol.

16 lines (13 loc) 292 B
/* * This file has been generated. */ import { OcaPort } from './OcaPort.js'; import { Struct } from './Struct.js'; import { OcaSignalPath as type } from '../types/OcaSignalPath.js'; export const OcaSignalPath = Struct( { OutputPort: OcaPort, InputPort: OcaPort, }, type );