UNPKG

aes70

Version:

A controller library for the AES70 protocol.

16 lines (13 loc) 272 B
/* * This file has been generated. */ import { OcaFloat32 } from './OcaFloat32.js'; import { Struct } from './Struct.js'; import { OcaDBr as type } from '../types/OcaDBr.js'; export const OcaDBr = Struct( { Value: OcaFloat32, Ref: OcaFloat32, }, type );