spacedatastandards.org 1.73.0__py3-none-any.whl
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.
- ACL/ACL.py +364 -0
- ACL/DataCoverage.py +5 -0
- ACL/PricingTier.py +5 -0
- ACL/STF.py +5 -0
- ACL/SpatialCoverage.py +5 -0
- ACL/TemporalCoverage.py +5 -0
- ACL/__init__.py +0 -0
- ACL/accessType.py +5 -0
- ACL/paymentMethod.py +5 -0
- ACM/ACM.py +171 -0
- ACM/__init__.py +0 -0
- ACR/ACR.py +517 -0
- ACR/AircraftType.py +17 -0
- ACR/EngineType.py +13 -0
- ACR/FlightPhase.py +15 -0
- ACR/GearState.py +10 -0
- ACR/__init__.py +0 -0
- AEM/AEM.py +194 -0
- AEM/AEMSegment.py +347 -0
- AEM/__init__.py +0 -0
- AOF/AOF.py +390 -0
- AOF/__init__.py +0 -0
- APM/APM.py +254 -0
- APM/__init__.py +0 -0
- ARM/ARM.py +329 -0
- ARM/AmmoType.py +23 -0
- ARM/ArmorMaterial.py +20 -0
- ARM/PenResult.py +11 -0
- ARM/__init__.py +0 -0
- AST/AST.py +371 -0
- AST/ForceModel.py +17 -0
- AST/OrbitalRegime.py +16 -0
- AST/PropagatorMethod.py +16 -0
- AST/ReferenceFrame.py +15 -0
- AST/TimeReference.py +12 -0
- AST/__init__.py +0 -0
- ATD/ATD.py +681 -0
- ATD/__init__.py +0 -0
- ATM/ATM.py +110 -0
- ATM/AtmosphericModelFamily.py +75 -0
- ATM/__init__.py +0 -0
- BAL/BAL.py +222 -0
- BAL/BallisticModel.py +9 -0
- BAL/DragModel.py +16 -0
- BAL/PenetrationModel.py +10 -0
- BAL/ProjectileType.py +21 -0
- BAL/StabilizationType.py +8 -0
- BAL/__init__.py +0 -0
- BEM/BEM.py +184 -0
- BEM/__init__.py +0 -0
- BMC/BMC.py +273 -0
- BMC/__init__.py +0 -0
- BOV/BOV.py +207 -0
- BOV/__init__.py +0 -0
- CAT/Band.py +5 -0
- CAT/CAT.py +533 -0
- CAT/DataMode.py +5 -0
- CAT/DeviceType.py +5 -0
- CAT/FrequencyRange.py +5 -0
- CAT/IDM.py +5 -0
- CAT/LCC.py +5 -0
- CAT/PLD.py +5 -0
- CAT/PolarizationType.py +5 -0
- CAT/SimplePolarization.py +5 -0
- CAT/StokesParameters.py +5 -0
- CAT/__init__.py +0 -0
- CAT/dataStatusCode.py +13 -0
- CAT/legacyCountryCode.py +5 -0
- CAT/massType.py +7 -0
- CAT/objectType.py +13 -0
- CAT/opsStatusCode.py +21 -0
- CAT/orbitType.py +15 -0
- CDM/Address.py +5 -0
- CDM/Band.py +5 -0
- CDM/CAT.py +5 -0
- CDM/CDM.py +646 -0
- CDM/CDMObject.py +808 -0
- CDM/CelestialFrame.py +5 -0
- CDM/CelestialFrameWrapper.py +5 -0
- CDM/CryptoKey.py +5 -0
- CDM/CustomFrame.py +5 -0
- CDM/CustomFrameWrapper.py +5 -0
- CDM/DataMode.py +5 -0
- CDM/DeviceType.py +5 -0
- CDM/EPM.py +5 -0
- CDM/FrequencyRange.py +5 -0
- CDM/IDM.py +5 -0
- CDM/KeyType.py +5 -0
- CDM/LCC.py +5 -0
- CDM/OrbitFrame.py +5 -0
- CDM/OrbitFrameWrapper.py +5 -0
- CDM/PLD.py +5 -0
- CDM/PNM.py +5 -0
- CDM/PolarizationType.py +5 -0
- CDM/RFM.py +5 -0
- CDM/RFMUnion.py +5 -0
- CDM/SimplePolarization.py +5 -0
- CDM/SpacecraftFrame.py +5 -0
- CDM/SpacecraftFrameWrapper.py +5 -0
- CDM/StokesParameters.py +5 -0
- CDM/__init__.py +0 -0
- CDM/covarianceMethod.py +7 -0
- CDM/dataStatusCode.py +5 -0
- CDM/legacyCountryCode.py +5 -0
- CDM/massType.py +5 -0
- CDM/objectType.py +5 -0
- CDM/opsStatusCode.py +5 -0
- CDM/orbitType.py +5 -0
- CDM/screeningVolumeShape.py +7 -0
- CFP/CFP.py +382 -0
- CFP/__init__.py +0 -0
- CFP/pduType.py +7 -0
- CFP/transmissionMode.py +7 -0
- CHN/CHN.py +323 -0
- CHN/__init__.py +0 -0
- CLT/CLT.py +246 -0
- CLT/__init__.py +0 -0
- CLT/cltuPduType.py +16 -0
- CMS/CMS.py +222 -0
- CMS/__init__.py +0 -0
- COM/AntennaPattern.py +17 -0
- COM/BandType.py +18 -0
- COM/COM.py +386 -0
- COM/DataLinkType.py +20 -0
- COM/ModulationType.py +20 -0
- COM/PropagationModel.py +18 -0
- COM/__init__.py +0 -0
- CRD/CRD.py +265 -0
- CRD/CoordFrame.py +18 -0
- CRD/Ellipsoid.py +11 -0
- CRD/__init__.py +0 -0
- CRM/CRM.py +1495 -0
- CRM/__init__.py +0 -0
- CSM/Band.py +5 -0
- CSM/CAT.py +5 -0
- CSM/CSM.py +250 -0
- CSM/DataMode.py +5 -0
- CSM/DeviceType.py +5 -0
- CSM/FrequencyRange.py +5 -0
- CSM/IDM.py +5 -0
- CSM/LCC.py +5 -0
- CSM/PLD.py +5 -0
- CSM/PolarizationType.py +5 -0
- CSM/SimplePolarization.py +5 -0
- CSM/StokesParameters.py +5 -0
- CSM/__init__.py +0 -0
- CSM/dataStatusCode.py +5 -0
- CSM/legacyCountryCode.py +5 -0
- CSM/massType.py +5 -0
- CSM/objectType.py +5 -0
- CSM/opsStatusCode.py +5 -0
- CSM/orbitType.py +5 -0
- CTR/CTR.py +236 -0
- CTR/__init__.py +0 -0
- DFH/DFH.py +130 -0
- DFH/__init__.py +0 -0
- DMG/CrewRole.py +14 -0
- DMG/CrewState.py +10 -0
- DMG/DMG.py +377 -0
- DMG/DestructionCause.py +11 -0
- DMG/ModuleState.py +10 -0
- DMG/ModuleType.py +39 -0
- DMG/__init__.py +0 -0
- DOA/DOA.py +710 -0
- DOA/__init__.py +0 -0
- EME/EME.py +376 -0
- EME/__init__.py +0 -0
- ENC/ENC.py +437 -0
- ENC/KDF.py +7 -0
- ENC/KeyExchange.py +10 -0
- ENC/SymmetricAlgo.py +7 -0
- ENC/__init__.py +0 -0
- ENV/AtmosphereModel.py +10 -0
- ENV/ENV.py +319 -0
- ENV/TerrainType.py +17 -0
- ENV/WeatherCondition.py +21 -0
- ENV/__init__.py +0 -0
- EOO/Band.py +5 -0
- EOO/CelestialFrame.py +5 -0
- EOO/CelestialFrameWrapper.py +5 -0
- EOO/CollectMethod.py +10 -0
- EOO/CustomFrame.py +5 -0
- EOO/CustomFrameWrapper.py +5 -0
- EOO/DataMode.py +5 -0
- EOO/DeviceType.py +5 -0
- EOO/EOO.py +2451 -0
- EOO/FrequencyRange.py +5 -0
- EOO/IDM.py +5 -0
- EOO/ObservationPosition.py +10 -0
- EOO/OrbitFrame.py +5 -0
- EOO/OrbitFrameWrapper.py +5 -0
- EOO/PolarizationType.py +5 -0
- EOO/RFM.py +5 -0
- EOO/RFMUnion.py +5 -0
- EOO/SimplePolarization.py +5 -0
- EOO/SpacecraftFrame.py +5 -0
- EOO/SpacecraftFrameWrapper.py +5 -0
- EOO/StokesParameters.py +5 -0
- EOO/__init__.py +0 -0
- EOP/DataType.py +7 -0
- EOP/EOP.py +249 -0
- EOP/__init__.py +0 -0
- EPM/Address.py +196 -0
- EPM/CryptoKey.py +213 -0
- EPM/EPM.py +480 -0
- EPM/KeyType.py +7 -0
- EPM/__init__.py +0 -0
- EWR/CountermeasureStatus.py +11 -0
- EWR/ESMFunction.py +12 -0
- EWR/EWR.py +352 -0
- EWR/JammingType.py +19 -0
- EWR/ThreatCategory.py +20 -0
- EWR/WaveformType.py +15 -0
- EWR/__init__.py +0 -0
- FCS/FCS.py +303 -0
- FCS/FCSMode.py +13 -0
- FCS/LeadMethod.py +10 -0
- FCS/RangefinderType.py +10 -0
- FCS/__init__.py +0 -0
- GDI/GDI.py +507 -0
- GDI/__init__.py +0 -0
- GEO/GEO.py +372 -0
- GEO/__init__.py +0 -0
- GNO/GNO.py +225 -0
- GNO/__init__.py +0 -0
- GRV/CentralBody.py +14 -0
- GRV/GRV.py +252 -0
- GRV/GravityModelName.py +14 -0
- GRV/GravityModelType.py +11 -0
- GRV/__init__.py +0 -0
- GVH/DriveType.py +10 -0
- GVH/GVH.py +542 -0
- GVH/GVHEngineType.py +11 -0
- GVH/VehicleType.py +21 -0
- GVH/__init__.py +0 -0
- HEL/HEL.py +386 -0
- HEL/RotorFlags.py +12 -0
- HEL/RotorType.py +11 -0
- HEL/__init__.py +0 -0
- HYP/HYP.py +486 -0
- HYP/Score.py +145 -0
- HYP/ScoreType.py +6 -0
- HYP/__init__.py +0 -0
- IDM/Band.py +126 -0
- IDM/DataMode.py +14 -0
- IDM/DeviceType.py +96 -0
- IDM/FrequencyRange.py +110 -0
- IDM/IDM.py +663 -0
- IDM/PolarizationType.py +10 -0
- IDM/SimplePolarization.py +10 -0
- IDM/StokesParameters.py +144 -0
- IDM/__init__.py +0 -0
- IRO/IRO.py +171 -0
- IRO/__init__.py +0 -0
- LCC/LCC.py +92 -0
- LCC/__init__.py +0 -0
- LCC/legacyCountryCode.py +257 -0
- LDM/Address.py +5 -0
- LDM/BOV.py +5 -0
- LDM/Band.py +5 -0
- LDM/CAT.py +5 -0
- LDM/CryptoKey.py +5 -0
- LDM/DataMode.py +5 -0
- LDM/DeviceType.py +5 -0
- LDM/ENGINE.py +5 -0
- LDM/ENGINE_TYPE.py +5 -0
- LDM/EPM.py +5 -0
- LDM/FrequencyRange.py +5 -0
- LDM/Geometry.py +5 -0
- LDM/IDM.py +5 -0
- LDM/KeyType.py +5 -0
- LDM/LCC.py +5 -0
- LDM/LDM.py +985 -0
- LDM/PLD.py +5 -0
- LDM/PolarizationType.py +5 -0
- LDM/ROC.py +5 -0
- LDM/SIT.py +5 -0
- LDM/STAGE.py +5 -0
- LDM/SUSTAINER.py +5 -0
- LDM/SimplePolarization.py +5 -0
- LDM/SiteType.py +5 -0
- LDM/StokesParameters.py +5 -0
- LDM/__init__.py +0 -0
- LDM/dataStatusCode.py +5 -0
- LDM/legacyCountryCode.py +5 -0
- LDM/massType.py +5 -0
- LDM/objectType.py +5 -0
- LDM/opsStatusCode.py +5 -0
- LDM/orbitType.py +5 -0
- LKS/LKS.py +508 -0
- LKS/__init__.py +0 -0
- LND/LND.py +417 -0
- LND/__init__.py +0 -0
- LNE/LNE.py +320 -0
- LNE/__init__.py +0 -0
- MET/MET.py +92 -0
- MET/__init__.py +0 -0
- MET/meanElementTheory.py +13 -0
- MFE/MFE.py +392 -0
- MFE/__init__.py +0 -0
- MNF/MNF.py +162 -0
- MNF/__init__.py +0 -0
- MNV/MNV.py +1800 -0
- MNV/__init__.py +0 -0
- MPE/MET.py +5 -0
- MPE/MPE.py +249 -0
- MPE/__init__.py +0 -0
- MPE/meanElementTheory.py +5 -0
- MSL/GuidanceLaw.py +16 -0
- MSL/MSL.py +642 -0
- MSL/MissilePhase.py +14 -0
- MSL/MissileType.py +20 -0
- MSL/SeekerStatus.py +12 -0
- MSL/SeekerType.py +18 -0
- MSL/__init__.py +0 -0
- MST/MST.py +1186 -0
- MST/__init__.py +0 -0
- MTI/MTI.py +536 -0
- MTI/__init__.py +0 -0
- NAV/DCState.py +12 -0
- NAV/NAV.py +687 -0
- NAV/PropulsionType.py +14 -0
- NAV/VesselType.py +21 -0
- NAV/__init__.py +0 -0
- OBD/OBD.py +862 -0
- OBD/__init__.py +0 -0
- OBT/OBT.py +791 -0
- OBT/__init__.py +0 -0
- OCM/ATM.py +5 -0
- OCM/AtmosphericModelFamily.py +5 -0
- OCM/Header.py +227 -0
- OCM/Maneuver.py +420 -0
- OCM/Metadata.py +1133 -0
- OCM/OCM.py +502 -0
- OCM/OrbitDetermination.py +469 -0
- OCM/Perturbations.py +503 -0
- OCM/PhysicalProperties.py +473 -0
- OCM/StateVector.py +248 -0
- OCM/UserDefinedParameters.py +115 -0
- OCM/__init__.py +0 -0
- OEM/Band.py +5 -0
- OEM/CAT.py +5 -0
- OEM/CelestialFrame.py +5 -0
- OEM/CelestialFrameWrapper.py +5 -0
- OEM/CustomFrame.py +5 -0
- OEM/CustomFrameWrapper.py +5 -0
- OEM/DataMode.py +5 -0
- OEM/DeviceType.py +5 -0
- OEM/FrequencyRange.py +5 -0
- OEM/IDM.py +5 -0
- OEM/LCC.py +5 -0
- OEM/OEM.py +216 -0
- OEM/OrbitFrame.py +5 -0
- OEM/OrbitFrameWrapper.py +5 -0
- OEM/PLD.py +5 -0
- OEM/PolarizationType.py +5 -0
- OEM/RFM.py +5 -0
- OEM/RFMUnion.py +5 -0
- OEM/SimplePolarization.py +5 -0
- OEM/SpacecraftFrame.py +5 -0
- OEM/SpacecraftFrameWrapper.py +5 -0
- OEM/StokesParameters.py +5 -0
- OEM/TIM.py +5 -0
- OEM/__init__.py +0 -0
- OEM/covarianceMatrixLine.py +453 -0
- OEM/dataStatusCode.py +5 -0
- OEM/ephemerisDataBlock.py +571 -0
- OEM/ephemerisDataLine.py +251 -0
- OEM/legacyCountryCode.py +5 -0
- OEM/massType.py +5 -0
- OEM/objectType.py +5 -0
- OEM/opsStatusCode.py +5 -0
- OEM/orbitType.py +5 -0
- OEM/timeSystem.py +5 -0
- OMM/CelestialFrame.py +5 -0
- OMM/CelestialFrameWrapper.py +5 -0
- OMM/CustomFrame.py +5 -0
- OMM/CustomFrameWrapper.py +5 -0
- OMM/MET.py +5 -0
- OMM/OMM.py +860 -0
- OMM/OrbitFrame.py +5 -0
- OMM/OrbitFrameWrapper.py +5 -0
- OMM/RFM.py +5 -0
- OMM/RFMUnion.py +5 -0
- OMM/SpacecraftFrame.py +5 -0
- OMM/SpacecraftFrameWrapper.py +5 -0
- OMM/TIM.py +5 -0
- OMM/__init__.py +0 -0
- OMM/ephemerisType.py +15 -0
- OMM/meanElementTheory.py +5 -0
- OMM/timeSystem.py +5 -0
- OOD/OOD.py +856 -0
- OOD/__init__.py +0 -0
- OOE/OOE.py +933 -0
- OOE/__init__.py +0 -0
- OOI/OOI.py +848 -0
- OOI/__init__.py +0 -0
- OOL/OOL.py +184 -0
- OOL/__init__.py +0 -0
- OON/OON.py +603 -0
- OON/__init__.py +0 -0
- OPM/OPM.py +551 -0
- OPM/__init__.py +0 -0
- OSM/OSM.py +187 -0
- OSM/__init__.py +0 -0
- PCF/IntegratorType.py +13 -0
- PCF/PCF.py +345 -0
- PCF/__init__.py +0 -0
- PHY/CollisionShape.py +13 -0
- PHY/ForceType.py +16 -0
- PHY/IntegrationMethod.py +15 -0
- PHY/MaterialType.py +16 -0
- PHY/PHY.py +342 -0
- PHY/__init__.py +0 -0
- PLD/Band.py +5 -0
- PLD/DataMode.py +5 -0
- PLD/DeviceType.py +5 -0
- PLD/FrequencyRange.py +5 -0
- PLD/IDM.py +5 -0
- PLD/PLD.py +245 -0
- PLD/PolarizationType.py +5 -0
- PLD/SimplePolarization.py +5 -0
- PLD/StokesParameters.py +5 -0
- PLD/__init__.py +0 -0
- PLG/EntryFunction.py +188 -0
- PLG/PLG.py +768 -0
- PLG/PluginCapability.py +133 -0
- PLG/PluginDependency.py +136 -0
- PLG/__init__.py +0 -0
- PLG/pluginType.py +24 -0
- PLK/PLK.py +578 -0
- PLK/__init__.py +0 -0
- PLK/licenseType.py +18 -0
- PNM/PNM.py +270 -0
- PNM/__init__.py +0 -0
- PRG/PRG.py +226 -0
- PRG/USR.py +145 -0
- PRG/__init__.py +0 -0
- PUR/DataCoverage.py +5 -0
- PUR/PUR.py +407 -0
- PUR/PricingTier.py +5 -0
- PUR/STF.py +5 -0
- PUR/SpatialCoverage.py +5 -0
- PUR/TemporalCoverage.py +5 -0
- PUR/__init__.py +0 -0
- PUR/accessType.py +5 -0
- PUR/paymentMethod.py +5 -0
- RAF/RAF.py +263 -0
- RAF/__init__.py +0 -0
- RAF/rafPduType.py +16 -0
- RCF/RCF.py +280 -0
- RCF/__init__.py +0 -0
- RCF/rcfPduType.py +16 -0
- RDM/RDM.py +222 -0
- RDM/__init__.py +0 -0
- RDO/RDO.py +985 -0
- RDO/__init__.py +0 -0
- REC/ACL.py +5 -0
- REC/ACM.py +5 -0
- REC/ACR.py +5 -0
- REC/AEM.py +5 -0
- REC/AEMSegment.py +5 -0
- REC/AOF.py +5 -0
- REC/APM.py +5 -0
- REC/ARM.py +5 -0
- REC/AST.py +5 -0
- REC/ATD.py +5 -0
- REC/ATM.py +5 -0
- REC/AbsoluteTimeParameterType.py +5 -0
- REC/Address.py +5 -0
- REC/AggregateArgumentType.py +5 -0
- REC/AggregateMember.py +5 -0
- REC/AggregateParameterType.py +5 -0
- REC/AircraftType.py +5 -0
- REC/AlarmRange.py +5 -0
- REC/AlarmSeverityType.py +5 -0
- REC/AlgorithmInput.py +5 -0
- REC/AlgorithmOutput.py +5 -0
- REC/AlgorithmSet.py +5 -0
- REC/AlgorithmTrigger.py +5 -0
- REC/AmmoType.py +5 -0
- REC/AntennaPattern.py +5 -0
- REC/Argument.py +5 -0
- REC/ArgumentAssignment.py +5 -0
- REC/ArgumentRefEntry.py +5 -0
- REC/ArgumentTypeSet.py +5 -0
- REC/ArmorMaterial.py +5 -0
- REC/ArrayDimension.py +5 -0
- REC/ArrayParameterRefEntry.py +5 -0
- REC/ArrayParameterType.py +5 -0
- REC/AssociationMethod.py +5 -0
- REC/AtmosphereModel.py +5 -0
- REC/AtmosphericModelFamily.py +5 -0
- REC/BAL.py +5 -0
- REC/BEM.py +5 -0
- REC/BMC.py +5 -0
- REC/BOV.py +5 -0
- REC/BallisticModel.py +5 -0
- REC/Band.py +5 -0
- REC/BandType.py +5 -0
- REC/BaseContainer.py +5 -0
- REC/BaseMetaCommand.py +5 -0
- REC/BinaryArgumentType.py +5 -0
- REC/BinaryDataEncoding.py +5 -0
- REC/BinaryParameterType.py +5 -0
- REC/BooleanArgumentType.py +5 -0
- REC/BooleanExpression.py +5 -0
- REC/BooleanOperatorType.py +5 -0
- REC/BooleanParameterType.py +5 -0
- REC/BottomType.py +5 -0
- REC/ByteOrderType.py +5 -0
- REC/CAT.py +5 -0
- REC/CDM.py +5 -0
- REC/CDMObject.py +5 -0
- REC/CFP.py +5 -0
- REC/CHN.py +5 -0
- REC/CLT.py +5 -0
- REC/CMS.py +5 -0
- REC/COM.py +5 -0
- REC/CRD.py +5 -0
- REC/CRM.py +5 -0
- REC/CSM.py +5 -0
- REC/CTR.py +5 -0
- REC/CelestialFrame.py +5 -0
- REC/CelestialFrameWrapper.py +5 -0
- REC/CentralBody.py +5 -0
- REC/ClockType.py +5 -0
- REC/CollectMethod.py +5 -0
- REC/CollisionShape.py +5 -0
- REC/CommandContainer.py +5 -0
- REC/CommandContainerEntry.py +5 -0
- REC/CommandMetaData.py +5 -0
- REC/CommandSignificance.py +5 -0
- REC/CommandVerifier.py +5 -0
- REC/ComparisonOperator.py +5 -0
- REC/ContainerBinaryEncoding.py +5 -0
- REC/ContainerEntry.py +5 -0
- REC/ContainerRefEntry.py +5 -0
- REC/ContainerSet.py +5 -0
- REC/ContextAlarm.py +5 -0
- REC/ContextCalibrator.py +5 -0
- REC/CoordFrame.py +5 -0
- REC/CountermeasureStatus.py +5 -0
- REC/CrewRole.py +5 -0
- REC/CrewState.py +5 -0
- REC/CryptoKey.py +5 -0
- REC/CustomAlgorithm.py +5 -0
- REC/CustomFrame.py +5 -0
- REC/CustomFrameWrapper.py +5 -0
- REC/CustomStream.py +5 -0
- REC/DCState.py +5 -0
- REC/DFH.py +5 -0
- REC/DMG.py +5 -0
- REC/DOA.py +5 -0
- REC/DataCoverage.py +5 -0
- REC/DataLinkType.py +5 -0
- REC/DataMode.py +5 -0
- REC/DataSourceType.py +5 -0
- REC/DataType.py +5 -0
- REC/DateFormat.py +5 -0
- REC/DefaultAlarm.py +5 -0
- REC/DestructionCause.py +5 -0
- REC/DeviceType.py +5 -0
- REC/DragModel.py +5 -0
- REC/DriveType.py +5 -0
- REC/EME.py +5 -0
- REC/ENC.py +5 -0
- REC/ENGINE.py +5 -0
- REC/ENGINE_TYPE.py +5 -0
- REC/ENV.py +5 -0
- REC/EOO.py +5 -0
- REC/EOP.py +5 -0
- REC/EPM.py +5 -0
- REC/ESMFunction.py +5 -0
- REC/EWR.py +5 -0
- REC/Ellipsoid.py +5 -0
- REC/EngineType.py +5 -0
- REC/EntryFunction.py +5 -0
- REC/EnumeratedArgumentType.py +5 -0
- REC/EnumeratedParameterType.py +5 -0
- REC/EnumerationAlarm.py +5 -0
- REC/EnumerationValue.py +5 -0
- REC/EpochType.py +5 -0
- REC/ErrorDetectionType.py +5 -0
- REC/F107DataType.py +5 -0
- REC/FCS.py +5 -0
- REC/FCSMode.py +5 -0
- REC/FilterType.py +5 -0
- REC/FixedFrameStream.py +5 -0
- REC/FixedValueEntry.py +5 -0
- REC/FlightPhase.py +5 -0
- REC/FloatArgumentType.py +5 -0
- REC/FloatDataEncoding.py +5 -0
- REC/FloatEncodingType.py +5 -0
- REC/FloatParameterType.py +5 -0
- REC/FluxQualifier.py +5 -0
- REC/ForceModel.py +5 -0
- REC/ForceType.py +5 -0
- REC/FrequencyRange.py +5 -0
- REC/FusionMethod.py +5 -0
- REC/FuzeType.py +5 -0
- REC/GDI.py +5 -0
- REC/GEO.py +5 -0
- REC/GNO.py +5 -0
- REC/GRV.py +5 -0
- REC/GVH.py +5 -0
- REC/GVHEngineType.py +5 -0
- REC/GearState.py +5 -0
- REC/Geometry.py +5 -0
- REC/GravityModelName.py +5 -0
- REC/GravityModelType.py +5 -0
- REC/GuidanceLaw.py +5 -0
- REC/HEL.py +5 -0
- REC/HYP.py +5 -0
- REC/Header.py +5 -0
- REC/IDM.py +5 -0
- REC/IRO.py +5 -0
- REC/IntegerArgumentType.py +5 -0
- REC/IntegerDataEncoding.py +5 -0
- REC/IntegerEncodingType.py +5 -0
- REC/IntegerParameterType.py +5 -0
- REC/IntegrationMethod.py +5 -0
- REC/IntegratorType.py +5 -0
- REC/Interlock.py +5 -0
- REC/JammingType.py +5 -0
- REC/KDF.py +5 -0
- REC/KeyExchange.py +5 -0
- REC/KeyType.py +5 -0
- REC/LCC.py +5 -0
- REC/LDM.py +5 -0
- REC/LKS.py +5 -0
- REC/LND.py +5 -0
- REC/LNE.py +5 -0
- REC/LandCoverType.py +5 -0
- REC/LeadMethod.py +5 -0
- REC/LocationInContainer.py +5 -0
- REC/MET.py +5 -0
- REC/MFE.py +5 -0
- REC/MNF.py +5 -0
- REC/MNV.py +5 -0
- REC/MPE.py +5 -0
- REC/MSL.py +5 -0
- REC/MST.py +5 -0
- REC/MTI.py +5 -0
- REC/Maneuver.py +5 -0
- REC/MatchCriteria.py +5 -0
- REC/MaterialType.py +5 -0
- REC/MathAlgorithm.py +5 -0
- REC/MathOperation.py +5 -0
- REC/MeasurementType.py +5 -0
- REC/MetaCommand.py +5 -0
- REC/MetaCommandSet.py +5 -0
- REC/Metadata.py +5 -0
- REC/MissilePhase.py +5 -0
- REC/MissileType.py +5 -0
- REC/ModulationType.py +5 -0
- REC/ModuleState.py +5 -0
- REC/ModuleType.py +5 -0
- REC/MotionModel.py +5 -0
- REC/NAV.py +5 -0
- REC/NoiseSource.py +5 -0
- REC/OBD.py +5 -0
- REC/OBT.py +5 -0
- REC/OCM.py +5 -0
- REC/OEM.py +5 -0
- REC/OMM.py +5 -0
- REC/OOD.py +5 -0
- REC/OOE.py +5 -0
- REC/OOI.py +5 -0
- REC/OOL.py +5 -0
- REC/OON.py +5 -0
- REC/OPM.py +5 -0
- REC/OSM.py +5 -0
- REC/ObservationPosition.py +5 -0
- REC/OrbitDetermination.py +5 -0
- REC/OrbitFrame.py +5 -0
- REC/OrbitFrameWrapper.py +5 -0
- REC/OrbitalRegime.py +5 -0
- REC/PCF.py +5 -0
- REC/PHY.py +5 -0
- REC/PLD.py +5 -0
- REC/PLG.py +5 -0
- REC/PLK.py +5 -0
- REC/PNM.py +5 -0
- REC/PRG.py +5 -0
- REC/PUR.py +5 -0
- REC/Parameter.py +5 -0
- REC/ParameterComparison.py +5 -0
- REC/ParameterProperties.py +5 -0
- REC/ParameterRefEntry.py +5 -0
- REC/ParameterSet.py +5 -0
- REC/ParameterTypeSet.py +5 -0
- REC/PenResult.py +5 -0
- REC/PenetrationModel.py +5 -0
- REC/Perturbations.py +5 -0
- REC/PhysicalProperties.py +5 -0
- REC/PluginCapability.py +5 -0
- REC/PluginDependency.py +5 -0
- REC/PolarizationType.py +5 -0
- REC/PolynomialCalibrator.py +5 -0
- REC/PricingTier.py +5 -0
- REC/ProjectilePhase.py +5 -0
- REC/ProjectileType.py +5 -0
- REC/PropagationModel.py +5 -0
- REC/PropagatorMethod.py +5 -0
- REC/PropulsionType.py +5 -0
- REC/RAF.py +5 -0
- REC/RCF.py +5 -0
- REC/RDM.py +5 -0
- REC/RDO.py +5 -0
- REC/REC.py +158 -0
- REC/REV.py +5 -0
- REC/RFB.py +5 -0
- REC/RFE.py +5 -0
- REC/RFM.py +5 -0
- REC/RFMUnion.py +5 -0
- REC/RFO.py +5 -0
- REC/ROC.py +5 -0
- REC/RangefinderType.py +5 -0
- REC/RateBasisType.py +5 -0
- REC/RateInStream.py +5 -0
- REC/Record.py +258 -0
- REC/RecordType.py +484 -0
- REC/ReferenceFrame.py +5 -0
- REC/ReferenceLocationType.py +5 -0
- REC/RelativeTimeParameterType.py +5 -0
- REC/RepeatEntry.py +5 -0
- REC/RotorFlags.py +5 -0
- REC/RotorType.py +5 -0
- REC/SAR.py +5 -0
- REC/SCHEMA_STANDARD.py +5 -0
- REC/SCM.py +5 -0
- REC/SDL.py +5 -0
- REC/SEO.py +5 -0
- REC/SEV.py +5 -0
- REC/SIT.py +5 -0
- REC/SKI.py +5 -0
- REC/SNR.py +5 -0
- REC/SOI.py +5 -0
- REC/SON.py +5 -0
- REC/SONPropagationModel.py +5 -0
- REC/SPP.py +5 -0
- REC/SPW.py +5 -0
- REC/SPWCOLLECTION.py +5 -0
- REC/STAGE.py +5 -0
- REC/STF.py +5 -0
- REC/STR.py +5 -0
- REC/STV.py +5 -0
- REC/STVReferenceFrame.py +5 -0
- REC/SUSTAINER.py +5 -0
- REC/SWR.py +5 -0
- REC/Score.py +5 -0
- REC/ScoreType.py +5 -0
- REC/SeaState.py +5 -0
- REC/SeekerStatus.py +5 -0
- REC/SeekerType.py +5 -0
- REC/SensorMode.py +5 -0
- REC/SensorType.py +5 -0
- REC/SequenceContainer.py +5 -0
- REC/Service.py +5 -0
- REC/ServiceSet.py +5 -0
- REC/SimplePolarization.py +5 -0
- REC/SiteType.py +5 -0
- REC/SonarType.py +5 -0
- REC/SpacecraftFrame.py +5 -0
- REC/SpacecraftFrameWrapper.py +5 -0
- REC/SpatialCoverage.py +5 -0
- REC/SplineCalibrator.py +5 -0
- REC/SplinePoint.py +5 -0
- REC/StabilizationType.py +5 -0
- REC/StateVector.py +5 -0
- REC/StaticAlarmRanges.py +5 -0
- REC/StokesParameters.py +5 -0
- REC/StreamSet.py +5 -0
- REC/StringArgumentType.py +5 -0
- REC/StringDataEncoding.py +5 -0
- REC/StringEncodingType.py +5 -0
- REC/StringParameterType.py +5 -0
- REC/StringSizeType.py +5 -0
- REC/SymmetricAlgo.py +5 -0
- REC/TCF.py +5 -0
- REC/TDM.py +5 -0
- REC/TIM.py +5 -0
- REC/TKG.py +5 -0
- REC/TME.py +5 -0
- REC/TMF.py +5 -0
- REC/TPN.py +5 -0
- REC/TRK.py +5 -0
- REC/TRN.py +5 -0
- REC/TargetType.py +5 -0
- REC/TelemetryMetaData.py +5 -0
- REC/TemporalCoverage.py +5 -0
- REC/TerrainDataSource.py +5 -0
- REC/TerrainInterpolation.py +5 -0
- REC/TerrainType.py +5 -0
- REC/ThreatCategory.py +5 -0
- REC/TimeReference.py +5 -0
- REC/TimeScale.py +5 -0
- REC/TimeWindowRefType.py +5 -0
- REC/TorpedoGuidanceMode.py +5 -0
- REC/TrackQuality.py +5 -0
- REC/TrackStatus.py +5 -0
- REC/USR.py +5 -0
- REC/Unit.py +5 -0
- REC/UserDefinedParameters.py +5 -0
- REC/VCM.py +5 -0
- REC/VCMAtmosphericModelData.py +5 -0
- REC/VCMStateVector.py +5 -0
- REC/VariableFrameStream.py +5 -0
- REC/VehicleType.py +5 -0
- REC/VerifierType.py +5 -0
- REC/VesselType.py +5 -0
- REC/WPN.py +5 -0
- REC/WTH.py +5 -0
- REC/WaveformType.py +5 -0
- REC/WeaponType.py +5 -0
- REC/WeatherCondition.py +5 -0
- REC/XTC.py +5 -0
- REC/XTCHeader.py +5 -0
- REC/__init__.py +0 -0
- REC/accessType.py +5 -0
- REC/anomalyType.py +5 -0
- REC/atmosphericModel.py +5 -0
- REC/cltuPduType.py +5 -0
- REC/covarianceMatrixLine.py +5 -0
- REC/covarianceMethod.py +5 -0
- REC/dataStatusCode.py +5 -0
- REC/elementType.py +5 -0
- REC/ephemerisDataBlock.py +5 -0
- REC/ephemerisDataLine.py +5 -0
- REC/ephemerisType.py +5 -0
- REC/equinoctialElements.py +5 -0
- REC/geopotentialModel.py +5 -0
- REC/keplerianElements.py +5 -0
- REC/legacyCountryCode.py +5 -0
- REC/licenseType.py +5 -0
- REC/lunarPerturbationModel.py +5 -0
- REC/massType.py +5 -0
- REC/meanElementTheory.py +5 -0
- REC/objectType.py +5 -0
- REC/opsStatusCode.py +5 -0
- REC/orbitType.py +5 -0
- REC/packetType.py +5 -0
- REC/paymentMethod.py +5 -0
- REC/pduType.py +5 -0
- REC/perturbationStatus.py +5 -0
- REC/pluginType.py +5 -0
- REC/propagatorConfig.py +5 -0
- REC/propagatorType.py +5 -0
- REC/rafPduType.py +5 -0
- REC/rcfPduType.py +5 -0
- REC/resonanceModel.py +5 -0
- REC/screeningVolumeShape.py +5 -0
- REC/solarPerturbationModel.py +5 -0
- REC/solarRadiationPressureModel.py +5 -0
- REC/timeSystem.py +5 -0
- REC/transmissionMode.py +5 -0
- REC/uvwSigmas.py +5 -0
- REC/zonalHarmonic.py +5 -0
- REV/REV.py +292 -0
- REV/__init__.py +0 -0
- RFB/RFB.py +353 -0
- RFB/__init__.py +0 -0
- RFE/RFE.py +222 -0
- RFE/__init__.py +0 -0
- RFM/CelestialFrame.py +90 -0
- RFM/CelestialFrameWrapper.py +91 -0
- RFM/CustomFrame.py +42 -0
- RFM/CustomFrameWrapper.py +91 -0
- RFM/OrbitFrame.py +55 -0
- RFM/OrbitFrameWrapper.py +91 -0
- RFM/RFM.py +158 -0
- RFM/RFMUnion.py +28 -0
- RFM/SpacecraftFrame.py +55 -0
- RFM/SpacecraftFrameWrapper.py +91 -0
- RFM/__init__.py +0 -0
- RFO/RFO.py +1361 -0
- RFO/__init__.py +0 -0
- ROC/ENGINE.py +130 -0
- ROC/ENGINE_TYPE.py +12 -0
- ROC/ROC.py +256 -0
- ROC/STAGE.py +209 -0
- ROC/SUSTAINER.py +130 -0
- ROC/__init__.py +0 -0
- SAR/SAR.py +1224 -0
- SAR/__init__.py +0 -0
- SCM/SCHEMA_STANDARD.py +168 -0
- SCM/SCM.py +158 -0
- SCM/__init__.py +0 -0
- SDL/SDL.py +322 -0
- SDL/__init__.py +0 -0
- SEO/SEO.py +829 -0
- SEO/__init__.py +0 -0
- SEV/SEV.py +254 -0
- SEV/__init__.py +0 -0
- SIT/Band.py +5 -0
- SIT/DataMode.py +5 -0
- SIT/DeviceType.py +5 -0
- SIT/FrequencyRange.py +5 -0
- SIT/Geometry.py +158 -0
- SIT/IDM.py +5 -0
- SIT/PolarizationType.py +5 -0
- SIT/SIT.py +627 -0
- SIT/SimplePolarization.py +5 -0
- SIT/SiteType.py +24 -0
- SIT/StokesParameters.py +5 -0
- SIT/__init__.py +0 -0
- SKI/SKI.py +908 -0
- SKI/__init__.py +0 -0
- SNR/SNR.py +377 -0
- SNR/SensorMode.py +13 -0
- SNR/SensorType.py +21 -0
- SNR/TrackQuality.py +11 -0
- SNR/__init__.py +0 -0
- SOI/SOI.py +1312 -0
- SOI/__init__.py +0 -0
- SON/BottomType.py +14 -0
- SON/NoiseSource.py +15 -0
- SON/SON.py +228 -0
- SON/SONPropagationModel.py +11 -0
- SON/SeaState.py +15 -0
- SON/SonarType.py +16 -0
- SON/TargetType.py +12 -0
- SON/TorpedoGuidanceMode.py +12 -0
- SON/__init__.py +0 -0
- SPP/SPP.py +257 -0
- SPP/__init__.py +0 -0
- SPP/packetType.py +7 -0
- SPW/F107DataType.py +9 -0
- SPW/FluxQualifier.py +10 -0
- SPW/SPW.py +606 -0
- SPW/SPWCOLLECTION.py +136 -0
- SPW/__init__.py +0 -0
- STF/DataCoverage.py +132 -0
- STF/PricingTier.py +219 -0
- STF/STF.py +533 -0
- STF/SpatialCoverage.py +196 -0
- STF/TemporalCoverage.py +153 -0
- STF/__init__.py +0 -0
- STF/accessType.py +14 -0
- STF/paymentMethod.py +18 -0
- STR/STR.py +709 -0
- STR/__init__.py +0 -0
- STV/STV.py +281 -0
- STV/STVReferenceFrame.py +12 -0
- STV/__init__.py +0 -0
- SWR/SWR.py +446 -0
- SWR/__init__.py +0 -0
- TCF/TCF.py +274 -0
- TCF/__init__.py +0 -0
- TDM/CelestialFrame.py +5 -0
- TDM/CelestialFrameWrapper.py +5 -0
- TDM/CustomFrame.py +5 -0
- TDM/CustomFrameWrapper.py +5 -0
- TDM/OrbitFrame.py +5 -0
- TDM/OrbitFrameWrapper.py +5 -0
- TDM/RFM.py +5 -0
- TDM/RFMUnion.py +5 -0
- TDM/SpacecraftFrame.py +5 -0
- TDM/SpacecraftFrameWrapper.py +5 -0
- TDM/TDM.py +1700 -0
- TDM/__init__.py +0 -0
- TIM/TIM.py +92 -0
- TIM/__init__.py +0 -0
- TIM/timeSystem.py +29 -0
- TKG/AssociationMethod.py +12 -0
- TKG/FilterType.py +16 -0
- TKG/FusionMethod.py +11 -0
- TKG/MeasurementType.py +18 -0
- TKG/MotionModel.py +14 -0
- TKG/TKG.py +298 -0
- TKG/TrackStatus.py +10 -0
- TKG/__init__.py +0 -0
- TME/ClockType.py +11 -0
- TME/DateFormat.py +12 -0
- TME/TME.py +308 -0
- TME/TimeScale.py +19 -0
- TME/__init__.py +0 -0
- TMF/TMF.py +400 -0
- TMF/__init__.py +0 -0
- TPN/TPN.py +308 -0
- TPN/__init__.py +0 -0
- TRK/TRK.py +1537 -0
- TRK/__init__.py +0 -0
- TRN/LandCoverType.py +22 -0
- TRN/TRN.py +201 -0
- TRN/TerrainDataSource.py +13 -0
- TRN/TerrainInterpolation.py +9 -0
- TRN/__init__.py +0 -0
- VCM/CelestialFrame.py +5 -0
- VCM/CelestialFrameWrapper.py +5 -0
- VCM/CustomFrame.py +5 -0
- VCM/CustomFrameWrapper.py +5 -0
- VCM/MET.py +5 -0
- VCM/OrbitFrame.py +5 -0
- VCM/OrbitFrameWrapper.py +5 -0
- VCM/RFM.py +5 -0
- VCM/RFMUnion.py +5 -0
- VCM/SpacecraftFrame.py +5 -0
- VCM/SpacecraftFrameWrapper.py +5 -0
- VCM/TIM.py +5 -0
- VCM/VCM.py +770 -0
- VCM/VCMAtmosphericModelData.py +200 -0
- VCM/VCMStateVector.py +187 -0
- VCM/__init__.py +0 -0
- VCM/anomalyType.py +7 -0
- VCM/atmosphericModel.py +13 -0
- VCM/elementType.py +7 -0
- VCM/equinoctialElements.py +168 -0
- VCM/geopotentialModel.py +12 -0
- VCM/keplerianElements.py +184 -0
- VCM/lunarPerturbationModel.py +10 -0
- VCM/meanElementTheory.py +5 -0
- VCM/perturbationStatus.py +8 -0
- VCM/propagatorConfig.py +250 -0
- VCM/propagatorType.py +19 -0
- VCM/resonanceModel.py +11 -0
- VCM/solarPerturbationModel.py +9 -0
- VCM/solarRadiationPressureModel.py +9 -0
- VCM/timeSystem.py +5 -0
- VCM/uvwSigmas.py +168 -0
- VCM/zonalHarmonic.py +18 -0
- WPN/FuzeType.py +13 -0
- WPN/ProjectilePhase.py +10 -0
- WPN/WPN.py +393 -0
- WPN/WeaponType.py +19 -0
- WPN/__init__.py +0 -0
- WTH/WTH.py +1041 -0
- WTH/__init__.py +0 -0
- XTC/AbsoluteTimeParameterType.py +321 -0
- XTC/AggregateArgumentType.py +198 -0
- XTC/AggregateMember.py +136 -0
- XTC/AggregateParameterType.py +198 -0
- XTC/AlarmRange.py +144 -0
- XTC/AlarmSeverityType.py +18 -0
- XTC/AlgorithmInput.py +116 -0
- XTC/AlgorithmOutput.py +116 -0
- XTC/AlgorithmSet.py +196 -0
- XTC/AlgorithmTrigger.py +133 -0
- XTC/Argument.py +176 -0
- XTC/ArgumentAssignment.py +116 -0
- XTC/ArgumentRefEntry.py +146 -0
- XTC/ArgumentTypeSet.py +486 -0
- XTC/ArrayDimension.py +113 -0
- XTC/ArrayParameterRefEntry.py +160 -0
- XTC/ArrayParameterType.py +218 -0
- XTC/BaseContainer.py +126 -0
- XTC/BaseMetaCommand.py +158 -0
- XTC/BinaryArgumentType.py +186 -0
- XTC/BinaryDataEncoding.py +127 -0
- XTC/BinaryParameterType.py +186 -0
- XTC/BooleanArgumentType.py +223 -0
- XTC/BooleanExpression.py +212 -0
- XTC/BooleanOperatorType.py +12 -0
- XTC/BooleanParameterType.py +223 -0
- XTC/ByteOrderType.py +10 -0
- XTC/CommandContainer.py +184 -0
- XTC/CommandContainerEntry.py +158 -0
- XTC/CommandMetaData.py +262 -0
- XTC/CommandSignificance.py +113 -0
- XTC/CommandVerifier.py +214 -0
- XTC/ComparisonOperator.py +30 -0
- XTC/ContainerBinaryEncoding.py +130 -0
- XTC/ContainerEntry.py +184 -0
- XTC/ContainerRefEntry.py +178 -0
- XTC/ContainerSet.py +138 -0
- XTC/ContextAlarm.py +132 -0
- XTC/ContextCalibrator.py +184 -0
- XTC/CustomAlgorithm.py +374 -0
- XTC/CustomStream.py +136 -0
- XTC/DataSourceType.py +16 -0
- XTC/DefaultAlarm.py +181 -0
- XTC/EnumeratedArgumentType.py +244 -0
- XTC/EnumeratedParameterType.py +328 -0
- XTC/EnumerationAlarm.py +113 -0
- XTC/EnumerationValue.py +150 -0
- XTC/EpochType.py +16 -0
- XTC/ErrorDetectionType.py +14 -0
- XTC/FixedFrameStream.py +153 -0
- XTC/FixedValueEntry.py +163 -0
- XTC/FloatArgumentType.py +292 -0
- XTC/FloatDataEncoding.py +209 -0
- XTC/FloatEncodingType.py +16 -0
- XTC/FloatParameterType.py +376 -0
- XTC/IntegerArgumentType.py +309 -0
- XTC/IntegerDataEncoding.py +209 -0
- XTC/IntegerEncodingType.py +18 -0
- XTC/IntegerParameterType.py +393 -0
- XTC/Interlock.py +133 -0
- XTC/LocationInContainer.py +110 -0
- XTC/MatchCriteria.py +209 -0
- XTC/MathAlgorithm.py +218 -0
- XTC/MathOperation.py +96 -0
- XTC/MetaCommand.py +434 -0
- XTC/MetaCommandSet.py +138 -0
- XTC/Parameter.py +226 -0
- XTC/ParameterComparison.py +150 -0
- XTC/ParameterProperties.py +160 -0
- XTC/ParameterRefEntry.py +198 -0
- XTC/ParameterSet.py +138 -0
- XTC/ParameterTypeSet.py +660 -0
- XTC/PolynomialCalibrator.py +138 -0
- XTC/RateBasisType.py +10 -0
- XTC/RateInStream.py +130 -0
- XTC/ReferenceLocationType.py +14 -0
- XTC/RelativeTimeParameterType.py +308 -0
- XTC/RepeatEntry.py +130 -0
- XTC/SequenceContainer.py +313 -0
- XTC/Service.py +236 -0
- XTC/ServiceSet.py +138 -0
- XTC/SplineCalibrator.py +172 -0
- XTC/SplinePoint.py +110 -0
- XTC/StaticAlarmRanges.py +206 -0
- XTC/StreamSet.py +254 -0
- XTC/StringArgumentType.py +206 -0
- XTC/StringDataEncoding.py +178 -0
- XTC/StringEncodingType.py +20 -0
- XTC/StringParameterType.py +290 -0
- XTC/StringSizeType.py +12 -0
- XTC/TelemetryMetaData.py +210 -0
- XTC/TimeWindowRefType.py +10 -0
- XTC/Unit.py +150 -0
- XTC/VariableFrameStream.py +184 -0
- XTC/VerifierType.py +14 -0
- XTC/XTC.py +324 -0
- XTC/XTCHeader.py +228 -0
- XTC/__init__.py +0 -0
- spacedatastandards_org-1.73.0.dist-info/METADATA +51 -0
- spacedatastandards_org-1.73.0.dist-info/RECORD +1131 -0
- spacedatastandards_org-1.73.0.dist-info/WHEEL +5 -0
- spacedatastandards_org-1.73.0.dist-info/top_level.txt +119 -0
|
@@ -0,0 +1,290 @@
|
|
|
1
|
+
# automatically generated by the FlatBuffers compiler, do not modify
|
|
2
|
+
|
|
3
|
+
# namespace:
|
|
4
|
+
|
|
5
|
+
import flatbuffers
|
|
6
|
+
from flatbuffers.compat import import_numpy
|
|
7
|
+
np = import_numpy()
|
|
8
|
+
|
|
9
|
+
# String parameter type
|
|
10
|
+
class StringParameterType(object):
|
|
11
|
+
__slots__ = ['_tab']
|
|
12
|
+
|
|
13
|
+
@classmethod
|
|
14
|
+
def GetRootAs(cls, buf, offset=0):
|
|
15
|
+
n = flatbuffers.encode.Get(flatbuffers.packer.uoffset, buf, offset)
|
|
16
|
+
x = StringParameterType()
|
|
17
|
+
x.Init(buf, n + offset)
|
|
18
|
+
return x
|
|
19
|
+
|
|
20
|
+
@classmethod
|
|
21
|
+
def GetRootAsStringParameterType(cls, buf, offset=0):
|
|
22
|
+
"""This method is deprecated. Please switch to GetRootAs."""
|
|
23
|
+
return cls.GetRootAs(buf, offset)
|
|
24
|
+
@classmethod
|
|
25
|
+
def StringParameterTypeBufferHasIdentifier(cls, buf, offset, size_prefixed=False):
|
|
26
|
+
return flatbuffers.util.BufferHasIdentifier(buf, offset, b"\x24\x58\x54\x43", size_prefixed=size_prefixed)
|
|
27
|
+
|
|
28
|
+
# StringParameterType
|
|
29
|
+
def Init(self, buf, pos):
|
|
30
|
+
self._tab = flatbuffers.table.Table(buf, pos)
|
|
31
|
+
|
|
32
|
+
# Type name
|
|
33
|
+
# StringParameterType
|
|
34
|
+
def NAME(self):
|
|
35
|
+
o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(4))
|
|
36
|
+
if o != 0:
|
|
37
|
+
return self._tab.String(o + self._tab.Pos)
|
|
38
|
+
return None
|
|
39
|
+
|
|
40
|
+
# Short description
|
|
41
|
+
# StringParameterType
|
|
42
|
+
def SHORT_DESCRIPTION(self):
|
|
43
|
+
o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(6))
|
|
44
|
+
if o != 0:
|
|
45
|
+
return self._tab.String(o + self._tab.Pos)
|
|
46
|
+
return None
|
|
47
|
+
|
|
48
|
+
# Long description
|
|
49
|
+
# StringParameterType
|
|
50
|
+
def LONG_DESCRIPTION(self):
|
|
51
|
+
o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(8))
|
|
52
|
+
if o != 0:
|
|
53
|
+
return self._tab.String(o + self._tab.Pos)
|
|
54
|
+
return None
|
|
55
|
+
|
|
56
|
+
# Data encoding
|
|
57
|
+
# StringParameterType
|
|
58
|
+
def DATA_ENCODING(self):
|
|
59
|
+
o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(10))
|
|
60
|
+
if o != 0:
|
|
61
|
+
x = self._tab.Indirect(o + self._tab.Pos)
|
|
62
|
+
from StringDataEncoding import StringDataEncoding
|
|
63
|
+
obj = StringDataEncoding()
|
|
64
|
+
obj.Init(self._tab.Bytes, x)
|
|
65
|
+
return obj
|
|
66
|
+
return None
|
|
67
|
+
|
|
68
|
+
# Default alarm
|
|
69
|
+
# StringParameterType
|
|
70
|
+
def DEFAULT_ALARM(self):
|
|
71
|
+
o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(12))
|
|
72
|
+
if o != 0:
|
|
73
|
+
x = self._tab.Indirect(o + self._tab.Pos)
|
|
74
|
+
from DefaultAlarm import DefaultAlarm
|
|
75
|
+
obj = DefaultAlarm()
|
|
76
|
+
obj.Init(self._tab.Bytes, x)
|
|
77
|
+
return obj
|
|
78
|
+
return None
|
|
79
|
+
|
|
80
|
+
# Context alarms
|
|
81
|
+
# StringParameterType
|
|
82
|
+
def CONTEXT_ALARMS(self, j):
|
|
83
|
+
o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(14))
|
|
84
|
+
if o != 0:
|
|
85
|
+
x = self._tab.Vector(o)
|
|
86
|
+
x += flatbuffers.number_types.UOffsetTFlags.py_type(j) * 4
|
|
87
|
+
x = self._tab.Indirect(x)
|
|
88
|
+
from ContextAlarm import ContextAlarm
|
|
89
|
+
obj = ContextAlarm()
|
|
90
|
+
obj.Init(self._tab.Bytes, x)
|
|
91
|
+
return obj
|
|
92
|
+
return None
|
|
93
|
+
|
|
94
|
+
# StringParameterType
|
|
95
|
+
def CONTEXT_ALARMSLength(self):
|
|
96
|
+
o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(14))
|
|
97
|
+
if o != 0:
|
|
98
|
+
return self._tab.VectorLen(o)
|
|
99
|
+
return 0
|
|
100
|
+
|
|
101
|
+
# StringParameterType
|
|
102
|
+
def CONTEXT_ALARMSIsNone(self):
|
|
103
|
+
o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(14))
|
|
104
|
+
return o == 0
|
|
105
|
+
|
|
106
|
+
# Initial/default value
|
|
107
|
+
# StringParameterType
|
|
108
|
+
def INITIAL_VALUE(self):
|
|
109
|
+
o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(16))
|
|
110
|
+
if o != 0:
|
|
111
|
+
return self._tab.String(o + self._tab.Pos)
|
|
112
|
+
return None
|
|
113
|
+
|
|
114
|
+
# Restriction pattern (regex)
|
|
115
|
+
# StringParameterType
|
|
116
|
+
def RESTRICTION_PATTERN(self):
|
|
117
|
+
o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(18))
|
|
118
|
+
if o != 0:
|
|
119
|
+
return self._tab.String(o + self._tab.Pos)
|
|
120
|
+
return None
|
|
121
|
+
|
|
122
|
+
def StringParameterTypeStart(builder):
|
|
123
|
+
builder.StartObject(8)
|
|
124
|
+
|
|
125
|
+
def Start(builder):
|
|
126
|
+
StringParameterTypeStart(builder)
|
|
127
|
+
|
|
128
|
+
def StringParameterTypeAddNAME(builder, NAME):
|
|
129
|
+
builder.PrependUOffsetTRelativeSlot(0, flatbuffers.number_types.UOffsetTFlags.py_type(NAME), 0)
|
|
130
|
+
|
|
131
|
+
def AddNAME(builder, NAME):
|
|
132
|
+
StringParameterTypeAddNAME(builder, NAME)
|
|
133
|
+
|
|
134
|
+
def StringParameterTypeAddSHORT_DESCRIPTION(builder, SHORT_DESCRIPTION):
|
|
135
|
+
builder.PrependUOffsetTRelativeSlot(1, flatbuffers.number_types.UOffsetTFlags.py_type(SHORT_DESCRIPTION), 0)
|
|
136
|
+
|
|
137
|
+
def AddSHORT_DESCRIPTION(builder, SHORT_DESCRIPTION):
|
|
138
|
+
StringParameterTypeAddSHORT_DESCRIPTION(builder, SHORT_DESCRIPTION)
|
|
139
|
+
|
|
140
|
+
def StringParameterTypeAddLONG_DESCRIPTION(builder, LONG_DESCRIPTION):
|
|
141
|
+
builder.PrependUOffsetTRelativeSlot(2, flatbuffers.number_types.UOffsetTFlags.py_type(LONG_DESCRIPTION), 0)
|
|
142
|
+
|
|
143
|
+
def AddLONG_DESCRIPTION(builder, LONG_DESCRIPTION):
|
|
144
|
+
StringParameterTypeAddLONG_DESCRIPTION(builder, LONG_DESCRIPTION)
|
|
145
|
+
|
|
146
|
+
def StringParameterTypeAddDATA_ENCODING(builder, DATA_ENCODING):
|
|
147
|
+
builder.PrependUOffsetTRelativeSlot(3, flatbuffers.number_types.UOffsetTFlags.py_type(DATA_ENCODING), 0)
|
|
148
|
+
|
|
149
|
+
def AddDATA_ENCODING(builder, DATA_ENCODING):
|
|
150
|
+
StringParameterTypeAddDATA_ENCODING(builder, DATA_ENCODING)
|
|
151
|
+
|
|
152
|
+
def StringParameterTypeAddDEFAULT_ALARM(builder, DEFAULT_ALARM):
|
|
153
|
+
builder.PrependUOffsetTRelativeSlot(4, flatbuffers.number_types.UOffsetTFlags.py_type(DEFAULT_ALARM), 0)
|
|
154
|
+
|
|
155
|
+
def AddDEFAULT_ALARM(builder, DEFAULT_ALARM):
|
|
156
|
+
StringParameterTypeAddDEFAULT_ALARM(builder, DEFAULT_ALARM)
|
|
157
|
+
|
|
158
|
+
def StringParameterTypeAddCONTEXT_ALARMS(builder, CONTEXT_ALARMS):
|
|
159
|
+
builder.PrependUOffsetTRelativeSlot(5, flatbuffers.number_types.UOffsetTFlags.py_type(CONTEXT_ALARMS), 0)
|
|
160
|
+
|
|
161
|
+
def AddCONTEXT_ALARMS(builder, CONTEXT_ALARMS):
|
|
162
|
+
StringParameterTypeAddCONTEXT_ALARMS(builder, CONTEXT_ALARMS)
|
|
163
|
+
|
|
164
|
+
def StringParameterTypeStartCONTEXT_ALARMSVector(builder, numElems):
|
|
165
|
+
return builder.StartVector(4, numElems, 4)
|
|
166
|
+
|
|
167
|
+
def StartCONTEXT_ALARMSVector(builder, numElems):
|
|
168
|
+
return StringParameterTypeStartCONTEXT_ALARMSVector(builder, numElems)
|
|
169
|
+
|
|
170
|
+
def StringParameterTypeAddINITIAL_VALUE(builder, INITIAL_VALUE):
|
|
171
|
+
builder.PrependUOffsetTRelativeSlot(6, flatbuffers.number_types.UOffsetTFlags.py_type(INITIAL_VALUE), 0)
|
|
172
|
+
|
|
173
|
+
def AddINITIAL_VALUE(builder, INITIAL_VALUE):
|
|
174
|
+
StringParameterTypeAddINITIAL_VALUE(builder, INITIAL_VALUE)
|
|
175
|
+
|
|
176
|
+
def StringParameterTypeAddRESTRICTION_PATTERN(builder, RESTRICTION_PATTERN):
|
|
177
|
+
builder.PrependUOffsetTRelativeSlot(7, flatbuffers.number_types.UOffsetTFlags.py_type(RESTRICTION_PATTERN), 0)
|
|
178
|
+
|
|
179
|
+
def AddRESTRICTION_PATTERN(builder, RESTRICTION_PATTERN):
|
|
180
|
+
StringParameterTypeAddRESTRICTION_PATTERN(builder, RESTRICTION_PATTERN)
|
|
181
|
+
|
|
182
|
+
def StringParameterTypeEnd(builder):
|
|
183
|
+
return builder.EndObject()
|
|
184
|
+
|
|
185
|
+
def End(builder):
|
|
186
|
+
return StringParameterTypeEnd(builder)
|
|
187
|
+
|
|
188
|
+
import ContextAlarm
|
|
189
|
+
import DefaultAlarm
|
|
190
|
+
import StringDataEncoding
|
|
191
|
+
try:
|
|
192
|
+
from typing import List, Optional
|
|
193
|
+
except:
|
|
194
|
+
pass
|
|
195
|
+
|
|
196
|
+
class StringParameterTypeT(object):
|
|
197
|
+
|
|
198
|
+
# StringParameterTypeT
|
|
199
|
+
def __init__(self):
|
|
200
|
+
self.NAME = None # type: str
|
|
201
|
+
self.SHORT_DESCRIPTION = None # type: str
|
|
202
|
+
self.LONG_DESCRIPTION = None # type: str
|
|
203
|
+
self.DATA_ENCODING = None # type: Optional[StringDataEncoding.StringDataEncodingT]
|
|
204
|
+
self.DEFAULT_ALARM = None # type: Optional[DefaultAlarm.DefaultAlarmT]
|
|
205
|
+
self.CONTEXT_ALARMS = None # type: List[ContextAlarm.ContextAlarmT]
|
|
206
|
+
self.INITIAL_VALUE = None # type: str
|
|
207
|
+
self.RESTRICTION_PATTERN = None # type: str
|
|
208
|
+
|
|
209
|
+
@classmethod
|
|
210
|
+
def InitFromBuf(cls, buf, pos):
|
|
211
|
+
stringParameterType = StringParameterType()
|
|
212
|
+
stringParameterType.Init(buf, pos)
|
|
213
|
+
return cls.InitFromObj(stringParameterType)
|
|
214
|
+
|
|
215
|
+
@classmethod
|
|
216
|
+
def InitFromPackedBuf(cls, buf, pos=0):
|
|
217
|
+
n = flatbuffers.encode.Get(flatbuffers.packer.uoffset, buf, pos)
|
|
218
|
+
return cls.InitFromBuf(buf, pos+n)
|
|
219
|
+
|
|
220
|
+
@classmethod
|
|
221
|
+
def InitFromObj(cls, stringParameterType):
|
|
222
|
+
x = StringParameterTypeT()
|
|
223
|
+
x._UnPack(stringParameterType)
|
|
224
|
+
return x
|
|
225
|
+
|
|
226
|
+
# StringParameterTypeT
|
|
227
|
+
def _UnPack(self, stringParameterType):
|
|
228
|
+
if stringParameterType is None:
|
|
229
|
+
return
|
|
230
|
+
self.NAME = stringParameterType.NAME()
|
|
231
|
+
self.SHORT_DESCRIPTION = stringParameterType.SHORT_DESCRIPTION()
|
|
232
|
+
self.LONG_DESCRIPTION = stringParameterType.LONG_DESCRIPTION()
|
|
233
|
+
if stringParameterType.DATA_ENCODING() is not None:
|
|
234
|
+
self.DATA_ENCODING = StringDataEncoding.StringDataEncodingT.InitFromObj(stringParameterType.DATA_ENCODING())
|
|
235
|
+
if stringParameterType.DEFAULT_ALARM() is not None:
|
|
236
|
+
self.DEFAULT_ALARM = DefaultAlarm.DefaultAlarmT.InitFromObj(stringParameterType.DEFAULT_ALARM())
|
|
237
|
+
if not stringParameterType.CONTEXT_ALARMSIsNone():
|
|
238
|
+
self.CONTEXT_ALARMS = []
|
|
239
|
+
for i in range(stringParameterType.CONTEXT_ALARMSLength()):
|
|
240
|
+
if stringParameterType.CONTEXT_ALARMS(i) is None:
|
|
241
|
+
self.CONTEXT_ALARMS.append(None)
|
|
242
|
+
else:
|
|
243
|
+
contextAlarm_ = ContextAlarm.ContextAlarmT.InitFromObj(stringParameterType.CONTEXT_ALARMS(i))
|
|
244
|
+
self.CONTEXT_ALARMS.append(contextAlarm_)
|
|
245
|
+
self.INITIAL_VALUE = stringParameterType.INITIAL_VALUE()
|
|
246
|
+
self.RESTRICTION_PATTERN = stringParameterType.RESTRICTION_PATTERN()
|
|
247
|
+
|
|
248
|
+
# StringParameterTypeT
|
|
249
|
+
def Pack(self, builder):
|
|
250
|
+
if self.NAME is not None:
|
|
251
|
+
NAME = builder.CreateString(self.NAME)
|
|
252
|
+
if self.SHORT_DESCRIPTION is not None:
|
|
253
|
+
SHORT_DESCRIPTION = builder.CreateString(self.SHORT_DESCRIPTION)
|
|
254
|
+
if self.LONG_DESCRIPTION is not None:
|
|
255
|
+
LONG_DESCRIPTION = builder.CreateString(self.LONG_DESCRIPTION)
|
|
256
|
+
if self.DATA_ENCODING is not None:
|
|
257
|
+
DATA_ENCODING = self.DATA_ENCODING.Pack(builder)
|
|
258
|
+
if self.DEFAULT_ALARM is not None:
|
|
259
|
+
DEFAULT_ALARM = self.DEFAULT_ALARM.Pack(builder)
|
|
260
|
+
if self.CONTEXT_ALARMS is not None:
|
|
261
|
+
CONTEXT_ALARMSlist = []
|
|
262
|
+
for i in range(len(self.CONTEXT_ALARMS)):
|
|
263
|
+
CONTEXT_ALARMSlist.append(self.CONTEXT_ALARMS[i].Pack(builder))
|
|
264
|
+
StringParameterTypeStartCONTEXT_ALARMSVector(builder, len(self.CONTEXT_ALARMS))
|
|
265
|
+
for i in reversed(range(len(self.CONTEXT_ALARMS))):
|
|
266
|
+
builder.PrependUOffsetTRelative(CONTEXT_ALARMSlist[i])
|
|
267
|
+
CONTEXT_ALARMS = builder.EndVector()
|
|
268
|
+
if self.INITIAL_VALUE is not None:
|
|
269
|
+
INITIAL_VALUE = builder.CreateString(self.INITIAL_VALUE)
|
|
270
|
+
if self.RESTRICTION_PATTERN is not None:
|
|
271
|
+
RESTRICTION_PATTERN = builder.CreateString(self.RESTRICTION_PATTERN)
|
|
272
|
+
StringParameterTypeStart(builder)
|
|
273
|
+
if self.NAME is not None:
|
|
274
|
+
StringParameterTypeAddNAME(builder, NAME)
|
|
275
|
+
if self.SHORT_DESCRIPTION is not None:
|
|
276
|
+
StringParameterTypeAddSHORT_DESCRIPTION(builder, SHORT_DESCRIPTION)
|
|
277
|
+
if self.LONG_DESCRIPTION is not None:
|
|
278
|
+
StringParameterTypeAddLONG_DESCRIPTION(builder, LONG_DESCRIPTION)
|
|
279
|
+
if self.DATA_ENCODING is not None:
|
|
280
|
+
StringParameterTypeAddDATA_ENCODING(builder, DATA_ENCODING)
|
|
281
|
+
if self.DEFAULT_ALARM is not None:
|
|
282
|
+
StringParameterTypeAddDEFAULT_ALARM(builder, DEFAULT_ALARM)
|
|
283
|
+
if self.CONTEXT_ALARMS is not None:
|
|
284
|
+
StringParameterTypeAddCONTEXT_ALARMS(builder, CONTEXT_ALARMS)
|
|
285
|
+
if self.INITIAL_VALUE is not None:
|
|
286
|
+
StringParameterTypeAddINITIAL_VALUE(builder, INITIAL_VALUE)
|
|
287
|
+
if self.RESTRICTION_PATTERN is not None:
|
|
288
|
+
StringParameterTypeAddRESTRICTION_PATTERN(builder, RESTRICTION_PATTERN)
|
|
289
|
+
stringParameterType = StringParameterTypeEnd(builder)
|
|
290
|
+
return stringParameterType
|
XTC/StringSizeType.py
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# automatically generated by the FlatBuffers compiler, do not modify
|
|
2
|
+
|
|
3
|
+
# namespace:
|
|
4
|
+
|
|
5
|
+
# String size specification type
|
|
6
|
+
class StringSizeType(object):
|
|
7
|
+
# Fixed length string
|
|
8
|
+
FIXED = 0
|
|
9
|
+
# Variable with leading count
|
|
10
|
+
LEADING_SIZE = 1
|
|
11
|
+
# Variable with termination character
|
|
12
|
+
TERMINATION_CHAR = 2
|
XTC/TelemetryMetaData.py
ADDED
|
@@ -0,0 +1,210 @@
|
|
|
1
|
+
# automatically generated by the FlatBuffers compiler, do not modify
|
|
2
|
+
|
|
3
|
+
# namespace:
|
|
4
|
+
|
|
5
|
+
import flatbuffers
|
|
6
|
+
from flatbuffers.compat import import_numpy
|
|
7
|
+
np = import_numpy()
|
|
8
|
+
|
|
9
|
+
# Telemetry metadata collection
|
|
10
|
+
class TelemetryMetaData(object):
|
|
11
|
+
__slots__ = ['_tab']
|
|
12
|
+
|
|
13
|
+
@classmethod
|
|
14
|
+
def GetRootAs(cls, buf, offset=0):
|
|
15
|
+
n = flatbuffers.encode.Get(flatbuffers.packer.uoffset, buf, offset)
|
|
16
|
+
x = TelemetryMetaData()
|
|
17
|
+
x.Init(buf, n + offset)
|
|
18
|
+
return x
|
|
19
|
+
|
|
20
|
+
@classmethod
|
|
21
|
+
def GetRootAsTelemetryMetaData(cls, buf, offset=0):
|
|
22
|
+
"""This method is deprecated. Please switch to GetRootAs."""
|
|
23
|
+
return cls.GetRootAs(buf, offset)
|
|
24
|
+
@classmethod
|
|
25
|
+
def TelemetryMetaDataBufferHasIdentifier(cls, buf, offset, size_prefixed=False):
|
|
26
|
+
return flatbuffers.util.BufferHasIdentifier(buf, offset, b"\x24\x58\x54\x43", size_prefixed=size_prefixed)
|
|
27
|
+
|
|
28
|
+
# TelemetryMetaData
|
|
29
|
+
def Init(self, buf, pos):
|
|
30
|
+
self._tab = flatbuffers.table.Table(buf, pos)
|
|
31
|
+
|
|
32
|
+
# Parameter type definitions
|
|
33
|
+
# TelemetryMetaData
|
|
34
|
+
def PARAMETER_TYPE_SET(self):
|
|
35
|
+
o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(4))
|
|
36
|
+
if o != 0:
|
|
37
|
+
x = self._tab.Indirect(o + self._tab.Pos)
|
|
38
|
+
from ParameterTypeSet import ParameterTypeSet
|
|
39
|
+
obj = ParameterTypeSet()
|
|
40
|
+
obj.Init(self._tab.Bytes, x)
|
|
41
|
+
return obj
|
|
42
|
+
return None
|
|
43
|
+
|
|
44
|
+
# Parameter definitions
|
|
45
|
+
# TelemetryMetaData
|
|
46
|
+
def PARAMETER_SET(self):
|
|
47
|
+
o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(6))
|
|
48
|
+
if o != 0:
|
|
49
|
+
x = self._tab.Indirect(o + self._tab.Pos)
|
|
50
|
+
from ParameterSet import ParameterSet
|
|
51
|
+
obj = ParameterSet()
|
|
52
|
+
obj.Init(self._tab.Bytes, x)
|
|
53
|
+
return obj
|
|
54
|
+
return None
|
|
55
|
+
|
|
56
|
+
# Container definitions
|
|
57
|
+
# TelemetryMetaData
|
|
58
|
+
def CONTAINER_SET(self):
|
|
59
|
+
o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(8))
|
|
60
|
+
if o != 0:
|
|
61
|
+
x = self._tab.Indirect(o + self._tab.Pos)
|
|
62
|
+
from ContainerSet import ContainerSet
|
|
63
|
+
obj = ContainerSet()
|
|
64
|
+
obj.Init(self._tab.Bytes, x)
|
|
65
|
+
return obj
|
|
66
|
+
return None
|
|
67
|
+
|
|
68
|
+
# Algorithm definitions
|
|
69
|
+
# TelemetryMetaData
|
|
70
|
+
def ALGORITHM_SET(self):
|
|
71
|
+
o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(10))
|
|
72
|
+
if o != 0:
|
|
73
|
+
x = self._tab.Indirect(o + self._tab.Pos)
|
|
74
|
+
from AlgorithmSet import AlgorithmSet
|
|
75
|
+
obj = AlgorithmSet()
|
|
76
|
+
obj.Init(self._tab.Bytes, x)
|
|
77
|
+
return obj
|
|
78
|
+
return None
|
|
79
|
+
|
|
80
|
+
# Stream definitions
|
|
81
|
+
# TelemetryMetaData
|
|
82
|
+
def STREAM_SET(self):
|
|
83
|
+
o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(12))
|
|
84
|
+
if o != 0:
|
|
85
|
+
x = self._tab.Indirect(o + self._tab.Pos)
|
|
86
|
+
from StreamSet import StreamSet
|
|
87
|
+
obj = StreamSet()
|
|
88
|
+
obj.Init(self._tab.Bytes, x)
|
|
89
|
+
return obj
|
|
90
|
+
return None
|
|
91
|
+
|
|
92
|
+
def TelemetryMetaDataStart(builder):
|
|
93
|
+
builder.StartObject(5)
|
|
94
|
+
|
|
95
|
+
def Start(builder):
|
|
96
|
+
TelemetryMetaDataStart(builder)
|
|
97
|
+
|
|
98
|
+
def TelemetryMetaDataAddPARAMETER_TYPE_SET(builder, PARAMETER_TYPE_SET):
|
|
99
|
+
builder.PrependUOffsetTRelativeSlot(0, flatbuffers.number_types.UOffsetTFlags.py_type(PARAMETER_TYPE_SET), 0)
|
|
100
|
+
|
|
101
|
+
def AddPARAMETER_TYPE_SET(builder, PARAMETER_TYPE_SET):
|
|
102
|
+
TelemetryMetaDataAddPARAMETER_TYPE_SET(builder, PARAMETER_TYPE_SET)
|
|
103
|
+
|
|
104
|
+
def TelemetryMetaDataAddPARAMETER_SET(builder, PARAMETER_SET):
|
|
105
|
+
builder.PrependUOffsetTRelativeSlot(1, flatbuffers.number_types.UOffsetTFlags.py_type(PARAMETER_SET), 0)
|
|
106
|
+
|
|
107
|
+
def AddPARAMETER_SET(builder, PARAMETER_SET):
|
|
108
|
+
TelemetryMetaDataAddPARAMETER_SET(builder, PARAMETER_SET)
|
|
109
|
+
|
|
110
|
+
def TelemetryMetaDataAddCONTAINER_SET(builder, CONTAINER_SET):
|
|
111
|
+
builder.PrependUOffsetTRelativeSlot(2, flatbuffers.number_types.UOffsetTFlags.py_type(CONTAINER_SET), 0)
|
|
112
|
+
|
|
113
|
+
def AddCONTAINER_SET(builder, CONTAINER_SET):
|
|
114
|
+
TelemetryMetaDataAddCONTAINER_SET(builder, CONTAINER_SET)
|
|
115
|
+
|
|
116
|
+
def TelemetryMetaDataAddALGORITHM_SET(builder, ALGORITHM_SET):
|
|
117
|
+
builder.PrependUOffsetTRelativeSlot(3, flatbuffers.number_types.UOffsetTFlags.py_type(ALGORITHM_SET), 0)
|
|
118
|
+
|
|
119
|
+
def AddALGORITHM_SET(builder, ALGORITHM_SET):
|
|
120
|
+
TelemetryMetaDataAddALGORITHM_SET(builder, ALGORITHM_SET)
|
|
121
|
+
|
|
122
|
+
def TelemetryMetaDataAddSTREAM_SET(builder, STREAM_SET):
|
|
123
|
+
builder.PrependUOffsetTRelativeSlot(4, flatbuffers.number_types.UOffsetTFlags.py_type(STREAM_SET), 0)
|
|
124
|
+
|
|
125
|
+
def AddSTREAM_SET(builder, STREAM_SET):
|
|
126
|
+
TelemetryMetaDataAddSTREAM_SET(builder, STREAM_SET)
|
|
127
|
+
|
|
128
|
+
def TelemetryMetaDataEnd(builder):
|
|
129
|
+
return builder.EndObject()
|
|
130
|
+
|
|
131
|
+
def End(builder):
|
|
132
|
+
return TelemetryMetaDataEnd(builder)
|
|
133
|
+
|
|
134
|
+
import AlgorithmSet
|
|
135
|
+
import ContainerSet
|
|
136
|
+
import ParameterSet
|
|
137
|
+
import ParameterTypeSet
|
|
138
|
+
import StreamSet
|
|
139
|
+
try:
|
|
140
|
+
from typing import Optional
|
|
141
|
+
except:
|
|
142
|
+
pass
|
|
143
|
+
|
|
144
|
+
class TelemetryMetaDataT(object):
|
|
145
|
+
|
|
146
|
+
# TelemetryMetaDataT
|
|
147
|
+
def __init__(self):
|
|
148
|
+
self.PARAMETER_TYPE_SET = None # type: Optional[ParameterTypeSet.ParameterTypeSetT]
|
|
149
|
+
self.PARAMETER_SET = None # type: Optional[ParameterSet.ParameterSetT]
|
|
150
|
+
self.CONTAINER_SET = None # type: Optional[ContainerSet.ContainerSetT]
|
|
151
|
+
self.ALGORITHM_SET = None # type: Optional[AlgorithmSet.AlgorithmSetT]
|
|
152
|
+
self.STREAM_SET = None # type: Optional[StreamSet.StreamSetT]
|
|
153
|
+
|
|
154
|
+
@classmethod
|
|
155
|
+
def InitFromBuf(cls, buf, pos):
|
|
156
|
+
telemetryMetaData = TelemetryMetaData()
|
|
157
|
+
telemetryMetaData.Init(buf, pos)
|
|
158
|
+
return cls.InitFromObj(telemetryMetaData)
|
|
159
|
+
|
|
160
|
+
@classmethod
|
|
161
|
+
def InitFromPackedBuf(cls, buf, pos=0):
|
|
162
|
+
n = flatbuffers.encode.Get(flatbuffers.packer.uoffset, buf, pos)
|
|
163
|
+
return cls.InitFromBuf(buf, pos+n)
|
|
164
|
+
|
|
165
|
+
@classmethod
|
|
166
|
+
def InitFromObj(cls, telemetryMetaData):
|
|
167
|
+
x = TelemetryMetaDataT()
|
|
168
|
+
x._UnPack(telemetryMetaData)
|
|
169
|
+
return x
|
|
170
|
+
|
|
171
|
+
# TelemetryMetaDataT
|
|
172
|
+
def _UnPack(self, telemetryMetaData):
|
|
173
|
+
if telemetryMetaData is None:
|
|
174
|
+
return
|
|
175
|
+
if telemetryMetaData.PARAMETER_TYPE_SET() is not None:
|
|
176
|
+
self.PARAMETER_TYPE_SET = ParameterTypeSet.ParameterTypeSetT.InitFromObj(telemetryMetaData.PARAMETER_TYPE_SET())
|
|
177
|
+
if telemetryMetaData.PARAMETER_SET() is not None:
|
|
178
|
+
self.PARAMETER_SET = ParameterSet.ParameterSetT.InitFromObj(telemetryMetaData.PARAMETER_SET())
|
|
179
|
+
if telemetryMetaData.CONTAINER_SET() is not None:
|
|
180
|
+
self.CONTAINER_SET = ContainerSet.ContainerSetT.InitFromObj(telemetryMetaData.CONTAINER_SET())
|
|
181
|
+
if telemetryMetaData.ALGORITHM_SET() is not None:
|
|
182
|
+
self.ALGORITHM_SET = AlgorithmSet.AlgorithmSetT.InitFromObj(telemetryMetaData.ALGORITHM_SET())
|
|
183
|
+
if telemetryMetaData.STREAM_SET() is not None:
|
|
184
|
+
self.STREAM_SET = StreamSet.StreamSetT.InitFromObj(telemetryMetaData.STREAM_SET())
|
|
185
|
+
|
|
186
|
+
# TelemetryMetaDataT
|
|
187
|
+
def Pack(self, builder):
|
|
188
|
+
if self.PARAMETER_TYPE_SET is not None:
|
|
189
|
+
PARAMETER_TYPE_SET = self.PARAMETER_TYPE_SET.Pack(builder)
|
|
190
|
+
if self.PARAMETER_SET is not None:
|
|
191
|
+
PARAMETER_SET = self.PARAMETER_SET.Pack(builder)
|
|
192
|
+
if self.CONTAINER_SET is not None:
|
|
193
|
+
CONTAINER_SET = self.CONTAINER_SET.Pack(builder)
|
|
194
|
+
if self.ALGORITHM_SET is not None:
|
|
195
|
+
ALGORITHM_SET = self.ALGORITHM_SET.Pack(builder)
|
|
196
|
+
if self.STREAM_SET is not None:
|
|
197
|
+
STREAM_SET = self.STREAM_SET.Pack(builder)
|
|
198
|
+
TelemetryMetaDataStart(builder)
|
|
199
|
+
if self.PARAMETER_TYPE_SET is not None:
|
|
200
|
+
TelemetryMetaDataAddPARAMETER_TYPE_SET(builder, PARAMETER_TYPE_SET)
|
|
201
|
+
if self.PARAMETER_SET is not None:
|
|
202
|
+
TelemetryMetaDataAddPARAMETER_SET(builder, PARAMETER_SET)
|
|
203
|
+
if self.CONTAINER_SET is not None:
|
|
204
|
+
TelemetryMetaDataAddCONTAINER_SET(builder, CONTAINER_SET)
|
|
205
|
+
if self.ALGORITHM_SET is not None:
|
|
206
|
+
TelemetryMetaDataAddALGORITHM_SET(builder, ALGORITHM_SET)
|
|
207
|
+
if self.STREAM_SET is not None:
|
|
208
|
+
TelemetryMetaDataAddSTREAM_SET(builder, STREAM_SET)
|
|
209
|
+
telemetryMetaData = TelemetryMetaDataEnd(builder)
|
|
210
|
+
return telemetryMetaData
|
XTC/TimeWindowRefType.py
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# automatically generated by the FlatBuffers compiler, do not modify
|
|
2
|
+
|
|
3
|
+
# namespace:
|
|
4
|
+
|
|
5
|
+
# Time window reference for command verification
|
|
6
|
+
class TimeWindowRefType(object):
|
|
7
|
+
# Relative to command release time
|
|
8
|
+
COMMAND_RELEASE = 0
|
|
9
|
+
# Relative to last verifier passed
|
|
10
|
+
TIME_LAST_VERIFIER_PASSED = 1
|
XTC/Unit.py
ADDED
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
# automatically generated by the FlatBuffers compiler, do not modify
|
|
2
|
+
|
|
3
|
+
# namespace:
|
|
4
|
+
|
|
5
|
+
import flatbuffers
|
|
6
|
+
from flatbuffers.compat import import_numpy
|
|
7
|
+
np = import_numpy()
|
|
8
|
+
|
|
9
|
+
# Unit specification
|
|
10
|
+
class Unit(object):
|
|
11
|
+
__slots__ = ['_tab']
|
|
12
|
+
|
|
13
|
+
@classmethod
|
|
14
|
+
def GetRootAs(cls, buf, offset=0):
|
|
15
|
+
n = flatbuffers.encode.Get(flatbuffers.packer.uoffset, buf, offset)
|
|
16
|
+
x = Unit()
|
|
17
|
+
x.Init(buf, n + offset)
|
|
18
|
+
return x
|
|
19
|
+
|
|
20
|
+
@classmethod
|
|
21
|
+
def GetRootAsUnit(cls, buf, offset=0):
|
|
22
|
+
"""This method is deprecated. Please switch to GetRootAs."""
|
|
23
|
+
return cls.GetRootAs(buf, offset)
|
|
24
|
+
@classmethod
|
|
25
|
+
def UnitBufferHasIdentifier(cls, buf, offset, size_prefixed=False):
|
|
26
|
+
return flatbuffers.util.BufferHasIdentifier(buf, offset, b"\x24\x58\x54\x43", size_prefixed=size_prefixed)
|
|
27
|
+
|
|
28
|
+
# Unit
|
|
29
|
+
def Init(self, buf, pos):
|
|
30
|
+
self._tab = flatbuffers.table.Table(buf, pos)
|
|
31
|
+
|
|
32
|
+
# Unit description (e.g., "meters per second")
|
|
33
|
+
# Unit
|
|
34
|
+
def DESCRIPTION(self):
|
|
35
|
+
o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(4))
|
|
36
|
+
if o != 0:
|
|
37
|
+
return self._tab.String(o + self._tab.Pos)
|
|
38
|
+
return None
|
|
39
|
+
|
|
40
|
+
# Unit symbol (e.g., "m/s")
|
|
41
|
+
# Unit
|
|
42
|
+
def SYMBOL(self):
|
|
43
|
+
o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(6))
|
|
44
|
+
if o != 0:
|
|
45
|
+
return self._tab.String(o + self._tab.Pos)
|
|
46
|
+
return None
|
|
47
|
+
|
|
48
|
+
# Power/exponent for this unit
|
|
49
|
+
# Unit
|
|
50
|
+
def POWER(self):
|
|
51
|
+
o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(8))
|
|
52
|
+
if o != 0:
|
|
53
|
+
return self._tab.Get(flatbuffers.number_types.Float64Flags, o + self._tab.Pos)
|
|
54
|
+
return 0.0
|
|
55
|
+
|
|
56
|
+
# Factor multiplier
|
|
57
|
+
# Unit
|
|
58
|
+
def FACTOR(self):
|
|
59
|
+
o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(10))
|
|
60
|
+
if o != 0:
|
|
61
|
+
return self._tab.Get(flatbuffers.number_types.Float64Flags, o + self._tab.Pos)
|
|
62
|
+
return 0.0
|
|
63
|
+
|
|
64
|
+
def UnitStart(builder):
|
|
65
|
+
builder.StartObject(4)
|
|
66
|
+
|
|
67
|
+
def Start(builder):
|
|
68
|
+
UnitStart(builder)
|
|
69
|
+
|
|
70
|
+
def UnitAddDESCRIPTION(builder, DESCRIPTION):
|
|
71
|
+
builder.PrependUOffsetTRelativeSlot(0, flatbuffers.number_types.UOffsetTFlags.py_type(DESCRIPTION), 0)
|
|
72
|
+
|
|
73
|
+
def AddDESCRIPTION(builder, DESCRIPTION):
|
|
74
|
+
UnitAddDESCRIPTION(builder, DESCRIPTION)
|
|
75
|
+
|
|
76
|
+
def UnitAddSYMBOL(builder, SYMBOL):
|
|
77
|
+
builder.PrependUOffsetTRelativeSlot(1, flatbuffers.number_types.UOffsetTFlags.py_type(SYMBOL), 0)
|
|
78
|
+
|
|
79
|
+
def AddSYMBOL(builder, SYMBOL):
|
|
80
|
+
UnitAddSYMBOL(builder, SYMBOL)
|
|
81
|
+
|
|
82
|
+
def UnitAddPOWER(builder, POWER):
|
|
83
|
+
builder.PrependFloat64Slot(2, POWER, 0.0)
|
|
84
|
+
|
|
85
|
+
def AddPOWER(builder, POWER):
|
|
86
|
+
UnitAddPOWER(builder, POWER)
|
|
87
|
+
|
|
88
|
+
def UnitAddFACTOR(builder, FACTOR):
|
|
89
|
+
builder.PrependFloat64Slot(3, FACTOR, 0.0)
|
|
90
|
+
|
|
91
|
+
def AddFACTOR(builder, FACTOR):
|
|
92
|
+
UnitAddFACTOR(builder, FACTOR)
|
|
93
|
+
|
|
94
|
+
def UnitEnd(builder):
|
|
95
|
+
return builder.EndObject()
|
|
96
|
+
|
|
97
|
+
def End(builder):
|
|
98
|
+
return UnitEnd(builder)
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
class UnitT(object):
|
|
102
|
+
|
|
103
|
+
# UnitT
|
|
104
|
+
def __init__(self):
|
|
105
|
+
self.DESCRIPTION = None # type: str
|
|
106
|
+
self.SYMBOL = None # type: str
|
|
107
|
+
self.POWER = 0.0 # type: float
|
|
108
|
+
self.FACTOR = 0.0 # type: float
|
|
109
|
+
|
|
110
|
+
@classmethod
|
|
111
|
+
def InitFromBuf(cls, buf, pos):
|
|
112
|
+
unit = Unit()
|
|
113
|
+
unit.Init(buf, pos)
|
|
114
|
+
return cls.InitFromObj(unit)
|
|
115
|
+
|
|
116
|
+
@classmethod
|
|
117
|
+
def InitFromPackedBuf(cls, buf, pos=0):
|
|
118
|
+
n = flatbuffers.encode.Get(flatbuffers.packer.uoffset, buf, pos)
|
|
119
|
+
return cls.InitFromBuf(buf, pos+n)
|
|
120
|
+
|
|
121
|
+
@classmethod
|
|
122
|
+
def InitFromObj(cls, unit):
|
|
123
|
+
x = UnitT()
|
|
124
|
+
x._UnPack(unit)
|
|
125
|
+
return x
|
|
126
|
+
|
|
127
|
+
# UnitT
|
|
128
|
+
def _UnPack(self, unit):
|
|
129
|
+
if unit is None:
|
|
130
|
+
return
|
|
131
|
+
self.DESCRIPTION = unit.DESCRIPTION()
|
|
132
|
+
self.SYMBOL = unit.SYMBOL()
|
|
133
|
+
self.POWER = unit.POWER()
|
|
134
|
+
self.FACTOR = unit.FACTOR()
|
|
135
|
+
|
|
136
|
+
# UnitT
|
|
137
|
+
def Pack(self, builder):
|
|
138
|
+
if self.DESCRIPTION is not None:
|
|
139
|
+
DESCRIPTION = builder.CreateString(self.DESCRIPTION)
|
|
140
|
+
if self.SYMBOL is not None:
|
|
141
|
+
SYMBOL = builder.CreateString(self.SYMBOL)
|
|
142
|
+
UnitStart(builder)
|
|
143
|
+
if self.DESCRIPTION is not None:
|
|
144
|
+
UnitAddDESCRIPTION(builder, DESCRIPTION)
|
|
145
|
+
if self.SYMBOL is not None:
|
|
146
|
+
UnitAddSYMBOL(builder, SYMBOL)
|
|
147
|
+
UnitAddPOWER(builder, self.POWER)
|
|
148
|
+
UnitAddFACTOR(builder, self.FACTOR)
|
|
149
|
+
unit = UnitEnd(builder)
|
|
150
|
+
return unit
|