aes70 1.3.8 → 1.4.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/Changelog +14 -1
- package/dist/AES70.es5.js +1 -1
- package/package.json +1 -1
- package/src/OCP1/OcaBlockMember.js +1 -1
- package/src/OCP1/OcaClassAuthorityID.js +1 -1
- package/src/OCP1/OcaClassIdentification.js +1 -1
- package/src/OCP1/OcaDBr.js +1 -1
- package/src/OCP1/OcaDelayValue.js +1 -1
- package/src/OCP1/OcaEvent.js +1 -1
- package/src/OCP1/OcaEventID.js +1 -1
- package/src/OCP1/OcaGlobalTypeIdentifier.js +1 -1
- package/src/OCP1/OcaGrouperCitizen.js +1 -1
- package/src/OCP1/OcaGrouperEnrollment.js +1 -1
- package/src/OCP1/OcaGrouperGroup.js +1 -1
- package/src/OCP1/OcaGrouperStatusChangeEventData.js +1 -3
- package/src/OCP1/OcaImpedance.js +1 -1
- package/src/OCP1/OcaLibParamSetAssignment.js +1 -1
- package/src/OCP1/OcaLibVol.js +1 -1
- package/src/OCP1/OcaLibVolChangedEventData.js +1 -3
- package/src/OCP1/OcaLibVolData_ParamSet.js +1 -1
- package/src/OCP1/OcaLibVolIdentifier.js +1 -1
- package/src/OCP1/OcaLibVolMetadata.js +1 -1
- package/src/OCP1/OcaLibVolType.js +1 -1
- package/src/OCP1/OcaLibraryIdentifier.js +1 -1
- package/src/OCP1/OcaManagerDescriptor.js +1 -1
- package/src/OCP1/OcaMediaClockRate.js +1 -1
- package/src/OCP1/OcaMediaCoding.js +1 -1
- package/src/OCP1/OcaMediaConnection.js +1 -1
- package/src/OCP1/OcaMediaConnectorElement.js +2 -2
- package/src/OCP1/OcaMediaConnectorStatus.js +1 -1
- package/src/OCP1/OcaMediaConnectorStatusChangedEventData.js +1 -3
- package/src/OCP1/OcaMediaSinkConnector.js +1 -1
- package/src/OCP1/OcaMediaSinkConnectorChangedEventData.js +1 -3
- package/src/OCP1/OcaMediaSourceConnector.js +1 -1
- package/src/OCP1/OcaMediaSourceConnectorChangedEventData.js +1 -3
- package/src/OCP1/OcaMethod.js +1 -1
- package/src/OCP1/OcaMethodID.js +1 -1
- package/src/OCP1/OcaModelDescription.js +1 -1
- package/src/OCP1/OcaModelGUID.js +1 -1
- package/src/OCP1/OcaNetworkStatistics.js +1 -1
- package/src/OCP1/OcaNetworkSystemInterfaceDescriptor.js +1 -1
- package/src/OCP1/OcaNetworkSystemInterfaceID.js +1 -1
- package/src/OCP1/OcaOPath.js +1 -1
- package/src/OCP1/OcaObjectIdentification.js +1 -1
- package/src/OCP1/OcaObjectListEventData.js +1 -3
- package/src/OCP1/OcaObjectSearchResult.js +1 -1
- package/src/OCP1/OcaObservationEventData.js +1 -3
- package/src/OCP1/OcaObservationListEventData.js +1 -3
- package/src/OCP1/OcaParameterMask.js +3 -0
- package/src/OCP1/OcaPilotToneDetectorSpec.js +1 -1
- package/src/OCP1/OcaPort.js +1 -1
- package/src/OCP1/OcaPortID.js +1 -1
- package/src/OCP1/OcaPositionDescriptor.js +3 -3
- package/src/OCP1/OcaPositionDescriptorFieldFlags.js +3 -0
- package/src/OCP1/OcaProperty.js +1 -1
- package/src/OCP1/OcaPropertyDescriptor.js +1 -1
- package/src/OCP1/OcaPropertyID.js +1 -1
- package/src/OCP1/OcaProtoObjectIdentification.js +1 -1
- package/src/OCP1/OcaProtoPort.js +1 -1
- package/src/OCP1/OcaProtoPortID.js +1 -1
- package/src/OCP1/OcaProtoSignalPath.js +1 -1
- package/src/OCP1/OcaSignalPath.js +1 -1
- package/src/OCP1/OcaStream.js +1 -1
- package/src/OCP1/OcaStreamConnectorIdentification.js +1 -1
- package/src/OCP1/OcaTask.js +1 -1
- package/src/OCP1/OcaTaskStateChangedEventData.js +1 -1
- package/src/OCP1/OcaTaskStatus.js +1 -1
- package/src/OCP1/OcaTimePTP.js +1 -1
- package/src/OCP1/OcaTransferFunction.js +1 -1
- package/src/OCP1/OcaVersion.js +1 -1
- package/src/controller/ControlClasses/OcaActuator.d.ts +3 -1
- package/src/controller/ControlClasses/OcaActuator.js +3 -1
- package/src/controller/ControlClasses/OcaAgent.d.ts +10 -7
- package/src/controller/ControlClasses/OcaAgent.js +12 -8
- package/src/controller/ControlClasses/OcaApplicationNetwork.d.ts +35 -21
- package/src/controller/ControlClasses/OcaApplicationNetwork.js +43 -32
- package/src/controller/ControlClasses/OcaAudioLevelSensor.d.ts +14 -8
- package/src/controller/ControlClasses/OcaAudioLevelSensor.js +13 -9
- package/src/controller/ControlClasses/OcaAudioProcessingManager.d.ts +3 -2
- package/src/controller/ControlClasses/OcaAudioProcessingManager.js +3 -2
- package/src/controller/ControlClasses/OcaBitstringActuator.d.ts +11 -8
- package/src/controller/ControlClasses/OcaBitstringActuator.js +13 -9
- package/src/controller/ControlClasses/OcaBitstringSensor.d.ts +7 -5
- package/src/controller/ControlClasses/OcaBitstringSensor.js +9 -6
- package/src/controller/ControlClasses/OcaBlock.d.ts +88 -74
- package/src/controller/ControlClasses/OcaBlock.js +80 -63
- package/src/controller/ControlClasses/OcaBlockFactory.d.ts +73 -29
- package/src/controller/ControlClasses/OcaBlockFactory.js +69 -42
- package/src/controller/ControlClasses/OcaBooleanActuator.d.ts +5 -4
- package/src/controller/ControlClasses/OcaBooleanActuator.js +6 -4
- package/src/controller/ControlClasses/OcaBooleanSensor.d.ts +3 -3
- package/src/controller/ControlClasses/OcaBooleanSensor.js +4 -3
- package/src/controller/ControlClasses/OcaCodingManager.d.ts +10 -7
- package/src/controller/ControlClasses/OcaCodingManager.js +17 -13
- package/src/controller/ControlClasses/OcaControlNetwork.d.ts +4 -5
- package/src/controller/ControlClasses/OcaControlNetwork.js +5 -6
- package/src/controller/ControlClasses/OcaCurrentSensor.d.ts +4 -4
- package/src/controller/ControlClasses/OcaCurrentSensor.js +4 -3
- package/src/controller/ControlClasses/OcaDelay.d.ts +6 -5
- package/src/controller/ControlClasses/OcaDelay.js +6 -4
- package/src/controller/ControlClasses/OcaDelayExtended.d.ts +18 -15
- package/src/controller/ControlClasses/OcaDelayExtended.js +17 -12
- package/src/controller/ControlClasses/OcaDeviceManager.d.ts +56 -31
- package/src/controller/ControlClasses/OcaDeviceManager.js +75 -51
- package/src/controller/ControlClasses/OcaDeviceTimeManager.d.ts +33 -16
- package/src/controller/ControlClasses/OcaDeviceTimeManager.js +36 -18
- package/src/controller/ControlClasses/OcaDiagnosticManager.d.ts +6 -3
- package/src/controller/ControlClasses/OcaDiagnosticManager.js +8 -5
- package/src/controller/ControlClasses/OcaDynamics.d.ts +89 -61
- package/src/controller/ControlClasses/OcaDynamics.js +101 -79
- package/src/controller/ControlClasses/OcaDynamicsCurve.d.ts +77 -30
- package/src/controller/ControlClasses/OcaDynamicsCurve.js +85 -37
- package/src/controller/ControlClasses/OcaDynamicsDetector.d.ts +30 -22
- package/src/controller/ControlClasses/OcaDynamicsDetector.js +36 -24
- package/src/controller/ControlClasses/OcaEventHandler.d.ts +8 -6
- package/src/controller/ControlClasses/OcaEventHandler.js +9 -6
- package/src/controller/ControlClasses/OcaFilterArbitraryCurve.d.ts +13 -9
- package/src/controller/ControlClasses/OcaFilterArbitraryCurve.js +15 -12
- package/src/controller/ControlClasses/OcaFilterClassical.d.ts +43 -30
- package/src/controller/ControlClasses/OcaFilterClassical.js +40 -31
- package/src/controller/ControlClasses/OcaFilterFIR.d.ts +12 -8
- package/src/controller/ControlClasses/OcaFilterFIR.js +19 -14
- package/src/controller/ControlClasses/OcaFilterParametric.d.ts +34 -25
- package/src/controller/ControlClasses/OcaFilterParametric.js +39 -33
- package/src/controller/ControlClasses/OcaFilterPolynomial.d.ts +6 -6
- package/src/controller/ControlClasses/OcaFilterPolynomial.js +11 -10
- package/src/controller/ControlClasses/OcaFirmwareManager.d.ts +71 -21
- package/src/controller/ControlClasses/OcaFirmwareManager.js +71 -22
- package/src/controller/ControlClasses/OcaFloat32Actuator.d.ts +6 -5
- package/src/controller/ControlClasses/OcaFloat32Actuator.js +6 -4
- package/src/controller/ControlClasses/OcaFloat32Sensor.d.ts +4 -4
- package/src/controller/ControlClasses/OcaFloat32Sensor.js +4 -3
- package/src/controller/ControlClasses/OcaFloat64Actuator.d.ts +6 -5
- package/src/controller/ControlClasses/OcaFloat64Actuator.js +6 -4
- package/src/controller/ControlClasses/OcaFloat64Sensor.d.ts +4 -4
- package/src/controller/ControlClasses/OcaFloat64Sensor.js +4 -3
- package/src/controller/ControlClasses/OcaFrequencyActuator.d.ts +6 -5
- package/src/controller/ControlClasses/OcaFrequencyActuator.js +6 -4
- package/src/controller/ControlClasses/OcaFrequencySensor.d.ts +4 -4
- package/src/controller/ControlClasses/OcaFrequencySensor.js +4 -3
- package/src/controller/ControlClasses/OcaGain.d.ts +6 -5
- package/src/controller/ControlClasses/OcaGain.js +6 -4
- package/src/controller/ControlClasses/OcaGainSensor.d.ts +6 -5
- package/src/controller/ControlClasses/OcaGainSensor.js +6 -4
- package/src/controller/ControlClasses/OcaGrouper.d.ts +138 -58
- package/src/controller/ControlClasses/OcaGrouper.js +139 -61
- package/src/controller/ControlClasses/OcaIdentificationActuator.d.ts +9 -10
- package/src/controller/ControlClasses/OcaIdentificationActuator.js +10 -10
- package/src/controller/ControlClasses/OcaIdentificationSensor.d.ts +6 -4
- package/src/controller/ControlClasses/OcaIdentificationSensor.js +5 -3
- package/src/controller/ControlClasses/OcaImpedanceSensor.d.ts +8 -8
- package/src/controller/ControlClasses/OcaImpedanceSensor.js +7 -6
- package/src/controller/ControlClasses/OcaInt16Actuator.d.ts +6 -5
- package/src/controller/ControlClasses/OcaInt16Actuator.js +6 -4
- package/src/controller/ControlClasses/OcaInt16Sensor.d.ts +4 -4
- package/src/controller/ControlClasses/OcaInt16Sensor.js +4 -3
- package/src/controller/ControlClasses/OcaInt32Actuator.d.ts +6 -5
- package/src/controller/ControlClasses/OcaInt32Actuator.js +6 -4
- package/src/controller/ControlClasses/OcaInt32Sensor.d.ts +4 -4
- package/src/controller/ControlClasses/OcaInt32Sensor.js +4 -3
- package/src/controller/ControlClasses/OcaInt64Actuator.d.ts +6 -5
- package/src/controller/ControlClasses/OcaInt64Actuator.js +6 -4
- package/src/controller/ControlClasses/OcaInt64Sensor.d.ts +4 -4
- package/src/controller/ControlClasses/OcaInt64Sensor.js +4 -3
- package/src/controller/ControlClasses/OcaInt8Actuator.d.ts +6 -5
- package/src/controller/ControlClasses/OcaInt8Actuator.js +6 -4
- package/src/controller/ControlClasses/OcaInt8Sensor.d.ts +4 -4
- package/src/controller/ControlClasses/OcaInt8Sensor.js +4 -3
- package/src/controller/ControlClasses/OcaLevelSensor.d.ts +4 -4
- package/src/controller/ControlClasses/OcaLevelSensor.js +4 -3
- package/src/controller/ControlClasses/OcaLibrary.d.ts +50 -25
- package/src/controller/ControlClasses/OcaLibrary.js +54 -26
- package/src/controller/ControlClasses/OcaLibraryManager.d.ts +22 -16
- package/src/controller/ControlClasses/OcaLibraryManager.js +22 -17
- package/src/controller/ControlClasses/OcaManager.d.ts +4 -1
- package/src/controller/ControlClasses/OcaManager.js +4 -1
- package/src/controller/ControlClasses/OcaMatrix.d.ts +69 -20
- package/src/controller/ControlClasses/OcaMatrix.js +86 -38
- package/src/controller/ControlClasses/OcaMediaClock.d.ts +33 -19
- package/src/controller/ControlClasses/OcaMediaClock.js +30 -19
- package/src/controller/ControlClasses/OcaMediaClock3.d.ts +37 -22
- package/src/controller/ControlClasses/OcaMediaClock3.js +39 -27
- package/src/controller/ControlClasses/OcaMediaClockManager.d.ts +15 -9
- package/src/controller/ControlClasses/OcaMediaClockManager.js +28 -23
- package/src/controller/ControlClasses/OcaMediaTransportNetwork.d.ts +106 -74
- package/src/controller/ControlClasses/OcaMediaTransportNetwork.js +121 -111
- package/src/controller/ControlClasses/OcaMute.d.ts +7 -7
- package/src/controller/ControlClasses/OcaMute.js +7 -5
- package/src/controller/ControlClasses/OcaNetwork.d.ts +38 -20
- package/src/controller/ControlClasses/OcaNetwork.js +58 -42
- package/src/controller/ControlClasses/OcaNetworkManager.d.ts +20 -9
- package/src/controller/ControlClasses/OcaNetworkManager.js +33 -23
- package/src/controller/ControlClasses/OcaNetworkSignalChannel.d.ts +43 -19
- package/src/controller/ControlClasses/OcaNetworkSignalChannel.js +67 -44
- package/src/controller/ControlClasses/OcaNumericObserver.d.ts +77 -38
- package/src/controller/ControlClasses/OcaNumericObserver.js +95 -59
- package/src/controller/ControlClasses/OcaNumericObserverList.d.ts +96 -45
- package/src/controller/ControlClasses/OcaNumericObserverList.js +129 -80
- package/src/controller/ControlClasses/OcaPanBalance.d.ts +10 -7
- package/src/controller/ControlClasses/OcaPanBalance.js +14 -11
- package/src/controller/ControlClasses/OcaPhysicalPosition.d.ts +31 -18
- package/src/controller/ControlClasses/OcaPhysicalPosition.js +43 -18
- package/src/controller/ControlClasses/OcaPolarity.d.ts +10 -7
- package/src/controller/ControlClasses/OcaPolarity.js +7 -5
- package/src/controller/ControlClasses/OcaPowerManager.d.ts +20 -14
- package/src/controller/ControlClasses/OcaPowerManager.js +27 -21
- package/src/controller/ControlClasses/OcaPowerSupply.d.ts +24 -15
- package/src/controller/ControlClasses/OcaPowerSupply.js +31 -23
- package/src/controller/ControlClasses/OcaRamper.d.ts +55 -34
- package/src/controller/ControlClasses/OcaRamper.js +58 -37
- package/src/controller/ControlClasses/OcaRoot.d.ts +28 -14
- package/src/controller/ControlClasses/OcaRoot.js +32 -24
- package/src/controller/ControlClasses/OcaSecurityManager.d.ts +29 -13
- package/src/controller/ControlClasses/OcaSecurityManager.js +31 -14
- package/src/controller/ControlClasses/OcaSensor.d.ts +4 -4
- package/src/controller/ControlClasses/OcaSensor.js +6 -5
- package/src/controller/ControlClasses/OcaSignalGenerator.d.ts +48 -38
- package/src/controller/ControlClasses/OcaSignalGenerator.js +57 -46
- package/src/controller/ControlClasses/OcaSignalInput.d.ts +4 -1
- package/src/controller/ControlClasses/OcaSignalInput.js +4 -1
- package/src/controller/ControlClasses/OcaSignalOutput.d.ts +4 -1
- package/src/controller/ControlClasses/OcaSignalOutput.js +4 -1
- package/src/controller/ControlClasses/OcaStreamConnector.d.ts +59 -24
- package/src/controller/ControlClasses/OcaStreamConnector.js +80 -48
- package/src/controller/ControlClasses/OcaStreamNetwork.d.ts +100 -27
- package/src/controller/ControlClasses/OcaStreamNetwork.js +124 -54
- package/src/controller/ControlClasses/OcaStringActuator.d.ts +5 -4
- package/src/controller/ControlClasses/OcaStringActuator.js +7 -5
- package/src/controller/ControlClasses/OcaStringSensor.d.ts +7 -5
- package/src/controller/ControlClasses/OcaStringSensor.js +10 -7
- package/src/controller/ControlClasses/OcaSubscriptionManager.d.ts +73 -46
- package/src/controller/ControlClasses/OcaSubscriptionManager.js +78 -51
- package/src/controller/ControlClasses/OcaSummingPoint.d.ts +2 -1
- package/src/controller/ControlClasses/OcaSummingPoint.js +2 -1
- package/src/controller/ControlClasses/OcaSwitch.d.ts +23 -15
- package/src/controller/ControlClasses/OcaSwitch.js +31 -23
- package/src/controller/ControlClasses/OcaTaskManager.d.ts +47 -38
- package/src/controller/ControlClasses/OcaTaskManager.js +48 -37
- package/src/controller/ControlClasses/OcaTemperatureActuator.d.ts +6 -5
- package/src/controller/ControlClasses/OcaTemperatureActuator.js +6 -4
- package/src/controller/ControlClasses/OcaTemperatureSensor.d.ts +4 -4
- package/src/controller/ControlClasses/OcaTemperatureSensor.js +4 -3
- package/src/controller/ControlClasses/OcaTimeIntervalSensor.d.ts +4 -4
- package/src/controller/ControlClasses/OcaTimeIntervalSensor.js +4 -3
- package/src/controller/ControlClasses/OcaTimeSource.d.ts +38 -22
- package/src/controller/ControlClasses/OcaTimeSource.js +41 -27
- package/src/controller/ControlClasses/OcaUint16Actuator.d.ts +6 -5
- package/src/controller/ControlClasses/OcaUint16Actuator.js +6 -4
- package/src/controller/ControlClasses/OcaUint16Sensor.d.ts +4 -4
- package/src/controller/ControlClasses/OcaUint16Sensor.js +4 -3
- package/src/controller/ControlClasses/OcaUint32Actuator.d.ts +6 -5
- package/src/controller/ControlClasses/OcaUint32Actuator.js +6 -4
- package/src/controller/ControlClasses/OcaUint32Sensor.d.ts +4 -4
- package/src/controller/ControlClasses/OcaUint32Sensor.js +4 -3
- package/src/controller/ControlClasses/OcaUint64Actuator.d.ts +6 -5
- package/src/controller/ControlClasses/OcaUint64Actuator.js +6 -4
- package/src/controller/ControlClasses/OcaUint64Sensor.d.ts +4 -4
- package/src/controller/ControlClasses/OcaUint64Sensor.js +4 -3
- package/src/controller/ControlClasses/OcaUint8Actuator.d.ts +6 -5
- package/src/controller/ControlClasses/OcaUint8Actuator.js +6 -4
- package/src/controller/ControlClasses/OcaUint8Sensor.d.ts +4 -4
- package/src/controller/ControlClasses/OcaUint8Sensor.js +4 -3
- package/src/controller/ControlClasses/OcaVoltageSensor.d.ts +4 -4
- package/src/controller/ControlClasses/OcaVoltageSensor.js +4 -3
- package/src/controller/ControlClasses/OcaWorker.d.ts +38 -28
- package/src/controller/ControlClasses/OcaWorker.js +50 -40
- package/src/controller/abstract_udp_connection.js +11 -7
- package/src/controller/client_connection.d.ts +1 -1
- package/src/controller/node_udp.js +2 -3
- package/src/controller/property_event.js +1 -1
- package/src/types/OcaBlockMember.d.ts +1 -2
- package/src/types/OcaClassAuthorityID.d.ts +14 -3
- package/src/types/OcaClassAuthorityID.js +8 -2
- package/src/types/OcaClassIdentification.d.ts +4 -3
- package/src/types/OcaClassIdentification.js +2 -2
- package/src/types/OcaComponent.d.ts +3 -1
- package/src/types/OcaComponent.js +3 -1
- package/src/types/OcaDBr.d.ts +6 -4
- package/src/types/OcaDBr.js +3 -2
- package/src/types/OcaDelayValue.d.ts +1 -2
- package/src/types/OcaDeviceState.d.ts +4 -1
- package/src/types/OcaDeviceState.js +4 -1
- package/src/types/OcaDynamicsFunction.d.ts +2 -1
- package/src/types/OcaDynamicsFunction.js +2 -1
- package/src/types/OcaEvent.d.ts +3 -3
- package/src/types/OcaEvent.js +2 -1
- package/src/types/OcaEventID.d.ts +3 -1
- package/src/types/OcaEventID.js +3 -1
- package/src/types/OcaGlobalTypeIdentifier.d.ts +10 -4
- package/src/types/OcaGlobalTypeIdentifier.js +5 -2
- package/src/types/OcaGrouperCitizen.d.ts +7 -5
- package/src/types/OcaGrouperCitizen.js +4 -2
- package/src/types/OcaGrouperEnrollment.d.ts +8 -4
- package/src/types/OcaGrouperEnrollment.js +4 -2
- package/src/types/OcaGrouperGroup.d.ts +4 -2
- package/src/types/OcaGrouperGroup.js +2 -1
- package/src/types/OcaGrouperMode.d.ts +1 -1
- package/src/types/OcaGrouperMode.js +1 -1
- package/src/types/OcaGrouperStatusChangeEventData.d.ts +7 -19
- package/src/types/OcaGrouperStatusChangeEventData.js +5 -8
- package/src/types/OcaGrouperStatusChangeType.d.ts +2 -1
- package/src/types/OcaGrouperStatusChangeType.js +2 -1
- package/src/types/OcaLevelDetectionLaw.d.ts +2 -1
- package/src/types/OcaLevelDetectionLaw.js +2 -1
- package/src/types/OcaLibParamSetAssignment.d.ts +3 -3
- package/src/types/OcaLibParamSetAssignment.js +2 -1
- package/src/types/OcaLibVol.d.ts +3 -3
- package/src/types/OcaLibVol.js +3 -2
- package/src/types/OcaLibVolChangedEventData.d.ts +4 -21
- package/src/types/OcaLibVolChangedEventData.js +3 -7
- package/src/types/OcaLibVolData_ParamSet.d.ts +13 -3
- package/src/types/OcaLibVolData_ParamSet.js +11 -3
- package/src/types/OcaLibVolMetadata.d.ts +4 -5
- package/src/types/OcaLibVolMetadata.js +1 -1
- package/src/types/OcaLibVolType.d.ts +12 -4
- package/src/types/OcaLibVolType.js +6 -2
- package/src/types/OcaLibraryIdentifier.d.ts +3 -3
- package/src/types/OcaLibraryIdentifier.js +2 -1
- package/src/types/OcaManagerDefaultObjectNumbers.d.ts +58 -116
- package/src/types/OcaManagerDefaultObjectNumbers.js +2 -2
- package/src/types/OcaManagerDescriptor.d.ts +4 -0
- package/src/types/OcaManagerDescriptor.js +2 -0
- package/src/types/OcaMediaClockRate.d.ts +12 -6
- package/src/types/OcaMediaClockRate.js +6 -3
- package/src/types/OcaMediaCoding.d.ts +4 -2
- package/src/types/OcaMediaCoding.js +2 -1
- package/src/types/OcaMediaConnection.d.ts +21 -8
- package/src/types/OcaMediaConnection.js +18 -5
- package/src/types/OcaMediaConnectorStatus.d.ts +5 -4
- package/src/types/OcaMediaConnectorStatus.js +2 -1
- package/src/types/OcaMediaConnectorStatusChangedEventData.d.ts +2 -17
- package/src/types/OcaMediaConnectorStatusChangedEventData.js +1 -7
- package/src/types/OcaMediaSinkConnector.d.ts +43 -15
- package/src/types/OcaMediaSinkConnector.js +23 -7
- package/src/types/OcaMediaSinkConnectorChangedEventData.d.ts +20 -30
- package/src/types/OcaMediaSinkConnectorChangedEventData.js +8 -11
- package/src/types/OcaMediaSourceConnector.d.ts +33 -13
- package/src/types/OcaMediaSourceConnector.js +17 -7
- package/src/types/OcaMediaSourceConnectorChangedEventData.d.ts +20 -30
- package/src/types/OcaMediaSourceConnectorChangedEventData.js +8 -11
- package/src/types/OcaMethod.d.ts +8 -5
- package/src/types/OcaMethod.js +5 -2
- package/src/types/OcaMethodID.d.ts +3 -1
- package/src/types/OcaMethodID.js +3 -1
- package/src/types/OcaModelGUID.d.ts +4 -2
- package/src/types/OcaModelGUID.js +5 -4
- package/src/types/OcaNetworkMediaSourceOrSink.d.ts +2 -1
- package/src/types/OcaNetworkMediaSourceOrSink.js +2 -1
- package/src/types/OcaNetworkSystemInterfaceDescriptor.d.ts +2 -1
- package/src/types/OcaNetworkSystemInterfaceDescriptor.js +3 -2
- package/src/types/OcaNetworkSystemInterfaceID.d.ts +2 -1
- package/src/types/OcaNetworkSystemInterfaceID.js +3 -2
- package/src/types/OcaNotificationDeliveryMode.d.ts +2 -1
- package/src/types/OcaNotificationDeliveryMode.js +2 -1
- package/src/types/OcaOPath.d.ts +2 -1
- package/src/types/OcaOPath.js +2 -1
- package/src/types/OcaObjectIdentification.d.ts +3 -3
- package/src/types/OcaObjectIdentification.js +2 -1
- package/src/types/OcaObjectListEventData.d.ts +3 -16
- package/src/types/OcaObjectListEventData.js +4 -8
- package/src/types/OcaObjectSearchResult.d.ts +5 -3
- package/src/types/OcaObjectSearchResult.js +4 -1
- package/src/types/OcaObjectSearchResultFlags.d.ts +1 -1
- package/src/types/OcaObjectSearchResultFlags.js +1 -1
- package/src/types/OcaObservationEventData.d.ts +8 -16
- package/src/types/OcaObservationEventData.js +8 -7
- package/src/types/OcaObservationListEventData.d.ts +8 -16
- package/src/types/OcaObservationListEventData.js +9 -8
- package/src/types/OcaParameterMask.d.ts +13 -0
- package/src/types/OcaParameterMask.js +11 -0
- package/src/types/OcaPilotToneDetectorSpec.d.ts +1 -2
- package/src/types/OcaPort.d.ts +3 -3
- package/src/types/OcaPort.js +2 -1
- package/src/types/OcaPortID.d.ts +4 -3
- package/src/types/OcaPortID.js +3 -1
- package/src/types/OcaPositionCoordinateSystem.d.ts +2 -1
- package/src/types/OcaPositionCoordinateSystem.js +2 -1
- package/src/types/OcaPositionDescriptor.d.ts +21 -20
- package/src/types/OcaPositionDescriptor.js +12 -14
- package/src/types/OcaPositionDescriptorFieldFlags.d.ts +13 -0
- package/src/types/OcaPositionDescriptorFieldFlags.js +11 -0
- package/src/types/OcaPowerState.d.ts +2 -1
- package/src/types/OcaPowerState.js +2 -1
- package/src/types/OcaPresentationUnit.d.ts +8 -1
- package/src/types/OcaPresentationUnit.js +8 -1
- package/src/types/OcaProperty.d.ts +3 -3
- package/src/types/OcaProperty.js +2 -1
- package/src/types/OcaPropertyDescriptor.d.ts +9 -9
- package/src/types/OcaPropertyDescriptor.js +4 -3
- package/src/types/OcaPropertyID.d.ts +3 -1
- package/src/types/OcaPropertyID.js +3 -1
- package/src/types/OcaProtoObjectIdentification.d.ts +3 -3
- package/src/types/OcaProtoObjectIdentification.js +2 -1
- package/src/types/OcaProtoPort.d.ts +9 -5
- package/src/types/OcaProtoPort.js +5 -2
- package/src/types/OcaProtoPortID.d.ts +4 -3
- package/src/types/OcaProtoPortID.js +3 -1
- package/src/types/OcaProtoSignalPath.d.ts +1 -2
- package/src/types/OcaRamperCommand.d.ts +1 -1
- package/src/types/OcaRamperCommand.js +1 -1
- package/src/types/OcaRamperState.d.ts +15 -10
- package/src/types/OcaRamperState.js +15 -10
- package/src/types/OcaSensorReadingState.d.ts +2 -1
- package/src/types/OcaSensorReadingState.js +2 -1
- package/src/types/OcaSignalPath.d.ts +1 -2
- package/src/types/OcaStream.d.ts +23 -10
- package/src/types/OcaStream.js +17 -5
- package/src/types/OcaStreamConnectorIdentification.d.ts +17 -7
- package/src/types/OcaStreamConnectorIdentification.js +15 -6
- package/src/types/OcaSubscriptionManagerState.d.ts +1 -1
- package/src/types/OcaSubscriptionManagerState.js +1 -1
- package/src/types/OcaTask.d.ts +27 -13
- package/src/types/OcaTask.js +14 -6
- package/src/types/OcaTaskManagerState.d.ts +13 -9
- package/src/types/OcaTaskManagerState.js +13 -9
- package/src/types/OcaTaskState.d.ts +3 -1
- package/src/types/OcaTaskState.js +3 -1
- package/src/types/OcaTaskStateChangedEventData.d.ts +6 -6
- package/src/types/OcaTaskStateChangedEventData.js +2 -2
- package/src/types/OcaTaskStatus.d.ts +6 -5
- package/src/types/OcaTaskStatus.js +5 -3
- package/src/types/OcaTimeMode.d.ts +1 -1
- package/src/types/OcaTimeMode.js +1 -1
- package/src/types/OcaTimePTP.d.ts +8 -3
- package/src/types/OcaTimePTP.js +6 -2
- package/src/types/OcaTransferFunction.js +3 -3
- package/src/types/OcaUnitOfMeasure.d.ts +5 -1
- package/src/types/OcaUnitOfMeasure.js +5 -1
- package/src/types/OcaVersion.d.ts +7 -5
- package/src/types/OcaVersion.js +4 -2
|
@@ -1,9 +1,11 @@
|
|
|
1
|
+
import { OcaLevelMeterLaw } from '../../OCP1/OcaLevelMeterLaw.js';
|
|
1
2
|
import { make_control_class } from '../make_control_class.js';
|
|
2
3
|
import { OcaLevelSensor } from './OcaLevelSensor.js';
|
|
3
|
-
import { OcaLevelMeterLaw } from '../../OCP1/OcaLevelMeterLaw.js';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
|
-
* Child of
|
|
6
|
+
* Child of **OcaLevelSensor** that returns an audio meter reading in dB
|
|
7
|
+
* relative to a known reference level, and whose value has been calculated by
|
|
8
|
+
* the selected averaging algorithm.
|
|
7
9
|
* @extends OcaLevelSensor
|
|
8
10
|
* @class OcaAudioLevelSensor
|
|
9
11
|
*/
|
|
@@ -22,26 +24,28 @@ export const OcaAudioLevelSensor = make_control_class(
|
|
|
22
24
|
);
|
|
23
25
|
|
|
24
26
|
/**
|
|
25
|
-
* Gets the value of the Law property. The return value indicates whether the
|
|
27
|
+
* Gets the value of the Law property. The return value indicates whether the
|
|
28
|
+
* property was successfully retrieved.
|
|
26
29
|
*
|
|
27
30
|
* @method OcaAudioLevelSensor#GetLaw
|
|
28
31
|
* @returns {Promise<OcaLevelMeterLaw>}
|
|
29
32
|
* A promise which resolves to a single value of type :class:`OcaLevelMeterLaw`.
|
|
30
33
|
*/
|
|
31
34
|
/**
|
|
32
|
-
* Sets the value of the Law property. The return value indicates whether the
|
|
35
|
+
* Sets the value of the Law property. The return value indicates whether the
|
|
36
|
+
* property was successfully set. Only implemented for objects whose Law
|
|
37
|
+
* property is read/write.
|
|
33
38
|
*
|
|
34
39
|
* @method OcaAudioLevelSensor#SetLaw
|
|
35
|
-
* @param {
|
|
40
|
+
* @param {IOcaLevelMeterLaw} law
|
|
36
41
|
*
|
|
37
42
|
* @returns {Promise<void>}
|
|
38
43
|
*/
|
|
39
44
|
/**
|
|
40
|
-
* This event is emitted when the property Law changes in the remote object.
|
|
45
|
+
* This event is emitted when the property ``Law`` changes in the remote object.
|
|
41
46
|
* The property ``Law`` is described in the AES70 standard as follows.
|
|
42
|
-
* Enum that defines metering algorithm, including averaging
|
|
43
|
-
*
|
|
44
|
-
* objects.
|
|
47
|
+
* Enum that defines metering algorithm, including averaging characteristics
|
|
48
|
+
* and, in some cases, reference level. Readonly in some objects.
|
|
45
49
|
*
|
|
46
50
|
* @member {PropertyEvent<OcaLevelMeterLaw>} OcaAudioLevelSensor#OnLawChanged
|
|
47
51
|
*/
|
|
@@ -2,13 +2,14 @@ import { RemoteDevice } from '../remote_device';
|
|
|
2
2
|
import { OcaManager } from './OcaManager';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
|
-
* Placeholder for optional manager that in future versions of the standard will
|
|
5
|
+
* Placeholder for optional manager that in future versions of the standard will
|
|
6
|
+
* hold various global audio processing parameters.
|
|
6
7
|
*
|
|
7
8
|
* - May be instantiated once in any device.
|
|
8
9
|
*
|
|
9
|
-
*
|
|
10
10
|
* - If instantiated, object number must be 9.
|
|
11
11
|
*
|
|
12
|
+
*
|
|
12
13
|
* @extends OcaManager
|
|
13
14
|
* @class OcaAudioProcessingManager
|
|
14
15
|
*/
|
|
@@ -2,13 +2,14 @@ import { make_control_class } from '../make_control_class.js';
|
|
|
2
2
|
import { OcaManager } from './OcaManager.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
|
-
* Placeholder for optional manager that in future versions of the standard will
|
|
5
|
+
* Placeholder for optional manager that in future versions of the standard will
|
|
6
|
+
* hold various global audio processing parameters.
|
|
6
7
|
*
|
|
7
8
|
* - May be instantiated once in any device.
|
|
8
9
|
*
|
|
9
|
-
*
|
|
10
10
|
* - If instantiated, object number must be 9.
|
|
11
11
|
*
|
|
12
|
+
*
|
|
12
13
|
* @extends OcaManager
|
|
13
14
|
* @class OcaAudioProcessingManager
|
|
14
15
|
*/
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
+
import { PropertyEvent } from '../property_event';
|
|
1
2
|
import { RemoteDevice } from '../remote_device';
|
|
2
3
|
import { OcaBasicActuator } from './OcaBasicActuator';
|
|
3
4
|
|
|
4
|
-
import { PropertyEvent } from '../property_event';
|
|
5
|
-
|
|
6
5
|
/**
|
|
7
6
|
* Bitstring actuator. Maximum bitstring length is 65,536 bits.
|
|
8
7
|
* @extends OcaBasicActuator
|
|
@@ -17,7 +16,8 @@ export declare class OcaBitstringActuator extends OcaBasicActuator {
|
|
|
17
16
|
constructor(objectNumber: number, device: RemoteDevice);
|
|
18
17
|
|
|
19
18
|
/**
|
|
20
|
-
* Gets the number of bits in the string. The return value indicates whether
|
|
19
|
+
* Gets the number of bits in the string. The return value indicates whether
|
|
20
|
+
* the property was successfully gathered.
|
|
21
21
|
*
|
|
22
22
|
* @method OcaBitstringActuator#GetNrBits
|
|
23
23
|
* @returns {Promise<number>}
|
|
@@ -26,7 +26,8 @@ export declare class OcaBitstringActuator extends OcaBasicActuator {
|
|
|
26
26
|
GetNrBits(): Promise<number>;
|
|
27
27
|
|
|
28
28
|
/**
|
|
29
|
-
* Gets the bit value of the given bit. The return value indicates whether the
|
|
29
|
+
* Gets the bit value of the given bit. The return value indicates whether the
|
|
30
|
+
* property was successfully gathered.
|
|
30
31
|
*
|
|
31
32
|
* @method OcaBitstringActuator#GetBit
|
|
32
33
|
* @param {number} bitNr
|
|
@@ -37,11 +38,11 @@ export declare class OcaBitstringActuator extends OcaBasicActuator {
|
|
|
37
38
|
GetBit(bitNr: number): Promise<boolean>;
|
|
38
39
|
|
|
39
40
|
/**
|
|
40
|
-
* Sets the bit value of the given bit. The return value indicates whether the
|
|
41
|
+
* Sets the bit value of the given bit. The return value indicates whether the
|
|
42
|
+
* property was successfully set.
|
|
41
43
|
*
|
|
42
44
|
* @method OcaBitstringActuator#SetBit
|
|
43
45
|
* @param {number} bitNr
|
|
44
|
-
*
|
|
45
46
|
* @param {boolean} Value
|
|
46
47
|
*
|
|
47
48
|
* @returns {Promise<void>}
|
|
@@ -49,7 +50,8 @@ export declare class OcaBitstringActuator extends OcaBasicActuator {
|
|
|
49
50
|
SetBit(bitNr: number, Value: boolean): Promise<void>;
|
|
50
51
|
|
|
51
52
|
/**
|
|
52
|
-
* Gets the entire bitstring.The return value indicates whether the property
|
|
53
|
+
* Gets the entire bitstring.The return value indicates whether the property
|
|
54
|
+
* was successfully gathered.
|
|
53
55
|
*
|
|
54
56
|
* @method OcaBitstringActuator#GetBitstring
|
|
55
57
|
* @returns {Promise<boolean[]>}
|
|
@@ -58,7 +60,8 @@ export declare class OcaBitstringActuator extends OcaBasicActuator {
|
|
|
58
60
|
GetBitstring(): Promise<boolean[]>;
|
|
59
61
|
|
|
60
62
|
/**
|
|
61
|
-
* Sets the entire bitstring. The return value indicates whether the property
|
|
63
|
+
* Sets the entire bitstring. The return value indicates whether the property
|
|
64
|
+
* was successfully set.
|
|
62
65
|
*
|
|
63
66
|
* @method OcaBitstringActuator#SetBitstring
|
|
64
67
|
* @param {boolean[]} BitString
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { make_control_class } from '../make_control_class.js';
|
|
2
|
-
import { OcaBasicActuator } from './OcaBasicActuator.js';
|
|
3
1
|
import { OcaBitstring } from '../../OCP1/OcaBitstring.js';
|
|
4
2
|
import { OcaBoolean } from '../../OCP1/OcaBoolean.js';
|
|
5
3
|
import { OcaUint16 } from '../../OCP1/OcaUint16.js';
|
|
4
|
+
import { make_control_class } from '../make_control_class.js';
|
|
5
|
+
import { OcaBasicActuator } from './OcaBasicActuator.js';
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* Bitstring actuator. Maximum bitstring length is 65,536 bits.
|
|
@@ -27,14 +27,16 @@ export const OcaBitstringActuator = make_control_class(
|
|
|
27
27
|
);
|
|
28
28
|
|
|
29
29
|
/**
|
|
30
|
-
* Gets the number of bits in the string. The return value indicates whether the
|
|
30
|
+
* Gets the number of bits in the string. The return value indicates whether the
|
|
31
|
+
* property was successfully gathered.
|
|
31
32
|
*
|
|
32
33
|
* @method OcaBitstringActuator#GetNrBits
|
|
33
34
|
* @returns {Promise<number>}
|
|
34
35
|
* A promise which resolves to a single value of type ``number``.
|
|
35
36
|
*/
|
|
36
37
|
/**
|
|
37
|
-
* Gets the bit value of the given bit. The return value indicates whether the
|
|
38
|
+
* Gets the bit value of the given bit. The return value indicates whether the
|
|
39
|
+
* property was successfully gathered.
|
|
38
40
|
*
|
|
39
41
|
* @method OcaBitstringActuator#GetBit
|
|
40
42
|
* @param {number} bitNr
|
|
@@ -43,24 +45,26 @@ export const OcaBitstringActuator = make_control_class(
|
|
|
43
45
|
* A promise which resolves to a single value of type ``boolean``.
|
|
44
46
|
*/
|
|
45
47
|
/**
|
|
46
|
-
* Sets the bit value of the given bit. The return value indicates whether the
|
|
48
|
+
* Sets the bit value of the given bit. The return value indicates whether the
|
|
49
|
+
* property was successfully set.
|
|
47
50
|
*
|
|
48
51
|
* @method OcaBitstringActuator#SetBit
|
|
49
52
|
* @param {number} bitNr
|
|
50
|
-
*
|
|
51
53
|
* @param {boolean} Value
|
|
52
54
|
*
|
|
53
55
|
* @returns {Promise<void>}
|
|
54
56
|
*/
|
|
55
57
|
/**
|
|
56
|
-
* Gets the entire bitstring.The return value indicates whether the property was
|
|
58
|
+
* Gets the entire bitstring.The return value indicates whether the property was
|
|
59
|
+
* successfully gathered.
|
|
57
60
|
*
|
|
58
61
|
* @method OcaBitstringActuator#GetBitstring
|
|
59
62
|
* @returns {Promise<boolean[]>}
|
|
60
63
|
* A promise which resolves to a single value of type ``boolean[]``.
|
|
61
64
|
*/
|
|
62
65
|
/**
|
|
63
|
-
* Sets the entire bitstring. The return value indicates whether the property
|
|
66
|
+
* Sets the entire bitstring. The return value indicates whether the property
|
|
67
|
+
* was successfully set.
|
|
64
68
|
*
|
|
65
69
|
* @method OcaBitstringActuator#SetBitstring
|
|
66
70
|
* @param {boolean[]} BitString
|
|
@@ -68,7 +72,7 @@ export const OcaBitstringActuator = make_control_class(
|
|
|
68
72
|
* @returns {Promise<void>}
|
|
69
73
|
*/
|
|
70
74
|
/**
|
|
71
|
-
* This event is emitted when the property Bitstring changes in the remote object.
|
|
75
|
+
* This event is emitted when the property ``Bitstring`` changes in the remote object.
|
|
72
76
|
* The property ``Bitstring`` is described in the AES70 standard as follows.
|
|
73
77
|
* The bitstring data.
|
|
74
78
|
*
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
+
import { PropertyEvent } from '../property_event';
|
|
1
2
|
import { RemoteDevice } from '../remote_device';
|
|
2
3
|
import { OcaBasicSensor } from './OcaBasicSensor';
|
|
3
4
|
|
|
4
|
-
import { PropertyEvent } from '../property_event';
|
|
5
|
-
|
|
6
5
|
/**
|
|
7
6
|
* Bit string sensor.
|
|
8
7
|
* @extends OcaBasicSensor
|
|
@@ -17,7 +16,8 @@ export declare class OcaBitstringSensor extends OcaBasicSensor {
|
|
|
17
16
|
constructor(objectNumber: number, device: RemoteDevice);
|
|
18
17
|
|
|
19
18
|
/**
|
|
20
|
-
* Gets the number of bits of the bitmask data. Returned status indicates
|
|
19
|
+
* Gets the number of bits of the bitmask data. Returned status indicates
|
|
20
|
+
* success or failure of the retrieval.
|
|
21
21
|
*
|
|
22
22
|
* @method OcaBitstringSensor#GetNrBits
|
|
23
23
|
* @returns {Promise<number>}
|
|
@@ -26,7 +26,8 @@ export declare class OcaBitstringSensor extends OcaBasicSensor {
|
|
|
26
26
|
GetNrBits(): Promise<number>;
|
|
27
27
|
|
|
28
28
|
/**
|
|
29
|
-
* Gets the value of the given bit. Return status indicates success or failure
|
|
29
|
+
* Gets the value of the given bit. Return status indicates success or failure
|
|
30
|
+
* of the retrieval.
|
|
30
31
|
*
|
|
31
32
|
* @method OcaBitstringSensor#GetBit
|
|
32
33
|
* @param {number} bitNr
|
|
@@ -37,7 +38,8 @@ export declare class OcaBitstringSensor extends OcaBasicSensor {
|
|
|
37
38
|
GetBit(bitNr: number): Promise<number>;
|
|
38
39
|
|
|
39
40
|
/**
|
|
40
|
-
* Gets the entire bitstring. Return status indicates success or failure of
|
|
41
|
+
* Gets the entire bitstring. Return status indicates success or failure of
|
|
42
|
+
* the retrieval.
|
|
41
43
|
*
|
|
42
44
|
* @method OcaBitstringSensor#GetBitString
|
|
43
45
|
* @returns {Promise<boolean[]>}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { make_control_class } from '../make_control_class.js';
|
|
2
|
-
import { OcaBasicSensor } from './OcaBasicSensor.js';
|
|
3
1
|
import { OcaBitstring } from '../../OCP1/OcaBitstring.js';
|
|
4
2
|
import { OcaUint16 } from '../../OCP1/OcaUint16.js';
|
|
5
3
|
import { OcaUint8 } from '../../OCP1/OcaUint8.js';
|
|
4
|
+
import { make_control_class } from '../make_control_class.js';
|
|
5
|
+
import { OcaBasicSensor } from './OcaBasicSensor.js';
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* Bit string sensor.
|
|
@@ -25,14 +25,16 @@ export const OcaBitstringSensor = make_control_class(
|
|
|
25
25
|
);
|
|
26
26
|
|
|
27
27
|
/**
|
|
28
|
-
* Gets the number of bits of the bitmask data. Returned status indicates
|
|
28
|
+
* Gets the number of bits of the bitmask data. Returned status indicates
|
|
29
|
+
* success or failure of the retrieval.
|
|
29
30
|
*
|
|
30
31
|
* @method OcaBitstringSensor#GetNrBits
|
|
31
32
|
* @returns {Promise<number>}
|
|
32
33
|
* A promise which resolves to a single value of type ``number``.
|
|
33
34
|
*/
|
|
34
35
|
/**
|
|
35
|
-
* Gets the value of the given bit. Return status indicates success or failure
|
|
36
|
+
* Gets the value of the given bit. Return status indicates success or failure
|
|
37
|
+
* of the retrieval.
|
|
36
38
|
*
|
|
37
39
|
* @method OcaBitstringSensor#GetBit
|
|
38
40
|
* @param {number} bitNr
|
|
@@ -41,14 +43,15 @@ export const OcaBitstringSensor = make_control_class(
|
|
|
41
43
|
* A promise which resolves to a single value of type ``number``.
|
|
42
44
|
*/
|
|
43
45
|
/**
|
|
44
|
-
* Gets the entire bitstring. Return status indicates success or failure of the
|
|
46
|
+
* Gets the entire bitstring. Return status indicates success or failure of the
|
|
47
|
+
* retrieval.
|
|
45
48
|
*
|
|
46
49
|
* @method OcaBitstringSensor#GetBitString
|
|
47
50
|
* @returns {Promise<boolean[]>}
|
|
48
51
|
* A promise which resolves to a single value of type ``boolean[]``.
|
|
49
52
|
*/
|
|
50
53
|
/**
|
|
51
|
-
* This event is emitted when the property BitString changes in the remote object.
|
|
54
|
+
* This event is emitted when the property ``BitString`` changes in the remote object.
|
|
52
55
|
* The property ``BitString`` is described in the AES70 standard as follows.
|
|
53
56
|
* The bitstring.
|
|
54
57
|
*
|
|
@@ -1,21 +1,27 @@
|
|
|
1
|
-
import { RemoteDevice } from '../remote_device';
|
|
2
|
-
import { OcaWorker } from './OcaWorker';
|
|
3
|
-
|
|
4
|
-
import { PropertyEvent } from '../property_event';
|
|
5
|
-
import { IOcaLibVolIdentifier } from '../../types/OcaLibVolIdentifier';
|
|
6
|
-
import { IOcaObjectSearchResultFlags } from '../../types/OcaObjectSearchResultFlags';
|
|
7
|
-
import { IOcaSignalPath } from '../../types/OcaSignalPath';
|
|
8
|
-
import { IOcaStringComparisonType } from '../../types/OcaStringComparisonType';
|
|
9
1
|
import { OcaBlockMember } from '../../types/OcaBlockMember';
|
|
10
2
|
import { OcaGlobalTypeIdentifier } from '../../types/OcaGlobalTypeIdentifier';
|
|
11
3
|
import { OcaLibVolData_ParamSet } from '../../types/OcaLibVolData_ParamSet';
|
|
12
|
-
import {
|
|
4
|
+
import {
|
|
5
|
+
IOcaLibVolIdentifier,
|
|
6
|
+
OcaLibVolIdentifier,
|
|
7
|
+
} from '../../types/OcaLibVolIdentifier';
|
|
13
8
|
import { OcaObjectIdentification } from '../../types/OcaObjectIdentification';
|
|
14
9
|
import { OcaObjectSearchResult } from '../../types/OcaObjectSearchResult';
|
|
15
|
-
import {
|
|
10
|
+
import { IOcaObjectSearchResultFlags } from '../../types/OcaObjectSearchResultFlags';
|
|
11
|
+
import { IOcaSignalPath, OcaSignalPath } from '../../types/OcaSignalPath';
|
|
12
|
+
import { IOcaStringComparisonType } from '../../types/OcaStringComparisonType';
|
|
13
|
+
import { PropertyEvent } from '../property_event';
|
|
14
|
+
import { RemoteDevice } from '../remote_device';
|
|
15
|
+
import { OcaWorker } from './OcaWorker';
|
|
16
16
|
|
|
17
17
|
/**
|
|
18
|
-
* A block is an object with three aspects: - It can contain other blocks. - It
|
|
18
|
+
* A block is an object with three aspects: - It can contain other blocks. - It
|
|
19
|
+
* can contain workers. - It can contain agents. - It can contain data networks.
|
|
20
|
+
* - It can contain application networks. - It has a signal flow topology. We
|
|
21
|
+
* refer to an object inside a block as a **member** of that block. We refer to
|
|
22
|
+
* the block which contains an object as the object's **container.****1**
|
|
23
|
+
* Normally, a block contains a set of members that together function as a
|
|
24
|
+
* processing unit -- for example, a crossover channel or mixer strip.
|
|
19
25
|
* @extends OcaWorker
|
|
20
26
|
* @class OcaBlock
|
|
21
27
|
*/
|
|
@@ -38,7 +44,11 @@ export declare class OcaBlock extends OcaWorker {
|
|
|
38
44
|
constructor(objectNumber: number, device: RemoteDevice);
|
|
39
45
|
|
|
40
46
|
/**
|
|
41
|
-
* Gets the block type. For statically-defined blocks, the block type is a
|
|
47
|
+
* Gets the block type. For statically-defined blocks, the block type is a
|
|
48
|
+
* Uint32 with a value corresponding to the unique configuration of this
|
|
49
|
+
* block. For dynamically-defined blocks, the block type is the object number
|
|
50
|
+
* of the block's factory. For the root block, the value of this property is
|
|
51
|
+
* 1.
|
|
42
52
|
*
|
|
43
53
|
* @method OcaBlock#GetType
|
|
44
54
|
* @returns {Promise<number>}
|
|
@@ -47,23 +57,9 @@ export declare class OcaBlock extends OcaWorker {
|
|
|
47
57
|
GetType(): Promise<number>;
|
|
48
58
|
|
|
49
59
|
/**
|
|
50
|
-
*
|
|
51
|
-
*
|
|
52
|
-
*
|
|
53
|
-
* @param {string} ClassID
|
|
54
|
-
*
|
|
55
|
-
* @param {any} ConstructionParameters
|
|
56
|
-
*
|
|
57
|
-
* @returns {Promise<number>}
|
|
58
|
-
* A promise which resolves to a single value of type ``number``.
|
|
59
|
-
*/
|
|
60
|
-
ConstructMember(
|
|
61
|
-
ClassID: string,
|
|
62
|
-
ConstructionParameters: any
|
|
63
|
-
): Promise<number>;
|
|
64
|
-
|
|
65
|
-
/**
|
|
66
|
-
* Invokes a factory to construct an instance of the given class, then adds it to the block. The return value indicates whether the member was successfully created and added.
|
|
60
|
+
* Invokes a factory to construct an instance of the given class, then adds it
|
|
61
|
+
* to the block. The return value indicates whether the member was
|
|
62
|
+
* successfully created and added.
|
|
67
63
|
*
|
|
68
64
|
* @method OcaBlock#ConstructMemberUsingFactory
|
|
69
65
|
* @param {number} FactoryONo
|
|
@@ -74,7 +70,9 @@ export declare class OcaBlock extends OcaWorker {
|
|
|
74
70
|
ConstructMemberUsingFactory(FactoryONo: number): Promise<number>;
|
|
75
71
|
|
|
76
72
|
/**
|
|
77
|
-
* Removes a member from the block and destroys the object. . Deletes all
|
|
73
|
+
* Removes a member from the block and destroys the object. . Deletes all
|
|
74
|
+
* signal paths attached to its ports. The return value indicates whether the
|
|
75
|
+
* member was successfully removed and destroyed.
|
|
78
76
|
*
|
|
79
77
|
* @method OcaBlock#DeleteMember
|
|
80
78
|
* @param {number} ObjectNumber
|
|
@@ -84,28 +82,35 @@ export declare class OcaBlock extends OcaWorker {
|
|
|
84
82
|
DeleteMember(ObjectNumber: number): Promise<void>;
|
|
85
83
|
|
|
86
84
|
/**
|
|
87
|
-
* Gets the list of block members. Does not recurse inner blocks. Each inner
|
|
85
|
+
* Gets the list of block members. Does not recurse inner blocks. Each inner
|
|
86
|
+
* block is included in the returned list as a single object -- its contents
|
|
87
|
+
* are not enumerated. The return value indicates whether the list was
|
|
88
|
+
* successfully retrieved.
|
|
88
89
|
*
|
|
89
90
|
* @method OcaBlock#GetMembers
|
|
90
91
|
* @returns {Promise<OcaObjectIdentification[]>}
|
|
91
|
-
* A promise which resolves to a single value of type
|
|
92
|
+
* A promise which resolves to a single value of type :class:`OcaObjectIdentification[]`.
|
|
92
93
|
*/
|
|
93
94
|
GetMembers(): Promise<OcaObjectIdentification[]>;
|
|
94
95
|
|
|
95
96
|
/**
|
|
96
|
-
* Gets the list of block members. Recurses inner blocks. Each inner block is
|
|
97
|
+
* Gets the list of block members. Recurses inner blocks. Each inner block is
|
|
98
|
+
* included in the returned list as a single object, amd its contents are
|
|
99
|
+
* enumerated. The return value indicates whether the list was successfully
|
|
100
|
+
* retrieved.
|
|
97
101
|
*
|
|
98
102
|
* @method OcaBlock#GetMembersRecursive
|
|
99
103
|
* @returns {Promise<OcaBlockMember[]>}
|
|
100
|
-
* A promise which resolves to a single value of type
|
|
104
|
+
* A promise which resolves to a single value of type :class:`OcaBlockMember[]`.
|
|
101
105
|
*/
|
|
102
106
|
GetMembersRecursive(): Promise<OcaBlockMember[]>;
|
|
103
107
|
|
|
104
108
|
/**
|
|
105
|
-
* Adds a signal path to the block. The return value indicates whether the
|
|
109
|
+
* Adds a signal path to the block. The return value indicates whether the
|
|
110
|
+
* signal path was successfully added.
|
|
106
111
|
*
|
|
107
112
|
* @method OcaBlock#AddSignalPath
|
|
108
|
-
* @param {
|
|
113
|
+
* @param {IOcaSignalPath} Path
|
|
109
114
|
*
|
|
110
115
|
* @returns {Promise<number>}
|
|
111
116
|
* A promise which resolves to a single value of type ``number``.
|
|
@@ -113,7 +118,8 @@ export declare class OcaBlock extends OcaWorker {
|
|
|
113
118
|
AddSignalPath(Path: IOcaSignalPath): Promise<number>;
|
|
114
119
|
|
|
115
120
|
/**
|
|
116
|
-
* Deletes a signal path from the block. The return value indicates whether
|
|
121
|
+
* Deletes a signal path from the block. The return value indicates whether
|
|
122
|
+
* the signal path was successfully added.
|
|
117
123
|
*
|
|
118
124
|
* @method OcaBlock#DeleteSignalPath
|
|
119
125
|
* @param {number} Index
|
|
@@ -123,7 +129,8 @@ export declare class OcaBlock extends OcaWorker {
|
|
|
123
129
|
DeleteSignalPath(Index: number): Promise<void>;
|
|
124
130
|
|
|
125
131
|
/**
|
|
126
|
-
* Gets the map of signal paths in the block. Does not recurse inner blocks.
|
|
132
|
+
* Gets the map of signal paths in the block. Does not recurse inner blocks.
|
|
133
|
+
* The return value indicates whether the list was successfully retrieved.
|
|
127
134
|
*
|
|
128
135
|
* @method OcaBlock#GetSignalPaths
|
|
129
136
|
* @returns {Promise<Map<number, OcaSignalPath>>}
|
|
@@ -132,7 +139,8 @@ export declare class OcaBlock extends OcaWorker {
|
|
|
132
139
|
GetSignalPaths(): Promise<Map<number, OcaSignalPath>>;
|
|
133
140
|
|
|
134
141
|
/**
|
|
135
|
-
* Gets the mapof signal paths in the block. Recurses inner blocks. The return
|
|
142
|
+
* Gets the mapof signal paths in the block. Recurses inner blocks. The return
|
|
143
|
+
* value indicates whether the list was successfully retrieved.
|
|
136
144
|
*
|
|
137
145
|
* @method OcaBlock#GetSignalPathsRecursive
|
|
138
146
|
* @returns {Promise<Map<number, OcaSignalPath>>}
|
|
@@ -150,7 +158,9 @@ export declare class OcaBlock extends OcaWorker {
|
|
|
150
158
|
GetMostRecentParamSetIdentifier(): Promise<OcaLibVolIdentifier>;
|
|
151
159
|
|
|
152
160
|
/**
|
|
153
|
-
* Applies the referenced paramset to this block, and sets the
|
|
161
|
+
* Applies the referenced paramset to this block, and sets the
|
|
162
|
+
* MostRecentParamSet property. The return value indicates whether the
|
|
163
|
+
* paramset was successfully applied.
|
|
154
164
|
*
|
|
155
165
|
* @method OcaBlock#ApplyParamSet
|
|
156
166
|
* @returns {Promise<OcaLibVolIdentifier>}
|
|
@@ -159,7 +169,8 @@ export declare class OcaBlock extends OcaWorker {
|
|
|
159
169
|
ApplyParamSet(): Promise<OcaLibVolIdentifier>;
|
|
160
170
|
|
|
161
171
|
/**
|
|
162
|
-
* Returns a paramset library volume data block which represents the current
|
|
172
|
+
* Returns a paramset library volume data block which represents the current
|
|
173
|
+
* state of the block -- i.e. a "snapshot".
|
|
163
174
|
*
|
|
164
175
|
* @method OcaBlock#GetCurrentParamSetData
|
|
165
176
|
* @returns {Promise<OcaLibVolData_ParamSet>}
|
|
@@ -168,10 +179,12 @@ export declare class OcaBlock extends OcaWorker {
|
|
|
168
179
|
GetCurrentParamSetData(): Promise<OcaLibVolData_ParamSet>;
|
|
169
180
|
|
|
170
181
|
/**
|
|
171
|
-
* Stores a paramset library volume data block which represents the current
|
|
182
|
+
* Stores a paramset library volume data block which represents the current
|
|
183
|
+
* state of the block ("snapshot") in the given library. **Replaces** the
|
|
184
|
+
* library volume at the specified LibVolIdentifier.
|
|
172
185
|
*
|
|
173
186
|
* @method OcaBlock#StoreCurrentParamSetData
|
|
174
|
-
* @param {
|
|
187
|
+
* @param {IOcaLibVolIdentifier} LibVolIdentifier
|
|
175
188
|
*
|
|
176
189
|
* @returns {Promise<void>}
|
|
177
190
|
*/
|
|
@@ -180,7 +193,10 @@ export declare class OcaBlock extends OcaWorker {
|
|
|
180
193
|
): Promise<void>;
|
|
181
194
|
|
|
182
195
|
/**
|
|
183
|
-
* Gets the global blocktype. The return value indicates whether the type was
|
|
196
|
+
* Gets the global blocktype. The return value indicates whether the type was
|
|
197
|
+
* successfully retrieved. If this block has no global blocktype, the
|
|
198
|
+
* **Authority** field of the returned **GlobalType** parameter will be zero.
|
|
199
|
+
* **Added in version 2 of this class.**
|
|
184
200
|
*
|
|
185
201
|
* @method OcaBlock#GetGlobalType
|
|
186
202
|
* @returns {Promise<OcaGlobalTypeIdentifier>}
|
|
@@ -189,7 +205,8 @@ export declare class OcaBlock extends OcaWorker {
|
|
|
189
205
|
GetGlobalType(): Promise<OcaGlobalTypeIdentifier>;
|
|
190
206
|
|
|
191
207
|
/**
|
|
192
|
-
* Gets the block's ONo map. The return value indicates whether the map was
|
|
208
|
+
* Gets the block's ONo map. The return value indicates whether the map was
|
|
209
|
+
* successfully retrieved. **Added in version 2 of this class.**
|
|
193
210
|
*
|
|
194
211
|
* @method OcaBlock#GetONoMap
|
|
195
212
|
* @returns {Promise<Map<number, number>>}
|
|
@@ -198,84 +215,81 @@ export declare class OcaBlock extends OcaWorker {
|
|
|
198
215
|
GetONoMap(): Promise<Map<number, number>>;
|
|
199
216
|
|
|
200
217
|
/**
|
|
201
|
-
* Returns object identifications of all objects in the block that match the
|
|
218
|
+
* Returns object identifications of all objects in the block that match the
|
|
219
|
+
* given Role search string and Class ID. Return value indicates whether the
|
|
220
|
+
* method succeeded. **Added in version 2 of this class.**
|
|
202
221
|
*
|
|
203
222
|
* @method OcaBlock#FindObjectsByRole
|
|
204
223
|
* @param {string} SearchName
|
|
205
|
-
*
|
|
206
|
-
* @param {OcaStringComparisonType} NameComparisonType
|
|
207
|
-
*
|
|
224
|
+
* @param {IOcaStringComparisonType} NameComparisonType
|
|
208
225
|
* @param {string} SearchClassID
|
|
209
|
-
*
|
|
210
|
-
* @param {number} ResultFlags
|
|
226
|
+
* @param {IOcaObjectSearchResultFlags} ResultFlags
|
|
211
227
|
*
|
|
212
228
|
* @returns {Promise<OcaObjectSearchResult[]>}
|
|
213
|
-
* A promise which resolves to a single value of type
|
|
229
|
+
* A promise which resolves to a single value of type :class:`OcaObjectSearchResult[]`.
|
|
214
230
|
*/
|
|
215
231
|
FindObjectsByRole(
|
|
216
232
|
SearchName: string,
|
|
217
233
|
NameComparisonType: IOcaStringComparisonType,
|
|
218
234
|
SearchClassID: string,
|
|
219
|
-
ResultFlags:
|
|
235
|
+
ResultFlags: IOcaObjectSearchResultFlags
|
|
220
236
|
): Promise<OcaObjectSearchResult[]>;
|
|
221
237
|
|
|
222
238
|
/**
|
|
223
|
-
* Returns block member descriptors of all objects in the block and all
|
|
239
|
+
* Returns block member descriptors of all objects in the block and all
|
|
240
|
+
* contained blocks that match the given Role search string and Class ID.
|
|
241
|
+
* **Added in version 2 of this class.**
|
|
224
242
|
*
|
|
225
243
|
* @method OcaBlock#FindObjectsByRoleRecursive
|
|
226
244
|
* @param {string} SearchName
|
|
227
|
-
*
|
|
228
|
-
* @param {OcaStringComparisonType} NameComparisonType
|
|
229
|
-
*
|
|
245
|
+
* @param {IOcaStringComparisonType} NameComparisonType
|
|
230
246
|
* @param {string} SearchClassID
|
|
231
|
-
*
|
|
232
|
-
* @param {number} ResultFlags
|
|
247
|
+
* @param {IOcaObjectSearchResultFlags} ResultFlags
|
|
233
248
|
*
|
|
234
249
|
* @returns {Promise<OcaObjectSearchResult[]>}
|
|
235
|
-
* A promise which resolves to a single value of type
|
|
250
|
+
* A promise which resolves to a single value of type :class:`OcaObjectSearchResult[]`.
|
|
236
251
|
*/
|
|
237
252
|
FindObjectsByRoleRecursive(
|
|
238
253
|
SearchName: string,
|
|
239
254
|
NameComparisonType: IOcaStringComparisonType,
|
|
240
255
|
SearchClassID: string,
|
|
241
|
-
ResultFlags:
|
|
256
|
+
ResultFlags: IOcaObjectSearchResultFlags
|
|
242
257
|
): Promise<OcaObjectSearchResult[]>;
|
|
243
258
|
|
|
244
259
|
/**
|
|
245
|
-
* Returns object identifications of all objects with the given name path.
|
|
260
|
+
* Returns object identifications of all objects with the given name path.
|
|
261
|
+
* **Added in version 2 of this class.**
|
|
246
262
|
*
|
|
247
263
|
* @method OcaBlock#FindObjectsByPath
|
|
248
264
|
* @param {string[]} SearchPath
|
|
249
|
-
*
|
|
250
|
-
* @param {number} ResultFlags
|
|
265
|
+
* @param {IOcaObjectSearchResultFlags} ResultFlags
|
|
251
266
|
*
|
|
252
267
|
* @returns {Promise<OcaObjectSearchResult[]>}
|
|
253
|
-
* A promise which resolves to a single value of type
|
|
268
|
+
* A promise which resolves to a single value of type :class:`OcaObjectSearchResult[]`.
|
|
254
269
|
*/
|
|
255
270
|
FindObjectsByPath(
|
|
256
271
|
SearchPath: string[],
|
|
257
|
-
ResultFlags:
|
|
272
|
+
ResultFlags: IOcaObjectSearchResultFlags
|
|
258
273
|
): Promise<OcaObjectSearchResult[]>;
|
|
259
274
|
|
|
260
275
|
/**
|
|
261
|
-
* Returns block member descriptors of all objects in the block and all
|
|
276
|
+
* Returns block member descriptors of all objects in the block and all
|
|
277
|
+
* contained blocks that match the given Label search string and Class ID.
|
|
278
|
+
* **Added in version 2 of this class.**
|
|
262
279
|
*
|
|
263
280
|
* @method OcaBlock#FindObjectsByLabelRecursive
|
|
264
281
|
* @param {string} SearchName
|
|
265
|
-
*
|
|
266
|
-
* @param {OcaStringComparisonType} NameComparisonType
|
|
267
|
-
*
|
|
282
|
+
* @param {IOcaStringComparisonType} NameComparisonType
|
|
268
283
|
* @param {string} SearchClassID
|
|
269
|
-
*
|
|
270
|
-
* @param {number} ResultFlags
|
|
284
|
+
* @param {IOcaObjectSearchResultFlags} ResultFlags
|
|
271
285
|
*
|
|
272
286
|
* @returns {Promise<OcaObjectSearchResult[]>}
|
|
273
|
-
* A promise which resolves to a single value of type
|
|
287
|
+
* A promise which resolves to a single value of type :class:`OcaObjectSearchResult[]`.
|
|
274
288
|
*/
|
|
275
289
|
FindObjectsByLabelRecursive(
|
|
276
290
|
SearchName: string,
|
|
277
291
|
NameComparisonType: IOcaStringComparisonType,
|
|
278
292
|
SearchClassID: string,
|
|
279
|
-
ResultFlags:
|
|
293
|
+
ResultFlags: IOcaObjectSearchResultFlags
|
|
280
294
|
): Promise<OcaObjectSearchResult[]>;
|
|
281
295
|
}
|