aes70 1.6.1 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/COPYING +7 -7
- package/Changelog +9 -0
- package/README.md +74 -42
- package/dist/AES70.es5.js +24520 -1
- package/package.json +3 -3
- package/src/OCP1/Arguments.js +3 -0
- package/src/OCP1/Enum.js +8 -0
- package/src/OCP1/OcaActionObjectSearchResult.js +20 -0
- package/src/OCP1/OcaActionObjectSearchResultFlags.js +3 -0
- package/src/OCP1/OcaArray1D.js +108 -0
- package/src/OCP1/OcaBitstring.js +3 -0
- package/src/OCP1/OcaBlob.js +2 -43
- package/src/OCP1/OcaBlobFixedLen.js +8 -0
- package/src/OCP1/OcaBlockConfigurability.js +3 -0
- package/src/OCP1/OcaBoolean.js +3 -0
- package/src/OCP1/OcaCommand.js +17 -0
- package/src/OCP1/OcaCommandResult.js +17 -0
- package/src/OCP1/OcaCommandSetResult.js +17 -0
- package/src/OCP1/OcaConstructionParameter.js +16 -0
- package/src/OCP1/OcaCounter.js +22 -0
- package/src/OCP1/OcaCounterNotifierFilterParameters.js +19 -0
- package/src/OCP1/OcaCounterSet.js +17 -0
- package/src/OCP1/OcaCounterUpdate.js +18 -0
- package/src/OCP1/OcaCounterUpdateEventData.js +15 -0
- package/src/OCP1/OcaDatasetSearchResult.js +17 -0
- package/src/OCP1/OcaDeviceGenericState.js +4 -0
- package/src/OCP1/OcaDeviceOperationalState.js +16 -0
- package/src/OCP1/OcaExecutableType.js +4 -0
- package/src/OCP1/OcaFloat32.js +3 -0
- package/src/OCP1/OcaFloat64.js +3 -0
- package/src/OCP1/OcaGenericEndState.js +4 -0
- package/src/OCP1/OcaGlobalTypeIdentifier.js +1 -1
- package/src/OCP1/OcaGroupException.js +18 -0
- package/src/OCP1/OcaIODirection.js +4 -0
- package/src/OCP1/OcaIP4AutoconfigMode.js +4 -0
- package/src/OCP1/OcaIP4Gateway.js +17 -0
- package/src/OCP1/OcaIP4NetworkSettings.js +23 -0
- package/src/OCP1/OcaIP6AutoconfigMode.js +4 -0
- package/src/OCP1/OcaIP6Gateway.js +17 -0
- package/src/OCP1/OcaIP6NetworkSettings.js +24 -0
- package/src/OCP1/OcaInt16.js +3 -0
- package/src/OCP1/OcaInt32.js +3 -0
- package/src/OCP1/OcaInt64.js +3 -0
- package/src/OCP1/OcaInt8.js +3 -0
- package/src/OCP1/OcaInterval.js +18 -0
- package/src/OCP1/OcaIntervalBounds.js +3 -0
- package/src/OCP1/OcaJobDisposedEventData.js +18 -0
- package/src/OCP1/OcaJobDisposition.js +4 -0
- package/src/OCP1/OcaJobQueueItem.js +24 -0
- package/src/OCP1/OcaList.js +2 -127
- package/src/OCP1/OcaList2D.js +6 -0
- package/src/OCP1/OcaList32.js +3 -0
- package/src/OCP1/OcaLockState.js +4 -0
- package/src/OCP1/OcaLogFilter.js +20 -0
- package/src/OCP1/OcaLogRecord.js +21 -0
- package/src/OCP1/OcaLongBlob.js +3 -0
- package/src/OCP1/OcaManufacturer.js +19 -0
- package/src/OCP1/OcaMap.js +3 -0
- package/src/OCP1/OcaMatrixCommand.js +19 -0
- package/src/OCP1/OcaMatrixCoordinates.js +15 -0
- package/src/OCP1/OcaMediaAccessMode.js +4 -0
- package/src/OCP1/OcaMediaFrameFormat.js +4 -0
- package/src/OCP1/OcaMediaPlayOption.js +4 -0
- package/src/OCP1/OcaMediaRecorderPlayerState.js +4 -0
- package/src/OCP1/OcaMediaStreamEndpoint.js +40 -0
- package/src/OCP1/OcaMediaStreamEndpointCommand.js +4 -0
- package/src/OCP1/OcaMediaStreamEndpointState.js +4 -0
- package/src/OCP1/OcaMediaStreamEndpointStatus.js +16 -0
- package/src/OCP1/OcaMediaStreamMode.js +21 -0
- package/src/OCP1/OcaMediaStreamModeCapability.js +29 -0
- package/src/OCP1/OcaMediaStreamModeCapabilityDirection.js +3 -0
- package/src/OCP1/OcaMediaTrackFunction.js +3 -0
- package/src/OCP1/OcaMediaTransportSession.js +30 -0
- package/src/OCP1/OcaMediaTransportSessionConnection.js +17 -0
- package/src/OCP1/OcaMediaTransportSessionConnectionState.js +15 -0
- package/src/OCP1/OcaMediaTransportSessionState.js +4 -0
- package/src/OCP1/OcaMediaTransportSessionStatus.js +16 -0
- package/src/OCP1/OcaMediaTransportTimingParameters.js +16 -0
- package/src/OCP1/OcaMediaVolumePosition.js +16 -0
- package/src/OCP1/OcaMediaVolumePositionType.js +4 -0
- package/src/OCP1/OcaMultiMap.js +3 -0
- package/src/OCP1/OcaNetworkAdvertisingMechanism.js +16 -0
- package/src/OCP1/OcaNetworkAdvertisingService.js +4 -0
- package/src/OCP1/OcaNetworkInterfaceAssignment.js +23 -0
- package/src/OCP1/OcaNetworkInterfaceCommand.js +4 -0
- package/src/OCP1/OcaNetworkInterfaceState.js +4 -0
- package/src/OCP1/OcaNetworkInterfaceStatus.js +16 -0
- package/src/OCP1/OcaObjectSearchResult.js +2 -18
- package/src/OCP1/OcaObjectSearchResultFlags.js +5 -3
- package/src/OCP1/OcaPort.js +1 -1
- package/src/OCP1/OcaPortClockMapEntry.js +16 -0
- package/src/OCP1/OcaPortID.js +2 -2
- package/src/OCP1/OcaPortIdentification.js +16 -0
- package/src/OCP1/OcaPortMode.js +5 -4
- package/src/OCP1/OcaPositionDescriptor.js +2 -2
- package/src/OCP1/OcaProduct.js +19 -0
- package/src/OCP1/OcaProgramResult.js +17 -0
- package/src/OCP1/OcaProgramRunMode.js +3 -0
- package/src/OCP1/OcaProtoPort.js +2 -2
- package/src/OCP1/OcaProtoPortClockMapEntry.js +17 -0
- package/src/OCP1/OcaProtoSignalPath.js +2 -2
- package/src/OCP1/OcaSamplingRateConverterType.js +4 -0
- package/src/OCP1/OcaSecurityType.js +4 -0
- package/src/OCP1/OcaSignalPath.js +2 -2
- package/src/OCP1/OcaString.js +3 -0
- package/src/OCP1/OcaTask.js +4 -3
- package/src/OCP1/OcaTaskExecutionTerminatedEventData.js +20 -0
- package/src/OCP1/OcaTaskGenericState.js +4 -0
- package/src/OCP1/OcaTaskOperationalState.js +17 -0
- package/src/OCP1/OcaTaskSchedulerState.js +4 -0
- package/src/OCP1/OcaTaskStatusChangedEventData.js +18 -0
- package/src/OCP1/OcaTime.js +18 -0
- package/src/OCP1/OcaTimeDeliveryMechanism.js +4 -0
- package/src/OCP1/OcaTimeDeliveryParameters_StreamEndpoint.js +15 -0
- package/src/OCP1/OcaTimePTP.js +2 -15
- package/src/OCP1/OcaTypedBlob.js +16 -0
- package/src/OCP1/OcaUint16.js +3 -0
- package/src/OCP1/OcaUint32.js +3 -0
- package/src/OCP1/OcaUint64.js +3 -0
- package/src/OCP1/OcaUint8.js +3 -0
- package/src/OCP1/OcaVariant.js +92 -0
- package/src/OCP1/OcaWhenPhysicalAbsolute.js +16 -0
- package/src/OCP1/OcaWhenPhysicalRelative.js +16 -0
- package/src/OCP1/RestWithOffset.js +3 -0
- package/src/OCP1/String16.js +3 -0
- package/src/OCP1/Struct.js +12 -0
- package/src/OCP1/Tuple.js +3 -0
- package/src/OCP1/createBlobType.js +58 -0
- package/src/OCP1/createListType.js +137 -0
- package/src/OCP1/createType.js +8 -4
- package/src/OCP1/decode_message.js +10 -2
- package/src/OCP1/encode_message.js +5 -1
- package/src/OCP1/getLengthEncoder.js +23 -0
- package/src/OCP1/notification2.js +70 -0
- package/src/OCP1/protocol_version.js +4 -0
- package/src/connection.js +14 -6
- package/src/controller/ControlClasses/OcaActuator.d.ts +3 -3
- package/src/controller/ControlClasses/OcaActuator.js +4 -4
- package/src/controller/ControlClasses/OcaAgent.d.ts +6 -14
- package/src/controller/ControlClasses/OcaAgent.js +8 -18
- package/src/controller/ControlClasses/OcaApplicationNetwork.d.ts +9 -17
- package/src/controller/ControlClasses/OcaApplicationNetwork.js +11 -32
- package/src/controller/ControlClasses/OcaAudioLevelSensor.d.ts +4 -7
- package/src/controller/ControlClasses/OcaAudioLevelSensor.js +5 -8
- package/src/controller/ControlClasses/OcaAudioProcessingManager.d.ts +1 -1
- package/src/controller/ControlClasses/OcaAudioProcessingManager.js +2 -2
- package/src/controller/ControlClasses/OcaBasicActuator.d.ts +1 -1
- package/src/controller/ControlClasses/OcaBasicActuator.js +2 -2
- package/src/controller/ControlClasses/OcaBasicSensor.d.ts +1 -1
- package/src/controller/ControlClasses/OcaBasicSensor.js +2 -2
- package/src/controller/ControlClasses/OcaBitstringActuator.d.ts +34 -13
- package/src/controller/ControlClasses/OcaBitstringActuator.js +35 -18
- package/src/controller/ControlClasses/OcaBitstringSensor.d.ts +19 -7
- package/src/controller/ControlClasses/OcaBitstringSensor.js +22 -12
- package/src/controller/ControlClasses/OcaBlock.d.ts +455 -89
- package/src/controller/ControlClasses/OcaBlock.js +477 -103
- package/src/controller/ControlClasses/OcaBlockFactoryAgent.d.ts +299 -0
- package/src/controller/ControlClasses/OcaBlockFactoryAgent.js +360 -0
- package/src/controller/ControlClasses/OcaBooleanActuator.d.ts +2 -4
- package/src/controller/ControlClasses/OcaBooleanActuator.js +3 -5
- package/src/controller/ControlClasses/OcaBooleanSensor.d.ts +2 -3
- package/src/controller/ControlClasses/OcaBooleanSensor.js +3 -4
- package/src/controller/ControlClasses/OcaCodingManager.js +1 -1
- package/src/controller/ControlClasses/OcaCommandSet.d.ts +89 -0
- package/src/controller/ControlClasses/OcaCommandSet.js +94 -0
- package/src/controller/ControlClasses/OcaCommandSetAgent.d.ts +31 -0
- package/src/controller/ControlClasses/OcaCommandSetAgent.js +38 -0
- package/src/controller/ControlClasses/OcaCounterNotifier.d.ts +89 -0
- package/src/controller/ControlClasses/OcaCounterNotifier.js +101 -0
- package/src/controller/ControlClasses/OcaCurrentSensor.d.ts +2 -3
- package/src/controller/ControlClasses/OcaCurrentSensor.js +3 -4
- package/src/controller/ControlClasses/OcaDataset.d.ts +223 -0
- package/src/controller/ControlClasses/OcaDataset.js +234 -0
- package/src/controller/ControlClasses/OcaDatasetWorker.d.ts +31 -0
- package/src/controller/ControlClasses/OcaDatasetWorker.js +40 -0
- package/src/controller/ControlClasses/OcaDelay.d.ts +2 -4
- package/src/controller/ControlClasses/OcaDelay.js +3 -5
- package/src/controller/ControlClasses/OcaDelayExtended.d.ts +5 -7
- package/src/controller/ControlClasses/OcaDelayExtended.js +6 -8
- package/src/controller/ControlClasses/OcaDeviceManager.d.ts +123 -62
- package/src/controller/ControlClasses/OcaDeviceManager.js +161 -83
- package/src/controller/ControlClasses/OcaDeviceTimeManager.d.ts +43 -25
- package/src/controller/ControlClasses/OcaDeviceTimeManager.js +43 -28
- package/src/controller/ControlClasses/OcaDiagnosticManager.d.ts +1 -13
- package/src/controller/ControlClasses/OcaDiagnosticManager.js +3 -16
- package/src/controller/ControlClasses/OcaDynamics.d.ts +38 -63
- package/src/controller/ControlClasses/OcaDynamics.js +48 -71
- package/src/controller/ControlClasses/OcaDynamicsCurve.d.ts +169 -82
- package/src/controller/ControlClasses/OcaDynamicsCurve.js +189 -93
- package/src/controller/ControlClasses/OcaDynamicsDetector.d.ts +8 -16
- package/src/controller/ControlClasses/OcaDynamicsDetector.js +9 -17
- package/src/controller/ControlClasses/OcaFilterArbitraryCurve.d.ts +5 -7
- package/src/controller/ControlClasses/OcaFilterArbitraryCurve.js +10 -12
- package/src/controller/ControlClasses/OcaFilterClassical.d.ts +15 -26
- package/src/controller/ControlClasses/OcaFilterClassical.js +15 -27
- package/src/controller/ControlClasses/OcaFilterFIR.d.ts +6 -11
- package/src/controller/ControlClasses/OcaFilterFIR.js +12 -18
- package/src/controller/ControlClasses/OcaFilterParametric.d.ts +55 -26
- package/src/controller/ControlClasses/OcaFilterParametric.js +63 -32
- package/src/controller/ControlClasses/OcaFilterPolynomial.d.ts +5 -4
- package/src/controller/ControlClasses/OcaFilterPolynomial.js +8 -7
- package/src/controller/ControlClasses/OcaFirmwareManager.d.ts +6 -11
- package/src/controller/ControlClasses/OcaFirmwareManager.js +5 -11
- package/src/controller/ControlClasses/OcaFloat32Actuator.d.ts +3 -5
- package/src/controller/ControlClasses/OcaFloat32Actuator.js +4 -6
- package/src/controller/ControlClasses/OcaFloat32Sensor.d.ts +2 -3
- package/src/controller/ControlClasses/OcaFloat32Sensor.js +3 -4
- package/src/controller/ControlClasses/OcaFloat64Actuator.d.ts +3 -5
- package/src/controller/ControlClasses/OcaFloat64Actuator.js +4 -6
- package/src/controller/ControlClasses/OcaFloat64Sensor.d.ts +2 -3
- package/src/controller/ControlClasses/OcaFloat64Sensor.js +3 -4
- package/src/controller/ControlClasses/OcaFrequencyActuator.d.ts +2 -4
- package/src/controller/ControlClasses/OcaFrequencyActuator.js +3 -5
- package/src/controller/ControlClasses/OcaFrequencySensor.d.ts +1 -2
- package/src/controller/ControlClasses/OcaFrequencySensor.js +2 -3
- package/src/controller/ControlClasses/OcaGain.d.ts +2 -4
- package/src/controller/ControlClasses/OcaGain.js +3 -5
- package/src/controller/ControlClasses/OcaGainSensor.d.ts +2 -3
- package/src/controller/ControlClasses/OcaGainSensor.js +3 -4
- package/src/controller/ControlClasses/OcaGroup.d.ts +140 -0
- package/src/controller/ControlClasses/OcaGroup.js +156 -0
- package/src/controller/ControlClasses/OcaGrouper.d.ts +20 -140
- package/src/controller/ControlClasses/OcaGrouper.js +34 -171
- package/src/controller/ControlClasses/OcaIdentificationActuator.d.ts +5 -7
- package/src/controller/ControlClasses/OcaIdentificationActuator.js +7 -9
- package/src/controller/ControlClasses/OcaIdentificationSensor.d.ts +5 -6
- package/src/controller/ControlClasses/OcaIdentificationSensor.js +6 -7
- package/src/controller/ControlClasses/OcaImpedanceSensor.d.ts +2 -3
- package/src/controller/ControlClasses/OcaImpedanceSensor.js +3 -4
- package/src/controller/ControlClasses/OcaInt16Actuator.d.ts +3 -5
- package/src/controller/ControlClasses/OcaInt16Actuator.js +4 -6
- package/src/controller/ControlClasses/OcaInt16Sensor.d.ts +2 -3
- package/src/controller/ControlClasses/OcaInt16Sensor.js +3 -4
- package/src/controller/ControlClasses/OcaInt32Actuator.d.ts +3 -5
- package/src/controller/ControlClasses/OcaInt32Actuator.js +4 -6
- package/src/controller/ControlClasses/OcaInt32Sensor.d.ts +2 -3
- package/src/controller/ControlClasses/OcaInt32Sensor.js +3 -4
- package/src/controller/ControlClasses/OcaInt64Actuator.d.ts +3 -5
- package/src/controller/ControlClasses/OcaInt64Actuator.js +4 -6
- package/src/controller/ControlClasses/OcaInt64Sensor.d.ts +2 -3
- package/src/controller/ControlClasses/OcaInt64Sensor.js +3 -4
- package/src/controller/ControlClasses/OcaInt8Actuator.d.ts +3 -5
- package/src/controller/ControlClasses/OcaInt8Actuator.js +4 -6
- package/src/controller/ControlClasses/OcaInt8Sensor.d.ts +2 -3
- package/src/controller/ControlClasses/OcaInt8Sensor.js +3 -4
- package/src/controller/ControlClasses/OcaJsonActuator.d.ts +46 -0
- package/src/controller/ControlClasses/OcaJsonActuator.js +58 -0
- package/src/controller/ControlClasses/OcaJsonSensor.d.ts +51 -0
- package/src/controller/ControlClasses/OcaJsonSensor.js +65 -0
- package/src/controller/ControlClasses/OcaLevelSensor.d.ts +1 -2
- package/src/controller/ControlClasses/OcaLevelSensor.js +2 -3
- package/src/controller/ControlClasses/OcaLibraryManager.d.ts +1 -1
- package/src/controller/ControlClasses/OcaLibraryManager.js +3 -3
- package/src/controller/ControlClasses/OcaLockManager.d.ts +44 -0
- package/src/controller/ControlClasses/OcaLockManager.js +53 -0
- package/src/controller/ControlClasses/OcaLog.d.ts +128 -0
- package/src/controller/ControlClasses/OcaLog.js +142 -0
- package/src/controller/ControlClasses/OcaManager.js +1 -1
- package/src/controller/ControlClasses/OcaMatrix.d.ts +104 -82
- package/src/controller/ControlClasses/OcaMatrix.js +121 -93
- package/src/controller/ControlClasses/OcaMediaClock.d.ts +27 -0
- package/src/controller/ControlClasses/OcaMediaClock.js +28 -4
- package/src/controller/ControlClasses/OcaMediaClock3.d.ts +16 -22
- package/src/controller/ControlClasses/OcaMediaClock3.js +22 -29
- package/src/controller/ControlClasses/OcaMediaClockManager.d.ts +7 -10
- package/src/controller/ControlClasses/OcaMediaClockManager.js +9 -13
- package/src/controller/ControlClasses/OcaMediaRecorderPlayer.d.ts +235 -0
- package/src/controller/ControlClasses/OcaMediaRecorderPlayer.js +261 -0
- package/src/controller/ControlClasses/OcaMediaTransportApplication.d.ts +612 -0
- package/src/controller/ControlClasses/OcaMediaTransportApplication.js +704 -0
- package/src/controller/ControlClasses/OcaMediaTransportNetwork.d.ts +12 -25
- package/src/controller/ControlClasses/OcaMediaTransportNetwork.js +12 -35
- package/src/controller/ControlClasses/OcaMediaTransportSessionAgent.d.ts +235 -0
- package/src/controller/ControlClasses/OcaMediaTransportSessionAgent.js +249 -0
- package/src/controller/ControlClasses/OcaMute.d.ts +2 -4
- package/src/controller/ControlClasses/OcaMute.js +3 -5
- package/src/controller/ControlClasses/OcaNetwork.js +1 -1
- package/src/controller/ControlClasses/OcaNetworkApplication.d.ts +179 -0
- package/src/controller/ControlClasses/OcaNetworkApplication.js +202 -0
- package/src/controller/ControlClasses/OcaNetworkInterface.d.ts +318 -0
- package/src/controller/ControlClasses/OcaNetworkInterface.js +353 -0
- package/src/controller/ControlClasses/OcaNetworkManager.d.ts +45 -17
- package/src/controller/ControlClasses/OcaNetworkManager.js +59 -22
- package/src/controller/ControlClasses/OcaNetworkSignalChannel.js +1 -1
- package/src/controller/ControlClasses/OcaNumericObserver.d.ts +24 -40
- package/src/controller/ControlClasses/OcaNumericObserver.js +25 -40
- package/src/controller/ControlClasses/OcaNumericObserverList.d.ts +20 -33
- package/src/controller/ControlClasses/OcaNumericObserverList.js +26 -39
- package/src/controller/ControlClasses/OcaPanBalance.d.ts +4 -8
- package/src/controller/ControlClasses/OcaPanBalance.js +5 -9
- package/src/controller/ControlClasses/OcaPhysicalPosition.d.ts +3 -6
- package/src/controller/ControlClasses/OcaPhysicalPosition.js +4 -7
- package/src/controller/ControlClasses/OcaPolarity.d.ts +2 -4
- package/src/controller/ControlClasses/OcaPolarity.js +3 -5
- package/src/controller/ControlClasses/OcaPowerManager.d.ts +30 -14
- package/src/controller/ControlClasses/OcaPowerManager.js +32 -17
- package/src/controller/ControlClasses/OcaPowerSensor.d.ts +38 -0
- package/src/controller/ControlClasses/OcaPowerSensor.js +51 -0
- package/src/controller/ControlClasses/OcaPowerSupply.d.ts +8 -16
- package/src/controller/ControlClasses/OcaPowerSupply.js +13 -21
- package/src/controller/ControlClasses/OcaProgram.d.ts +63 -0
- package/src/controller/ControlClasses/OcaProgram.js +82 -0
- package/src/controller/ControlClasses/OcaRamper.d.ts +46 -10
- package/src/controller/ControlClasses/OcaRamper.js +65 -12
- package/src/controller/ControlClasses/OcaRoot.d.ts +69 -24
- package/src/controller/ControlClasses/OcaRoot.js +67 -26
- package/src/controller/ControlClasses/OcaSamplingRateConverter.d.ts +22 -0
- package/src/controller/ControlClasses/OcaSamplingRateConverter.js +28 -0
- package/src/controller/ControlClasses/OcaSecurityManager.d.ts +12 -13
- package/src/controller/ControlClasses/OcaSecurityManager.js +10 -12
- package/src/controller/ControlClasses/OcaSensor.d.ts +1 -2
- package/src/controller/ControlClasses/OcaSensor.js +2 -3
- package/src/controller/ControlClasses/OcaSignalGenerator.d.ts +21 -39
- package/src/controller/ControlClasses/OcaSignalGenerator.js +22 -40
- package/src/controller/ControlClasses/OcaSignalInput.d.ts +4 -4
- package/src/controller/ControlClasses/OcaSignalInput.js +5 -5
- package/src/controller/ControlClasses/OcaSignalOutput.d.ts +4 -4
- package/src/controller/ControlClasses/OcaSignalOutput.js +5 -5
- package/src/controller/ControlClasses/OcaStateSensor.d.ts +58 -0
- package/src/controller/ControlClasses/OcaStateSensor.js +75 -0
- package/src/controller/ControlClasses/OcaStreamConnector.js +1 -1
- package/src/controller/ControlClasses/OcaStreamNetwork.js +1 -1
- package/src/controller/ControlClasses/OcaStringActuator.d.ts +7 -8
- package/src/controller/ControlClasses/OcaStringActuator.js +7 -8
- package/src/controller/ControlClasses/OcaStringSensor.d.ts +20 -9
- package/src/controller/ControlClasses/OcaStringSensor.js +23 -13
- package/src/controller/ControlClasses/OcaSubscriptionManager.d.ts +211 -41
- package/src/controller/ControlClasses/OcaSubscriptionManager.js +224 -39
- package/src/controller/ControlClasses/OcaSummingPoint.d.ts +3 -2
- package/src/controller/ControlClasses/OcaSummingPoint.js +4 -3
- package/src/controller/ControlClasses/OcaSwitch.d.ts +70 -25
- package/src/controller/ControlClasses/OcaSwitch.js +113 -35
- package/src/controller/ControlClasses/OcaTaskAgent.d.ts +192 -0
- package/src/controller/ControlClasses/OcaTaskAgent.js +212 -0
- package/src/controller/ControlClasses/OcaTaskManager.d.ts +4 -6
- package/src/controller/ControlClasses/OcaTaskManager.js +7 -9
- package/src/controller/ControlClasses/OcaTaskScheduler.d.ts +150 -0
- package/src/controller/ControlClasses/OcaTaskScheduler.js +159 -0
- package/src/controller/ControlClasses/OcaTemperatureActuator.d.ts +3 -5
- package/src/controller/ControlClasses/OcaTemperatureActuator.js +4 -6
- package/src/controller/ControlClasses/OcaTemperatureSensor.d.ts +2 -3
- package/src/controller/ControlClasses/OcaTemperatureSensor.js +3 -4
- package/src/controller/ControlClasses/OcaTimeIntervalSensor.d.ts +1 -2
- package/src/controller/ControlClasses/OcaTimeIntervalSensor.js +2 -3
- package/src/controller/ControlClasses/OcaTimeSource.d.ts +108 -37
- package/src/controller/ControlClasses/OcaTimeSource.js +148 -48
- package/src/controller/ControlClasses/OcaUint16Actuator.d.ts +3 -5
- package/src/controller/ControlClasses/OcaUint16Actuator.js +4 -6
- package/src/controller/ControlClasses/OcaUint16Sensor.d.ts +2 -3
- package/src/controller/ControlClasses/OcaUint16Sensor.js +3 -4
- package/src/controller/ControlClasses/OcaUint32Actuator.d.ts +3 -5
- package/src/controller/ControlClasses/OcaUint32Actuator.js +4 -6
- package/src/controller/ControlClasses/OcaUint32Sensor.d.ts +2 -3
- package/src/controller/ControlClasses/OcaUint32Sensor.js +3 -4
- package/src/controller/ControlClasses/OcaUint64Actuator.d.ts +3 -5
- package/src/controller/ControlClasses/OcaUint64Actuator.js +4 -6
- package/src/controller/ControlClasses/OcaUint64Sensor.d.ts +2 -3
- package/src/controller/ControlClasses/OcaUint64Sensor.js +3 -4
- package/src/controller/ControlClasses/OcaUint8Actuator.d.ts +3 -5
- package/src/controller/ControlClasses/OcaUint8Actuator.js +4 -6
- package/src/controller/ControlClasses/OcaUint8Sensor.d.ts +2 -3
- package/src/controller/ControlClasses/OcaUint8Sensor.js +3 -4
- package/src/controller/ControlClasses/OcaVoltageSensor.d.ts +2 -3
- package/src/controller/ControlClasses/OcaVoltageSensor.js +3 -4
- package/src/controller/ControlClasses/OcaWorker.d.ts +84 -37
- package/src/controller/ControlClasses/OcaWorker.js +93 -43
- package/src/controller/base_event.js +71 -23
- package/src/controller/client_connection.d.ts +26 -0
- package/src/controller/client_connection.js +39 -7
- package/src/controller/event.js +17 -20
- package/src/controller/make_control_class.js +3 -1
- package/src/controller/notification_error.d.ts +40 -0
- package/src/controller/notification_error.js +62 -0
- package/src/controller/observeProperty.js +8 -8
- package/src/controller/property_event.js +18 -10
- package/src/controller/remote_device.js +137 -49
- package/src/controller/tcp_connection.d.ts +8 -6
- package/src/index.default.d.ts +1 -0
- package/src/index.default.js +1 -0
- package/src/types/Enum.js +8 -0
- package/src/types/OcaActionObjectSearchResult.d.ts +73 -0
- package/src/types/OcaActionObjectSearchResult.js +34 -0
- package/src/types/OcaActionObjectSearchResultFlags.d.ts +37 -0
- package/src/types/OcaActionObjectSearchResultFlags.js +52 -0
- package/src/types/OcaApplicationNetworkCommand.d.ts +1 -19
- package/src/types/OcaApplicationNetworkCommand.js +0 -24
- package/src/types/OcaApplicationNetworkState.d.ts +1 -37
- package/src/types/OcaApplicationNetworkState.js +0 -48
- package/src/types/OcaBlockConfigurability.d.ts +26 -0
- package/src/types/OcaBlockConfigurability.js +35 -0
- package/src/types/OcaClassicalFilterShape.d.ts +1 -1
- package/src/types/OcaClassicalFilterShape.js +1 -1
- package/src/types/OcaCommand.d.ts +44 -0
- package/src/types/OcaCommand.js +25 -0
- package/src/types/OcaCommandResult.d.ts +42 -0
- package/src/types/OcaCommandResult.js +24 -0
- package/src/types/OcaCommandSetResult.d.ts +41 -0
- package/src/types/OcaCommandSetResult.js +23 -0
- package/src/types/OcaConstructionParameter.d.ts +40 -0
- package/src/types/OcaConstructionParameter.js +23 -0
- package/src/types/OcaCounter.d.ts +81 -0
- package/src/types/OcaCounter.js +38 -0
- package/src/types/OcaCounterNotifierFilterParameters.d.ts +81 -0
- package/src/types/OcaCounterNotifierFilterParameters.js +37 -0
- package/src/types/OcaCounterSet.d.ts +38 -0
- package/src/types/OcaCounterSet.js +22 -0
- package/src/types/OcaCounterUpdate.d.ts +54 -0
- package/src/types/OcaCounterUpdate.js +28 -0
- package/src/types/OcaCounterUpdateEventData.d.ts +27 -0
- package/src/types/OcaCounterUpdateEventData.js +17 -0
- package/src/types/OcaDatasetSearchResult.d.ts +51 -0
- package/src/types/OcaDatasetSearchResult.js +28 -0
- package/src/types/OcaDelayUnit.d.ts +2 -1
- package/src/types/OcaDelayUnit.js +2 -1
- package/src/types/OcaDelayValue.d.ts +2 -1
- package/src/types/OcaDelayValue.js +2 -1
- package/src/types/OcaDeviceGenericState.d.ts +62 -0
- package/src/types/OcaDeviceGenericState.js +52 -0
- package/src/types/OcaDeviceOperationalState.d.ts +42 -0
- package/src/types/OcaDeviceOperationalState.js +22 -0
- package/src/types/OcaDeviceState.d.ts +2 -2
- package/src/types/OcaDeviceState.js +2 -2
- package/src/types/OcaExecutableType.d.ts +50 -0
- package/src/types/OcaExecutableType.js +36 -0
- package/src/types/OcaGenericEndState.d.ts +56 -0
- package/src/types/OcaGenericEndState.js +44 -0
- package/src/types/OcaGlobalTypeIdentifier.d.ts +12 -12
- package/src/types/OcaGlobalTypeIdentifier.js +8 -7
- package/src/types/OcaGroupException.d.ts +53 -0
- package/src/types/OcaGroupException.js +28 -0
- package/src/types/OcaGrouperCitizen.d.ts +10 -10
- package/src/types/OcaGrouperCitizen.js +6 -6
- package/src/types/OcaGrouperEnrollment.d.ts +4 -9
- package/src/types/OcaGrouperEnrollment.js +3 -5
- package/src/types/OcaGrouperGroup.d.ts +9 -9
- package/src/types/OcaGrouperGroup.js +5 -5
- package/src/types/OcaGrouperMode.d.ts +4 -3
- package/src/types/OcaGrouperMode.js +4 -3
- package/src/types/OcaGrouperStatusChangeEventData.d.ts +2 -2
- package/src/types/OcaGrouperStatusChangeEventData.js +2 -2
- package/src/types/OcaGrouperStatusChangeType.d.ts +1 -1
- package/src/types/OcaGrouperStatusChangeType.js +1 -1
- package/src/types/OcaIODirection.d.ts +39 -0
- package/src/types/OcaIODirection.js +28 -0
- package/src/types/OcaIP4AutoconfigMode.d.ts +56 -0
- package/src/types/OcaIP4AutoconfigMode.js +44 -0
- package/src/types/OcaIP4Gateway.d.ts +53 -0
- package/src/types/OcaIP4Gateway.js +27 -0
- package/src/types/OcaIP4NetworkSettings.d.ts +111 -0
- package/src/types/OcaIP4NetworkSettings.js +56 -0
- package/src/types/OcaIP6AutoconfigMode.d.ts +56 -0
- package/src/types/OcaIP6AutoconfigMode.js +44 -0
- package/src/types/OcaIP6Gateway.d.ts +53 -0
- package/src/types/OcaIP6Gateway.js +27 -0
- package/src/types/OcaIP6NetworkSettings.d.ts +123 -0
- package/src/types/OcaIP6NetworkSettings.js +61 -0
- package/src/types/OcaInterval.d.ts +8 -0
- package/src/types/OcaInterval.js +84 -0
- package/src/types/OcaIntervalBounds.d.ts +41 -0
- package/src/types/OcaIntervalBounds.js +53 -0
- package/src/types/OcaJobDisposedEventData.d.ts +57 -0
- package/src/types/OcaJobDisposedEventData.js +28 -0
- package/src/types/OcaJobDisposition.d.ts +68 -0
- package/src/types/OcaJobDisposition.js +60 -0
- package/src/types/OcaJobQueueItem.d.ts +105 -0
- package/src/types/OcaJobQueueItem.js +44 -0
- package/src/types/OcaLibVolType.d.ts +2 -4
- package/src/types/OcaLibVolType.js +1 -2
- package/src/types/OcaLockState.d.ts +50 -0
- package/src/types/OcaLockState.js +36 -0
- package/src/types/OcaLogFilter.d.ts +70 -0
- package/src/types/OcaLogFilter.js +33 -0
- package/src/types/OcaLogRecord.d.ts +85 -0
- package/src/types/OcaLogRecord.js +40 -0
- package/src/types/OcaManagerDefaultObjectNumbers.d.ts +7 -0
- package/src/types/OcaManagerDefaultObjectNumbers.js +7 -0
- package/src/types/OcaManagerDescriptor.d.ts +11 -9
- package/src/types/OcaManagerDescriptor.js +6 -5
- package/src/types/OcaManufacturer.d.ts +87 -0
- package/src/types/OcaManufacturer.js +47 -0
- package/src/types/OcaMatrixCommand.d.ts +61 -0
- package/src/types/OcaMatrixCommand.js +29 -0
- package/src/types/OcaMatrixCoordinates.d.ts +38 -0
- package/src/types/OcaMatrixCoordinates.js +23 -0
- package/src/types/OcaMediaAccessMode.d.ts +50 -0
- package/src/types/OcaMediaAccessMode.js +36 -0
- package/src/types/OcaMediaClockAvailability.d.ts +1 -1
- package/src/types/OcaMediaClockAvailability.js +1 -1
- package/src/types/OcaMediaClockRate.d.ts +7 -7
- package/src/types/OcaMediaClockRate.js +4 -4
- package/src/types/OcaMediaConnection.d.ts +2 -2
- package/src/types/OcaMediaConnection.js +1 -1
- package/src/types/OcaMediaFrameFormat.d.ts +74 -0
- package/src/types/OcaMediaFrameFormat.js +68 -0
- package/src/types/OcaMediaPlayOption.d.ts +50 -0
- package/src/types/OcaMediaPlayOption.js +36 -0
- package/src/types/OcaMediaRecorderPlayerState.d.ts +62 -0
- package/src/types/OcaMediaRecorderPlayerState.js +52 -0
- package/src/types/OcaMediaStreamCastMode.d.ts +3 -3
- package/src/types/OcaMediaStreamCastMode.js +3 -3
- package/src/types/OcaMediaStreamEndpoint.d.ts +238 -0
- package/src/types/OcaMediaStreamEndpoint.js +114 -0
- package/src/types/OcaMediaStreamEndpointCommand.d.ts +80 -0
- package/src/types/OcaMediaStreamEndpointCommand.js +76 -0
- package/src/types/OcaMediaStreamEndpointState.d.ts +68 -0
- package/src/types/OcaMediaStreamEndpointState.js +60 -0
- package/src/types/OcaMediaStreamEndpointStatus.d.ts +44 -0
- package/src/types/OcaMediaStreamEndpointStatus.js +23 -0
- package/src/types/OcaMediaStreamMode.d.ts +83 -0
- package/src/types/OcaMediaStreamMode.js +43 -0
- package/src/types/OcaMediaStreamModeCapability.d.ts +167 -0
- package/src/types/OcaMediaStreamModeCapability.js +81 -0
- package/src/types/OcaMediaStreamModeCapabilityDirection.d.ts +21 -0
- package/src/types/OcaMediaStreamModeCapabilityDirection.js +27 -0
- package/src/types/OcaMediaTrackFunction.d.ts +27 -0
- package/src/types/OcaMediaTrackFunction.js +36 -0
- package/src/types/OcaMediaTransportSession.d.ts +119 -0
- package/src/types/OcaMediaTransportSession.js +58 -0
- package/src/types/OcaMediaTransportSessionConnection.d.ts +63 -0
- package/src/types/OcaMediaTransportSessionConnection.js +32 -0
- package/src/types/OcaMediaTransportSessionConnectionState.d.ts +47 -0
- package/src/types/OcaMediaTransportSessionConnectionState.js +24 -0
- package/src/types/OcaMediaTransportSessionState.d.ts +62 -0
- package/src/types/OcaMediaTransportSessionState.js +52 -0
- package/src/types/OcaMediaTransportSessionStatus.d.ts +43 -0
- package/src/types/OcaMediaTransportSessionStatus.js +23 -0
- package/src/types/OcaMediaTransportTimingParameters.d.ts +54 -0
- package/src/types/OcaMediaTransportTimingParameters.js +31 -0
- package/src/types/OcaMediaVolumePosition.d.ts +46 -0
- package/src/types/OcaMediaVolumePosition.js +23 -0
- package/src/types/OcaMediaVolumePositionType.d.ts +44 -0
- package/src/types/OcaMediaVolumePositionType.js +28 -0
- package/src/types/OcaModelGUID.d.ts +0 -1
- package/src/types/OcaModelGUID.js +0 -1
- package/src/types/OcaNetworkAdvertisingMechanism.d.ts +43 -0
- package/src/types/OcaNetworkAdvertisingMechanism.js +23 -0
- package/src/types/OcaNetworkAdvertisingService.d.ts +56 -0
- package/src/types/OcaNetworkAdvertisingService.js +44 -0
- package/src/types/OcaNetworkInterfaceAssignment.d.ts +99 -0
- package/src/types/OcaNetworkInterfaceAssignment.js +51 -0
- package/src/types/OcaNetworkInterfaceCommand.d.ts +50 -0
- package/src/types/OcaNetworkInterfaceCommand.js +36 -0
- package/src/types/OcaNetworkInterfaceState.d.ts +50 -0
- package/src/types/OcaNetworkInterfaceState.js +36 -0
- package/src/types/OcaNetworkInterfaceStatus.d.ts +42 -0
- package/src/types/OcaNetworkInterfaceStatus.js +22 -0
- package/src/types/OcaNotificationDeliveryMode.d.ts +13 -1
- package/src/types/OcaNotificationDeliveryMode.js +17 -1
- package/src/types/OcaOPath.d.ts +16 -2
- package/src/types/OcaOPath.js +8 -1
- package/src/types/OcaObjectListEventData.d.ts +2 -2
- package/src/types/OcaObjectListEventData.js +2 -2
- package/src/types/OcaObjectSearchResult.d.ts +4 -83
- package/src/types/OcaObjectSearchResult.js +2 -37
- package/src/types/OcaObjectSearchResultFlags.d.ts +4 -33
- package/src/types/OcaObjectSearchResultFlags.js +2 -48
- package/src/types/OcaObservationEventData.d.ts +2 -2
- package/src/types/OcaObservationEventData.js +2 -2
- package/src/types/OcaObservationListEventData.d.ts +2 -2
- package/src/types/OcaObservationListEventData.js +2 -2
- package/src/types/OcaObserverState.d.ts +1 -1
- package/src/types/OcaObserverState.js +1 -1
- package/src/types/OcaParameterMask.d.ts +81 -1
- package/src/types/OcaParameterMask.js +131 -1
- package/src/types/OcaPort.d.ts +7 -5
- package/src/types/OcaPort.js +4 -3
- package/src/types/OcaPortClockMapEntry.d.ts +42 -0
- package/src/types/OcaPortClockMapEntry.js +23 -0
- package/src/types/OcaPortID.d.ts +12 -10
- package/src/types/OcaPortID.js +7 -6
- package/src/types/OcaPortIdentification.d.ts +39 -0
- package/src/types/OcaPortIdentification.js +23 -0
- package/src/types/OcaPortMode.d.ts +4 -36
- package/src/types/OcaPortMode.js +2 -25
- package/src/types/OcaPositionDescriptor.d.ts +6 -6
- package/src/types/OcaPositionDescriptor.js +2 -2
- package/src/types/OcaPositionDescriptorFieldFlags.d.ts +33 -3
- package/src/types/OcaPositionDescriptorFieldFlags.js +53 -3
- package/src/types/OcaPowerSupplyState.d.ts +1 -1
- package/src/types/OcaPowerSupplyState.js +1 -1
- package/src/types/OcaProduct.d.ts +92 -0
- package/src/types/OcaProduct.js +42 -0
- package/src/types/OcaProgramResult.d.ts +39 -0
- package/src/types/OcaProgramResult.js +22 -0
- package/src/types/OcaProgramRunMode.d.ts +24 -0
- package/src/types/OcaProgramRunMode.js +30 -0
- package/src/types/OcaProperty.d.ts +2 -2
- package/src/types/OcaProperty.js +2 -2
- package/src/types/OcaProtoObjectIdentification.d.ts +1 -1
- package/src/types/OcaProtoObjectIdentification.js +1 -1
- package/src/types/OcaProtoPort.d.ts +16 -18
- package/src/types/OcaProtoPort.js +6 -8
- package/src/types/OcaProtoPortClockMapEntry.d.ts +46 -0
- package/src/types/OcaProtoPortClockMapEntry.js +25 -0
- package/src/types/OcaProtoSignalPath.d.ts +12 -10
- package/src/types/OcaProtoSignalPath.js +7 -6
- package/src/types/OcaRamperState.d.ts +19 -18
- package/src/types/OcaRamperState.js +19 -18
- package/src/types/OcaResetCause.d.ts +7 -1
- package/src/types/OcaResetCause.js +8 -0
- package/src/types/OcaSamplingRateConverterType.d.ts +50 -0
- package/src/types/OcaSamplingRateConverterType.js +36 -0
- package/src/types/OcaSecurityType.d.ts +39 -0
- package/src/types/OcaSecurityType.js +28 -0
- package/src/types/OcaSignalPath.d.ts +10 -10
- package/src/types/OcaSignalPath.js +6 -6
- package/src/types/OcaStatus.d.ts +19 -1
- package/src/types/OcaStatus.js +24 -0
- package/src/types/OcaStream.d.ts +2 -2
- package/src/types/OcaStream.js +1 -1
- package/src/types/OcaTask.d.ts +23 -24
- package/src/types/OcaTask.js +7 -7
- package/src/types/OcaTaskCommand.d.ts +2 -7
- package/src/types/OcaTaskCommand.js +2 -9
- package/src/types/OcaTaskExecutionTerminatedEventData.d.ts +64 -0
- package/src/types/OcaTaskExecutionTerminatedEventData.js +30 -0
- package/src/types/OcaTaskGenericState.d.ts +64 -0
- package/src/types/OcaTaskGenericState.js +54 -0
- package/src/types/OcaTaskManagerState.d.ts +1 -0
- package/src/types/OcaTaskManagerState.js +1 -0
- package/src/types/OcaTaskOperationalState.d.ts +43 -0
- package/src/types/OcaTaskOperationalState.js +22 -0
- package/src/types/OcaTaskSchedulerState.d.ts +63 -0
- package/src/types/OcaTaskSchedulerState.js +53 -0
- package/src/types/OcaTaskStatus.d.ts +2 -12
- package/src/types/OcaTaskStatus.js +2 -12
- package/src/types/OcaTaskStatusChangedEventData.d.ts +61 -0
- package/src/types/OcaTaskStatusChangedEventData.js +29 -0
- package/src/types/OcaTime.d.ts +56 -0
- package/src/types/OcaTime.js +32 -0
- package/src/types/OcaTimeDeliveryMechanism.d.ts +167 -0
- package/src/types/OcaTimeDeliveryMechanism.js +191 -0
- package/src/types/OcaTimeDeliveryParameters_StreamEndpoint.d.ts +40 -0
- package/src/types/OcaTimeDeliveryParameters_StreamEndpoint.js +24 -0
- package/src/types/OcaTimePTP.d.ts +4 -51
- package/src/types/OcaTimePTP.js +2 -28
- package/src/types/OcaTimeReferenceType.d.ts +7 -13
- package/src/types/OcaTimeReferenceType.js +6 -14
- package/src/types/OcaTimeSourceAvailability.d.ts +1 -1
- package/src/types/OcaTimeSourceAvailability.js +1 -1
- package/src/types/OcaTimeSourceSyncStatus.d.ts +1 -1
- package/src/types/OcaTimeSourceSyncStatus.js +1 -1
- package/src/types/OcaTransferFunction.d.ts +1 -1
- package/src/types/OcaTransferFunction.js +1 -1
- package/src/types/OcaTypedBlob.d.ts +40 -0
- package/src/types/OcaTypedBlob.js +24 -0
- package/src/types/OcaVariant.d.ts +19 -0
- package/src/types/OcaVariant.js +18 -0
- package/src/types/OcaWhenPhysicalAbsolute.d.ts +39 -0
- package/src/types/OcaWhenPhysicalAbsolute.js +22 -0
- package/src/types/OcaWhenPhysicalRelative.d.ts +39 -0
- package/src/types/OcaWhenPhysicalRelative.js +22 -0
|
@@ -5,7 +5,7 @@ import { make_control_class } from '../make_control_class.js';
|
|
|
5
5
|
import { OcaActuator } from './OcaActuator.js';
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
|
-
*
|
|
8
|
+
* Parametric equalizer section with various shape options.
|
|
9
9
|
* @extends OcaActuator
|
|
10
10
|
* @class OcaFilterParametric
|
|
11
11
|
*/
|
|
@@ -13,17 +13,24 @@ export const OcaFilterParametric = make_control_class(
|
|
|
13
13
|
'OcaFilterParametric',
|
|
14
14
|
4,
|
|
15
15
|
'\u0001\u0001\u0001\n',
|
|
16
|
-
|
|
16
|
+
3,
|
|
17
17
|
OcaActuator,
|
|
18
18
|
[
|
|
19
19
|
['GetFrequency', 4, 1, [], [OcaFloat32, OcaFloat32, OcaFloat32]],
|
|
20
20
|
['SetFrequency', 4, 2, [OcaFloat32], []],
|
|
21
21
|
['GetShape', 4, 3, [], [OcaParametricEQShape]],
|
|
22
22
|
['SetShape', 4, 4, [OcaParametricEQShape], []],
|
|
23
|
-
[
|
|
24
|
-
|
|
23
|
+
[
|
|
24
|
+
'GetWidthParameter',
|
|
25
|
+
4,
|
|
26
|
+
5,
|
|
27
|
+
[],
|
|
28
|
+
[OcaFloat32, OcaFloat32, OcaFloat32],
|
|
29
|
+
['GetQ'],
|
|
30
|
+
],
|
|
31
|
+
['SetWidthParameter', 4, 6, [OcaFloat32], [], ['SetQ']],
|
|
25
32
|
['GetInbandGain', 4, 7, [], [OcaFloat32, OcaFloat32, OcaFloat32]],
|
|
26
|
-
['SetInbandGain', 4, 8, [OcaFloat32], []],
|
|
33
|
+
['SetInbandGain', 4, 8, [OcaFloat32], [], ['SetInbandgain']],
|
|
27
34
|
['GetShapeParameter', 4, 9, [], [OcaFloat32, OcaFloat32, OcaFloat32]],
|
|
28
35
|
['SetShapeParameter', 4, 10, [OcaFloat32], []],
|
|
29
36
|
[
|
|
@@ -45,15 +52,14 @@ export const OcaFilterParametric = make_control_class(
|
|
|
45
52
|
['Frequency', [OcaFloat32], 4, 1, false, false, null],
|
|
46
53
|
['Shape', [OcaParametricEQShape], 4, 2, false, false, null],
|
|
47
54
|
['WidthParameter', [OcaFloat32], 4, 3, false, false, ['Q']],
|
|
48
|
-
['
|
|
55
|
+
['InBandGain', [OcaFloat32], 4, 4, false, false, ['InbandGain']],
|
|
49
56
|
['ShapeParameter', [OcaFloat32], 4, 5, false, false, null],
|
|
50
57
|
],
|
|
51
58
|
[]
|
|
52
59
|
);
|
|
53
60
|
|
|
54
61
|
/**
|
|
55
|
-
* Gets the
|
|
56
|
-
* data was successfully retrieved.
|
|
62
|
+
* Gets the value and limits of the **Frequency** property.
|
|
57
63
|
* The return values of this method are
|
|
58
64
|
*
|
|
59
65
|
* - Frequency of type ``number``
|
|
@@ -64,8 +70,7 @@ export const OcaFilterParametric = make_control_class(
|
|
|
64
70
|
* @returns {Promise<Arguments<number,number,number>>}
|
|
65
71
|
*/
|
|
66
72
|
/**
|
|
67
|
-
* Sets the
|
|
68
|
-
* was successfully set.
|
|
73
|
+
* Sets the value of the **Frequency** property.
|
|
69
74
|
*
|
|
70
75
|
* @method OcaFilterParametric#SetFrequency
|
|
71
76
|
* @param {number} Frequency
|
|
@@ -73,16 +78,14 @@ export const OcaFilterParametric = make_control_class(
|
|
|
73
78
|
* @returns {Promise<void>}
|
|
74
79
|
*/
|
|
75
80
|
/**
|
|
76
|
-
* Gets the
|
|
77
|
-
* data was successfully retrieved.
|
|
81
|
+
* Gets the value of the **Shape** property.
|
|
78
82
|
*
|
|
79
83
|
* @method OcaFilterParametric#GetShape
|
|
80
84
|
* @returns {Promise<OcaParametricEQShape>}
|
|
81
85
|
* A promise which resolves to a single value of type :class:`OcaParametricEQShape`.
|
|
82
86
|
*/
|
|
83
87
|
/**
|
|
84
|
-
* Sets the
|
|
85
|
-
* whether the shape was successfully set.
|
|
88
|
+
* Sets the value of the **Shape** property.
|
|
86
89
|
*
|
|
87
90
|
* @method OcaFilterParametric#SetShape
|
|
88
91
|
* @param {IOcaParametricEQShape} type
|
|
@@ -90,8 +93,7 @@ export const OcaFilterParametric = make_control_class(
|
|
|
90
93
|
* @returns {Promise<void>}
|
|
91
94
|
*/
|
|
92
95
|
/**
|
|
93
|
-
* Gets the
|
|
94
|
-
* indicates whether the data was successfully retrieved.
|
|
96
|
+
* Gets the value and limits of the **WidthParameter** property.
|
|
95
97
|
* The return values of this method are
|
|
96
98
|
*
|
|
97
99
|
* - Width of type ``number``
|
|
@@ -102,8 +104,19 @@ export const OcaFilterParametric = make_control_class(
|
|
|
102
104
|
* @returns {Promise<Arguments<number,number,number>>}
|
|
103
105
|
*/
|
|
104
106
|
/**
|
|
105
|
-
*
|
|
106
|
-
*
|
|
107
|
+
* Gets the value and limits of the **WidthParameter** property.
|
|
108
|
+
* An alias for GetWidthParameter.
|
|
109
|
+
* The return values of this method are
|
|
110
|
+
*
|
|
111
|
+
* - Width of type ``number``
|
|
112
|
+
* - minWidth of type ``number``
|
|
113
|
+
* - maxWidth of type ``number``
|
|
114
|
+
*
|
|
115
|
+
* @method OcaFilterParametric#GetQ
|
|
116
|
+
* @returns {Promise<Arguments<number,number,number>>}
|
|
117
|
+
*/
|
|
118
|
+
/**
|
|
119
|
+
* Sets the value of the **WidthParameter** property.
|
|
107
120
|
*
|
|
108
121
|
* @method OcaFilterParametric#SetWidthParameter
|
|
109
122
|
* @param {number} Width
|
|
@@ -111,8 +124,16 @@ export const OcaFilterParametric = make_control_class(
|
|
|
111
124
|
* @returns {Promise<void>}
|
|
112
125
|
*/
|
|
113
126
|
/**
|
|
114
|
-
*
|
|
115
|
-
*
|
|
127
|
+
* Sets the value of the **WidthParameter** property.
|
|
128
|
+
* An alias for SetWidthParameter.
|
|
129
|
+
*
|
|
130
|
+
* @method OcaFilterParametric#SetQ
|
|
131
|
+
* @param {number} Width
|
|
132
|
+
*
|
|
133
|
+
* @returns {Promise<void>}
|
|
134
|
+
*/
|
|
135
|
+
/**
|
|
136
|
+
* Gets the value, min, and max of the **InBandGain** property.
|
|
116
137
|
* The return values of this method are
|
|
117
138
|
*
|
|
118
139
|
* - gain of type ``number``
|
|
@@ -123,8 +144,7 @@ export const OcaFilterParametric = make_control_class(
|
|
|
123
144
|
* @returns {Promise<Arguments<number,number,number>>}
|
|
124
145
|
*/
|
|
125
146
|
/**
|
|
126
|
-
* Sets the
|
|
127
|
-
* the gain was successfully set.
|
|
147
|
+
* Sets the value of the **InBandGain** property.
|
|
128
148
|
*
|
|
129
149
|
* @method OcaFilterParametric#SetInbandGain
|
|
130
150
|
* @param {number} gain
|
|
@@ -132,8 +152,16 @@ export const OcaFilterParametric = make_control_class(
|
|
|
132
152
|
* @returns {Promise<void>}
|
|
133
153
|
*/
|
|
134
154
|
/**
|
|
135
|
-
*
|
|
136
|
-
*
|
|
155
|
+
* Sets the value of the **InBandGain** property.
|
|
156
|
+
* An alias for SetInbandGain.
|
|
157
|
+
*
|
|
158
|
+
* @method OcaFilterParametric#SetInbandgain
|
|
159
|
+
* @param {number} gain
|
|
160
|
+
*
|
|
161
|
+
* @returns {Promise<void>}
|
|
162
|
+
*/
|
|
163
|
+
/**
|
|
164
|
+
* Gets the value and limits of the **ShapeParameter** property.
|
|
137
165
|
* The return values of this method are
|
|
138
166
|
*
|
|
139
167
|
* - shape of type ``number``
|
|
@@ -144,8 +172,7 @@ export const OcaFilterParametric = make_control_class(
|
|
|
144
172
|
* @returns {Promise<Arguments<number,number,number>>}
|
|
145
173
|
*/
|
|
146
174
|
/**
|
|
147
|
-
* Sets the
|
|
148
|
-
* the parameter was successfully set.
|
|
175
|
+
* Sets the value of the S**hapeParameter** property.
|
|
149
176
|
*
|
|
150
177
|
* @method OcaFilterParametric#SetShapeParameter
|
|
151
178
|
* @param {number} shape
|
|
@@ -153,8 +180,7 @@ export const OcaFilterParametric = make_control_class(
|
|
|
153
180
|
* @returns {Promise<void>}
|
|
154
181
|
*/
|
|
155
182
|
/**
|
|
156
|
-
* Sets some or all filter parameters. The
|
|
157
|
-
* parameters were successfully set. The action of this method is atomic - if
|
|
183
|
+
* Sets some or all filter parameters. The action of this method is atomic - if
|
|
158
184
|
* any of the value changes fails, none of the changes are made.
|
|
159
185
|
*
|
|
160
186
|
* @method OcaFilterParametric#SetMultiple
|
|
@@ -170,14 +196,14 @@ export const OcaFilterParametric = make_control_class(
|
|
|
170
196
|
/**
|
|
171
197
|
* This event is emitted when the property ``Frequency`` changes in the remote object.
|
|
172
198
|
* The property ``Frequency`` is described in the AES70 standard as follows.
|
|
173
|
-
*
|
|
199
|
+
* Frequency setpoint of the parametric filter.
|
|
174
200
|
*
|
|
175
201
|
* @member {PropertyEvent<number>} OcaFilterParametric#OnFrequencyChanged
|
|
176
202
|
*/
|
|
177
203
|
/**
|
|
178
204
|
* This event is emitted when the property ``Shape`` changes in the remote object.
|
|
179
205
|
* The property ``Shape`` is described in the AES70 standard as follows.
|
|
180
|
-
*
|
|
206
|
+
* Shape of the parametric filter - peak, shelf, etc.
|
|
181
207
|
*
|
|
182
208
|
* @member {PropertyEvent<OcaParametricEQShape>} OcaFilterParametric#OnShapeChanged
|
|
183
209
|
*/
|
|
@@ -195,10 +221,15 @@ export const OcaFilterParametric = make_control_class(
|
|
|
195
221
|
* @member {PropertyEvent<number>} OcaFilterParametric#OnQChanged
|
|
196
222
|
*/
|
|
197
223
|
/**
|
|
198
|
-
* This event is emitted when the property ``
|
|
199
|
-
* The property ``
|
|
224
|
+
* This event is emitted when the property ``InBandGain`` changes in the remote object.
|
|
225
|
+
* The property ``InBandGain`` is described in the AES70 standard as follows.
|
|
200
226
|
* In-band gain of the parametric filter.
|
|
201
227
|
*
|
|
228
|
+
* @member {PropertyEvent<number>} OcaFilterParametric#OnInBandGainChanged
|
|
229
|
+
*/
|
|
230
|
+
/**
|
|
231
|
+
* An alias for OnInBandGainChanged
|
|
232
|
+
*
|
|
202
233
|
* @member {PropertyEvent<number>} OcaFilterParametric#OnInbandGainChanged
|
|
203
234
|
*/
|
|
204
235
|
/**
|
|
@@ -4,8 +4,9 @@ import { RemoteDevice } from '../remote_device';
|
|
|
4
4
|
import { OcaActuator } from './OcaActuator';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
|
-
*
|
|
8
|
-
*
|
|
7
|
+
* Generic Z-domain rational polynomial filter section with transfer function
|
|
8
|
+
* expression of the form: A(0) + A(1)z + A(2)z^2 + A(3)z^3 + ... B(0) + B(1)z +
|
|
9
|
+
* B(2)z^2 + B(3)z^3 + ...
|
|
9
10
|
* @extends OcaActuator
|
|
10
11
|
* @class OcaFilterPolynomial
|
|
11
12
|
*/
|
|
@@ -28,7 +29,7 @@ export declare class OcaFilterPolynomial extends OcaActuator {
|
|
|
28
29
|
constructor(objectNumber: number, device: RemoteDevice);
|
|
29
30
|
|
|
30
31
|
/**
|
|
31
|
-
*
|
|
32
|
+
* Gets the polynomial coefficients.
|
|
32
33
|
* The return values of this method are
|
|
33
34
|
*
|
|
34
35
|
* - A of type ``number[]``
|
|
@@ -51,7 +52,7 @@ export declare class OcaFilterPolynomial extends OcaActuator {
|
|
|
51
52
|
SetCoefficients(A: number[], B: number[]): Promise<void>;
|
|
52
53
|
|
|
53
54
|
/**
|
|
54
|
-
* Gets the filter sampling rate.
|
|
55
|
+
* Gets the filter sampling rate value and limits.
|
|
55
56
|
* The return values of this method are
|
|
56
57
|
*
|
|
57
58
|
* - Rate of type ``number``
|
|
@@ -5,8 +5,9 @@ import { make_control_class } from '../make_control_class.js';
|
|
|
5
5
|
import { OcaActuator } from './OcaActuator.js';
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
|
-
*
|
|
9
|
-
*
|
|
8
|
+
* Generic Z-domain rational polynomial filter section with transfer function
|
|
9
|
+
* expression of the form: A(0) + A(1)z + A(2)z^2 + A(3)z^3 + ... B(0) + B(1)z +
|
|
10
|
+
* B(2)z^2 + B(3)z^3 + ...
|
|
10
11
|
* @extends OcaActuator
|
|
11
12
|
* @class OcaFilterPolynomial
|
|
12
13
|
*/
|
|
@@ -14,7 +15,7 @@ export const OcaFilterPolynomial = make_control_class(
|
|
|
14
15
|
'OcaFilterPolynomial',
|
|
15
16
|
4,
|
|
16
17
|
'\u0001\u0001\u0001\u000b',
|
|
17
|
-
|
|
18
|
+
3,
|
|
18
19
|
OcaActuator,
|
|
19
20
|
[
|
|
20
21
|
['GetCoefficients', 4, 1, [], [OcaList(OcaFloat32), OcaList(OcaFloat32)]],
|
|
@@ -57,7 +58,7 @@ export const OcaFilterPolynomial = make_control_class(
|
|
|
57
58
|
);
|
|
58
59
|
|
|
59
60
|
/**
|
|
60
|
-
*
|
|
61
|
+
* Gets the polynomial coefficients.
|
|
61
62
|
* The return values of this method are
|
|
62
63
|
*
|
|
63
64
|
* - A of type ``number[]``
|
|
@@ -76,7 +77,7 @@ export const OcaFilterPolynomial = make_control_class(
|
|
|
76
77
|
* @returns {Promise<void>}
|
|
77
78
|
*/
|
|
78
79
|
/**
|
|
79
|
-
* Gets the filter sampling rate.
|
|
80
|
+
* Gets the filter sampling rate value and limits.
|
|
80
81
|
* The return values of this method are
|
|
81
82
|
*
|
|
82
83
|
* - Rate of type ``number``
|
|
@@ -119,8 +120,8 @@ export const OcaFilterPolynomial = make_control_class(
|
|
|
119
120
|
/**
|
|
120
121
|
* This event is emitted when the property ``SampleRate`` changes in the remote object.
|
|
121
122
|
* The property ``SampleRate`` is described in the AES70 standard as follows.
|
|
122
|
-
*
|
|
123
|
-
* input or output rate.
|
|
123
|
+
* Sampling rate inside the filter. Note: This rate is not necessarily the same
|
|
124
|
+
* as the Device input or output sampling rate.
|
|
124
125
|
*
|
|
125
126
|
* @member {PropertyEvent<number>} OcaFilterPolynomial#OnSampleRateChanged
|
|
126
127
|
*/
|
|
@@ -40,8 +40,7 @@ export declare class OcaFirmwareManager extends OcaManager {
|
|
|
40
40
|
constructor(objectNumber: number, device: RemoteDevice);
|
|
41
41
|
|
|
42
42
|
/**
|
|
43
|
-
* Gets the value of the ComponentVersions property.
|
|
44
|
-
* indicates whether the property was successfully retrieved.
|
|
43
|
+
* Gets the value of the ComponentVersions property.
|
|
45
44
|
*
|
|
46
45
|
* @method OcaFirmwareManager#GetComponentVersions
|
|
47
46
|
* @returns {Promise<OcaVersion[]>}
|
|
@@ -54,8 +53,7 @@ export declare class OcaFirmwareManager extends OcaManager {
|
|
|
54
53
|
* components will be updated. If the method succeeds the device will be in
|
|
55
54
|
* state 'Updating'. One or more active or passive updates can then follow,
|
|
56
55
|
* after which the update process is ended by calling the '03m08
|
|
57
|
-
* EndUpdateProcess' method.
|
|
58
|
-
* process succeeded.
|
|
56
|
+
* EndUpdateProcess' method.
|
|
59
57
|
*
|
|
60
58
|
* @method OcaFirmwareManager#StartUpdateProcess
|
|
61
59
|
* @returns {Promise<void>}
|
|
@@ -70,8 +68,7 @@ export declare class OcaFirmwareManager extends OcaManager {
|
|
|
70
68
|
* may implement separate processes for different components, but in each case
|
|
71
69
|
* the interface is the same. The active interface consists of this method and
|
|
72
70
|
* the methods 03m03 AddImageData, 03m04 VerifyImage and 03m05
|
|
73
|
-
* EndActiveImageUpdate.
|
|
74
|
-
* update succeeded.
|
|
71
|
+
* EndActiveImageUpdate.
|
|
75
72
|
*
|
|
76
73
|
* @method OcaFirmwareManager#BeginActiveImageUpdate
|
|
77
74
|
* @param {IOcaComponent} component
|
|
@@ -85,8 +82,7 @@ export declare class OcaFirmwareManager extends OcaManager {
|
|
|
85
82
|
* part of the active update. Where this data is stored, is up to the
|
|
86
83
|
* implementation of the manager. It can either be stored in RAM to be written
|
|
87
84
|
* to Flash later, or directly to Flash, dependent on the chosen architecture
|
|
88
|
-
* and requirements.
|
|
89
|
-
* received and the data is not out of order.
|
|
85
|
+
* and requirements.
|
|
90
86
|
*
|
|
91
87
|
* @method OcaFirmwareManager#AddImageData
|
|
92
88
|
* @param {number} id
|
|
@@ -111,8 +107,7 @@ export declare class OcaFirmwareManager extends OcaManager {
|
|
|
111
107
|
* Ends the active software/firmware image update. This is needed to let the
|
|
112
108
|
* device know that the current active component has finished, and therefore a
|
|
113
109
|
* new active or passive update can be started (or the upload process can be
|
|
114
|
-
* ended by invoking the '03m08 EndUpdateProcess' method).
|
|
115
|
-
* indicates if ending the active update succeeded.
|
|
110
|
+
* ended by invoking the '03m08 EndUpdateProcess' method).
|
|
116
111
|
*
|
|
117
112
|
* @method OcaFirmwareManager#EndActiveImageUpdate
|
|
118
113
|
* @returns {Promise<void>}
|
|
@@ -150,7 +145,7 @@ export declare class OcaFirmwareManager extends OcaManager {
|
|
|
150
145
|
* start using the new images. This should bring the device back into standard
|
|
151
146
|
* operational mode (e.g. rebooting the device, this however depends on the
|
|
152
147
|
* implementation of the upgrade process). As it will usually trigger a reset
|
|
153
|
-
* of the device
|
|
148
|
+
* of the device, no response parameter is defined for this method.
|
|
154
149
|
*
|
|
155
150
|
* @method OcaFirmwareManager#EndUpdateProcess
|
|
156
151
|
* @returns {Promise<void>}
|
|
@@ -38,7 +38,7 @@ export const OcaFirmwareManager = make_control_class(
|
|
|
38
38
|
'OcaFirmwareManager',
|
|
39
39
|
3,
|
|
40
40
|
'\u0001\u0003\u0003',
|
|
41
|
-
|
|
41
|
+
3,
|
|
42
42
|
OcaManager,
|
|
43
43
|
[
|
|
44
44
|
['GetComponentVersions', 3, 1, [], [OcaList(OcaVersion)]],
|
|
@@ -61,8 +61,7 @@ export const OcaFirmwareManager = make_control_class(
|
|
|
61
61
|
);
|
|
62
62
|
|
|
63
63
|
/**
|
|
64
|
-
* Gets the value of the ComponentVersions property.
|
|
65
|
-
* whether the property was successfully retrieved.
|
|
64
|
+
* Gets the value of the ComponentVersions property.
|
|
66
65
|
*
|
|
67
66
|
* @method OcaFirmwareManager#GetComponentVersions
|
|
68
67
|
* @returns {Promise<OcaVersion[]>}
|
|
@@ -73,8 +72,7 @@ export const OcaFirmwareManager = make_control_class(
|
|
|
73
72
|
* components will be updated. If the method succeeds the device will be in
|
|
74
73
|
* state 'Updating'. One or more active or passive updates can then follow,
|
|
75
74
|
* after which the update process is ended by calling the '03m08
|
|
76
|
-
* EndUpdateProcess' method.
|
|
77
|
-
* process succeeded.
|
|
75
|
+
* EndUpdateProcess' method.
|
|
78
76
|
*
|
|
79
77
|
* @method OcaFirmwareManager#StartUpdateProcess
|
|
80
78
|
* @returns {Promise<void>}
|
|
@@ -87,7 +85,6 @@ export const OcaFirmwareManager = make_control_class(
|
|
|
87
85
|
* implement separate processes for different components, but in each case the
|
|
88
86
|
* interface is the same. The active interface consists of this method and the
|
|
89
87
|
* methods 03m03 AddImageData, 03m04 VerifyImage and 03m05 EndActiveImageUpdate.
|
|
90
|
-
* The return value indicates if starting the active update succeeded.
|
|
91
88
|
*
|
|
92
89
|
* @method OcaFirmwareManager#BeginActiveImageUpdate
|
|
93
90
|
* @param {IOcaComponent} component
|
|
@@ -99,8 +96,6 @@ export const OcaFirmwareManager = make_control_class(
|
|
|
99
96
|
* of the active update. Where this data is stored, is up to the implementation
|
|
100
97
|
* of the manager. It can either be stored in RAM to be written to Flash later,
|
|
101
98
|
* or directly to Flash, dependent on the chosen architecture and requirements.
|
|
102
|
-
* The return value indicates whether the data is correctly received and the
|
|
103
|
-
* data is not out of order.
|
|
104
99
|
*
|
|
105
100
|
* @method OcaFirmwareManager#AddImageData
|
|
106
101
|
* @param {number} id
|
|
@@ -120,8 +115,7 @@ export const OcaFirmwareManager = make_control_class(
|
|
|
120
115
|
* Ends the active software/firmware image update. This is needed to let the
|
|
121
116
|
* device know that the current active component has finished, and therefore a
|
|
122
117
|
* new active or passive update can be started (or the upload process can be
|
|
123
|
-
* ended by invoking the '03m08 EndUpdateProcess' method).
|
|
124
|
-
* indicates if ending the active update succeeded.
|
|
118
|
+
* ended by invoking the '03m08 EndUpdateProcess' method).
|
|
125
119
|
*
|
|
126
120
|
* @method OcaFirmwareManager#EndActiveImageUpdate
|
|
127
121
|
* @returns {Promise<void>}
|
|
@@ -151,7 +145,7 @@ export const OcaFirmwareManager = make_control_class(
|
|
|
151
145
|
* using the new images. This should bring the device back into standard
|
|
152
146
|
* operational mode (e.g. rebooting the device, this however depends on the
|
|
153
147
|
* implementation of the upgrade process). As it will usually trigger a reset of
|
|
154
|
-
* the device
|
|
148
|
+
* the device, no response parameter is defined for this method.
|
|
155
149
|
*
|
|
156
150
|
* @method OcaFirmwareManager#EndUpdateProcess
|
|
157
151
|
* @returns {Promise<void>}
|
|
@@ -4,7 +4,7 @@ import { RemoteDevice } from '../remote_device';
|
|
|
4
4
|
import { OcaBasicActuator } from './OcaBasicActuator';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
|
-
*
|
|
7
|
+
* 32-bit IEEE floating-point actuator
|
|
8
8
|
* @extends OcaBasicActuator
|
|
9
9
|
* @class OcaFloat32Actuator
|
|
10
10
|
*/
|
|
@@ -17,8 +17,7 @@ export declare class OcaFloat32Actuator extends OcaBasicActuator {
|
|
|
17
17
|
constructor(objectNumber: number, device: RemoteDevice);
|
|
18
18
|
|
|
19
19
|
/**
|
|
20
|
-
* Gets the value and limits of the **Setting** property.
|
|
21
|
-
* indicates whether the data was successfully retrieved.
|
|
20
|
+
* Gets the value and limits of the **Setting** property.
|
|
22
21
|
* The return values of this method are
|
|
23
22
|
*
|
|
24
23
|
* - Setting of type ``number``
|
|
@@ -31,8 +30,7 @@ export declare class OcaFloat32Actuator extends OcaBasicActuator {
|
|
|
31
30
|
GetSetting(): Promise<Arguments<[number, number, number]>>;
|
|
32
31
|
|
|
33
32
|
/**
|
|
34
|
-
* Sets the **Setting** property.
|
|
35
|
-
* property was successfully set.
|
|
33
|
+
* Sets the **Setting** property.
|
|
36
34
|
*
|
|
37
35
|
* @method OcaFloat32Actuator#SetSetting
|
|
38
36
|
* @param {number} Setting
|
|
@@ -3,7 +3,7 @@ import { make_control_class } from '../make_control_class.js';
|
|
|
3
3
|
import { OcaBasicActuator } from './OcaBasicActuator.js';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
|
-
*
|
|
6
|
+
* 32-bit IEEE floating-point actuator
|
|
7
7
|
* @extends OcaBasicActuator
|
|
8
8
|
* @class OcaFloat32Actuator
|
|
9
9
|
*/
|
|
@@ -11,7 +11,7 @@ export const OcaFloat32Actuator = make_control_class(
|
|
|
11
11
|
'OcaFloat32Actuator',
|
|
12
12
|
5,
|
|
13
13
|
'\u0001\u0001\u0001\u0001\n',
|
|
14
|
-
|
|
14
|
+
3,
|
|
15
15
|
OcaBasicActuator,
|
|
16
16
|
[
|
|
17
17
|
['GetSetting', 5, 1, [], [OcaFloat32, OcaFloat32, OcaFloat32]],
|
|
@@ -22,8 +22,7 @@ export const OcaFloat32Actuator = make_control_class(
|
|
|
22
22
|
);
|
|
23
23
|
|
|
24
24
|
/**
|
|
25
|
-
* Gets the value and limits of the **Setting** property.
|
|
26
|
-
* indicates whether the data was successfully retrieved.
|
|
25
|
+
* Gets the value and limits of the **Setting** property.
|
|
27
26
|
* The return values of this method are
|
|
28
27
|
*
|
|
29
28
|
* - Setting of type ``number``
|
|
@@ -34,8 +33,7 @@ export const OcaFloat32Actuator = make_control_class(
|
|
|
34
33
|
* @returns {Promise<Arguments<number,number,number>>}
|
|
35
34
|
*/
|
|
36
35
|
/**
|
|
37
|
-
* Sets the **Setting** property.
|
|
38
|
-
* property was successfully set.
|
|
36
|
+
* Sets the **Setting** property.
|
|
39
37
|
*
|
|
40
38
|
* @method OcaFloat32Actuator#SetSetting
|
|
41
39
|
* @param {number} Setting
|
|
@@ -4,7 +4,7 @@ import { RemoteDevice } from '../remote_device';
|
|
|
4
4
|
import { OcaBasicSensor } from './OcaBasicSensor';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
|
-
*
|
|
7
|
+
* 32-bit IEEE floating-point sensor
|
|
8
8
|
* @extends OcaBasicSensor
|
|
9
9
|
* @class OcaFloat32Sensor
|
|
10
10
|
*/
|
|
@@ -17,8 +17,7 @@ export declare class OcaFloat32Sensor extends OcaBasicSensor {
|
|
|
17
17
|
constructor(objectNumber: number, device: RemoteDevice);
|
|
18
18
|
|
|
19
19
|
/**
|
|
20
|
-
* Gets the value and limits of the **Reading** property.
|
|
21
|
-
* indicates whether the data was successfully retrieved.
|
|
20
|
+
* Gets the value and limits of the **Reading** property.
|
|
22
21
|
* The return values of this method are
|
|
23
22
|
*
|
|
24
23
|
* - Reading of type ``number``
|
|
@@ -3,7 +3,7 @@ import { make_control_class } from '../make_control_class.js';
|
|
|
3
3
|
import { OcaBasicSensor } from './OcaBasicSensor.js';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
|
-
*
|
|
6
|
+
* 32-bit IEEE floating-point sensor
|
|
7
7
|
* @extends OcaBasicSensor
|
|
8
8
|
* @class OcaFloat32Sensor
|
|
9
9
|
*/
|
|
@@ -11,7 +11,7 @@ export const OcaFloat32Sensor = make_control_class(
|
|
|
11
11
|
'OcaFloat32Sensor',
|
|
12
12
|
5,
|
|
13
13
|
'\u0001\u0001\u0002\u0001\n',
|
|
14
|
-
|
|
14
|
+
3,
|
|
15
15
|
OcaBasicSensor,
|
|
16
16
|
[['GetReading', 5, 1, [], [OcaFloat32, OcaFloat32, OcaFloat32]]],
|
|
17
17
|
[['Reading', [OcaFloat32], 5, 1, false, false, null]],
|
|
@@ -19,8 +19,7 @@ export const OcaFloat32Sensor = make_control_class(
|
|
|
19
19
|
);
|
|
20
20
|
|
|
21
21
|
/**
|
|
22
|
-
* Gets the value and limits of the **Reading** property.
|
|
23
|
-
* indicates whether the data was successfully retrieved.
|
|
22
|
+
* Gets the value and limits of the **Reading** property.
|
|
24
23
|
* The return values of this method are
|
|
25
24
|
*
|
|
26
25
|
* - Reading of type ``number``
|
|
@@ -4,7 +4,7 @@ import { RemoteDevice } from '../remote_device';
|
|
|
4
4
|
import { OcaBasicActuator } from './OcaBasicActuator';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
|
-
*
|
|
7
|
+
* 64-bit IEEE floating-point actuator
|
|
8
8
|
* @extends OcaBasicActuator
|
|
9
9
|
* @class OcaFloat64Actuator
|
|
10
10
|
*/
|
|
@@ -17,8 +17,7 @@ export declare class OcaFloat64Actuator extends OcaBasicActuator {
|
|
|
17
17
|
constructor(objectNumber: number, device: RemoteDevice);
|
|
18
18
|
|
|
19
19
|
/**
|
|
20
|
-
* Gets the value and limits of the **Setting** property.
|
|
21
|
-
* indicates whether the data was successfully retrieved.
|
|
20
|
+
* Gets the value and limits of the **Setting** property.
|
|
22
21
|
* The return values of this method are
|
|
23
22
|
*
|
|
24
23
|
* - Setting of type ``number``
|
|
@@ -31,8 +30,7 @@ export declare class OcaFloat64Actuator extends OcaBasicActuator {
|
|
|
31
30
|
GetSetting(): Promise<Arguments<[number, number, number]>>;
|
|
32
31
|
|
|
33
32
|
/**
|
|
34
|
-
* Sets the value of the
|
|
35
|
-
* the property was successfully set.
|
|
33
|
+
* Sets the value of the **Setting** property.
|
|
36
34
|
*
|
|
37
35
|
* @method OcaFloat64Actuator#SetSetting
|
|
38
36
|
* @param {number} Setting
|
|
@@ -3,7 +3,7 @@ import { make_control_class } from '../make_control_class.js';
|
|
|
3
3
|
import { OcaBasicActuator } from './OcaBasicActuator.js';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
|
-
*
|
|
6
|
+
* 64-bit IEEE floating-point actuator
|
|
7
7
|
* @extends OcaBasicActuator
|
|
8
8
|
* @class OcaFloat64Actuator
|
|
9
9
|
*/
|
|
@@ -11,7 +11,7 @@ export const OcaFloat64Actuator = make_control_class(
|
|
|
11
11
|
'OcaFloat64Actuator',
|
|
12
12
|
5,
|
|
13
13
|
'\u0001\u0001\u0001\u0001\u000b',
|
|
14
|
-
|
|
14
|
+
3,
|
|
15
15
|
OcaBasicActuator,
|
|
16
16
|
[
|
|
17
17
|
['GetSetting', 5, 1, [], [OcaFloat64, OcaFloat64, OcaFloat64]],
|
|
@@ -22,8 +22,7 @@ export const OcaFloat64Actuator = make_control_class(
|
|
|
22
22
|
);
|
|
23
23
|
|
|
24
24
|
/**
|
|
25
|
-
* Gets the value and limits of the **Setting** property.
|
|
26
|
-
* indicates whether the data was successfully retrieved.
|
|
25
|
+
* Gets the value and limits of the **Setting** property.
|
|
27
26
|
* The return values of this method are
|
|
28
27
|
*
|
|
29
28
|
* - Setting of type ``number``
|
|
@@ -34,8 +33,7 @@ export const OcaFloat64Actuator = make_control_class(
|
|
|
34
33
|
* @returns {Promise<Arguments<number,number,number>>}
|
|
35
34
|
*/
|
|
36
35
|
/**
|
|
37
|
-
* Sets the value of the
|
|
38
|
-
* property was successfully set.
|
|
36
|
+
* Sets the value of the **Setting** property.
|
|
39
37
|
*
|
|
40
38
|
* @method OcaFloat64Actuator#SetSetting
|
|
41
39
|
* @param {number} Setting
|
|
@@ -4,7 +4,7 @@ import { RemoteDevice } from '../remote_device';
|
|
|
4
4
|
import { OcaBasicSensor } from './OcaBasicSensor';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
|
-
*
|
|
7
|
+
* 64-bit IEEE floating-point sensor
|
|
8
8
|
* @extends OcaBasicSensor
|
|
9
9
|
* @class OcaFloat64Sensor
|
|
10
10
|
*/
|
|
@@ -17,8 +17,7 @@ export declare class OcaFloat64Sensor extends OcaBasicSensor {
|
|
|
17
17
|
constructor(objectNumber: number, device: RemoteDevice);
|
|
18
18
|
|
|
19
19
|
/**
|
|
20
|
-
* Gets the value and limits of the **Reading** property.
|
|
21
|
-
* indicates whether the data was successfully retrieved.
|
|
20
|
+
* Gets the value and limits of the **Reading** property.
|
|
22
21
|
* The return values of this method are
|
|
23
22
|
*
|
|
24
23
|
* - Reading of type ``number``
|
|
@@ -3,7 +3,7 @@ import { make_control_class } from '../make_control_class.js';
|
|
|
3
3
|
import { OcaBasicSensor } from './OcaBasicSensor.js';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
|
-
*
|
|
6
|
+
* 64-bit IEEE floating-point sensor
|
|
7
7
|
* @extends OcaBasicSensor
|
|
8
8
|
* @class OcaFloat64Sensor
|
|
9
9
|
*/
|
|
@@ -11,7 +11,7 @@ export const OcaFloat64Sensor = make_control_class(
|
|
|
11
11
|
'OcaFloat64Sensor',
|
|
12
12
|
5,
|
|
13
13
|
'\u0001\u0001\u0002\u0001\u000b',
|
|
14
|
-
|
|
14
|
+
3,
|
|
15
15
|
OcaBasicSensor,
|
|
16
16
|
[['GetReading', 5, 1, [], [OcaFloat64, OcaFloat64, OcaFloat64]]],
|
|
17
17
|
[['Reading', [OcaFloat64], 5, 1, false, false, null]],
|
|
@@ -19,8 +19,7 @@ export const OcaFloat64Sensor = make_control_class(
|
|
|
19
19
|
);
|
|
20
20
|
|
|
21
21
|
/**
|
|
22
|
-
* Gets the value and limits of the **Reading** property.
|
|
23
|
-
* indicates whether the data was successfully retrieved.
|
|
22
|
+
* Gets the value and limits of the **Reading** property.
|
|
24
23
|
* The return values of this method are
|
|
25
24
|
*
|
|
26
25
|
* - Reading of type ``number``
|
|
@@ -17,8 +17,7 @@ export declare class OcaFrequencyActuator extends OcaActuator {
|
|
|
17
17
|
constructor(objectNumber: number, device: RemoteDevice);
|
|
18
18
|
|
|
19
19
|
/**
|
|
20
|
-
* Gets the value of the Frequency property.
|
|
21
|
-
* whether the property was successfully retrieved.
|
|
20
|
+
* Gets the value and limits of the **Frequency** property.
|
|
22
21
|
* The return values of this method are
|
|
23
22
|
*
|
|
24
23
|
* - Frequency of type ``number``
|
|
@@ -31,8 +30,7 @@ export declare class OcaFrequencyActuator extends OcaActuator {
|
|
|
31
30
|
GetFrequency(): Promise<Arguments<[number, number, number]>>;
|
|
32
31
|
|
|
33
32
|
/**
|
|
34
|
-
* Sets the value of the Frequency property.
|
|
35
|
-
* whether the property was successfully set.
|
|
33
|
+
* Sets the value of the **Frequency** property.
|
|
36
34
|
*
|
|
37
35
|
* @method OcaFrequencyActuator#SetFrequency
|
|
38
36
|
* @param {number} Frequency
|