public void unmarshal(DataInputStream dis) { try { _systemType = dis.readUshort(); _systemName = dis.readUshort(); _systemMode = dis.readByte(); _changeOptions = dis.readByte(); } // end try catch(Exception e) { Trace.WriteLine(e); Trace.Flush(); } }
public new void unmarshal(DataInputStream dis) { base.unmarshal(dis); try { _receivingEntityID.unmarshal(dis); _repairingEntityID.unmarshal(dis); _repair = dis.readUshort(); _padding2 = dis.readShort(); } // end try catch(Exception e) { Trace.WriteLine(e); Trace.Flush(); } }
public void unmarshal(DataInputStream dis) { try { _systemDataLength = dis.readByte(); _numberOfBeams = dis.readByte(); _emissionsPadding2 = dis.readUshort(); _emitterSystem.unmarshal(dis); _location.unmarshal(dis); for(int idx = 0; idx < _numberOfBeams; idx++) { ElectronicEmissionBeamData anX = new ElectronicEmissionBeamData(); anX.unmarshal(dis); _beamDataRecords.Add(anX); }; } // end try catch(Exception e) { Trace.WriteLine(e); Trace.Flush(); } }
public new void unmarshal(DataInputStream dis) { base.unmarshal(dis); try { _controlType = dis.readByte(); _communicationsChannelType = dis.readByte(); _sourceEntityID.unmarshal(dis); _sourceCommunicationsDeviceID = dis.readByte(); _sourceLineID = dis.readByte(); _transmitPriority = dis.readByte(); _transmitLineState = dis.readByte(); _command = dis.readByte(); _masterEntityID.unmarshal(dis); _masterCommunicationsDeviceID = dis.readUshort(); _intercomParametersLength = dis.readUint(); for(int idx = 0; idx < _intercomParametersLength; idx++) { IntercomCommunicationsParameters anX = new IntercomCommunicationsParameters(); anX.unmarshal(dis); _intercomParameters.Add(anX); }; } // end try catch(Exception e) { Trace.WriteLine(e); Trace.Flush(); } }
public new void unmarshal(DataInputStream dis) { base.unmarshal(dis); try { _emittingEntityId.unmarshal(dis); _eventID.unmarshal(dis); _location.unmarshal(dis); _systemID.unmarshal(dis); _pad2 = dis.readUshort(); _fundamentalParameters.unmarshal(dis); } // end try catch(Exception e) { Trace.WriteLine(e); Trace.Flush(); } }
public void unmarshal(DataInputStream dis) { try { _layerNumber = dis.readByte(); _layerSpecificInformaiton = dis.readByte(); _length = dis.readUshort(); } // end try catch(Exception e) { Trace.WriteLine(e); Trace.Flush(); } }
public new void unmarshal(DataInputStream dis) { base.unmarshal(dis); try { _orginatingEntityID.unmarshal(dis); _infraredSignatureRepresentationIndex = dis.readUshort(); _acousticSignatureRepresentationIndex = dis.readUshort(); _radarCrossSectionSignatureRepresentationIndex = dis.readUshort(); _numberOfPropulsionSystems = dis.readUshort(); _numberOfVectoringNozzleSystems = dis.readUshort(); for(int idx = 0; idx < _numberOfPropulsionSystems; idx++) { PropulsionSystemData anX = new PropulsionSystemData(); anX.unmarshal(dis); _propulsionSystemData.Add(anX); }; for(int idx = 0; idx < _numberOfVectoringNozzleSystems; idx++) { VectoringNozzleSystemData anX = new VectoringNozzleSystemData(); anX.unmarshal(dis); _vectoringSystemData.Add(anX); }; } // end try catch(Exception e) { Trace.WriteLine(e); Trace.Flush(); } }
public void unmarshal(DataInputStream dis) { try { _segmentNumber = dis.readByte(); _segmentAppearance.unmarshal(dis); _location.unmarshal(dis); _orientation.unmarshal(dis); _segmentLength = dis.readUshort(); _segmentWidth = dis.readUshort(); _segmentHeight = dis.readUshort(); _segmentDepth = dis.readUshort(); _pad1 = dis.readUint(); } // end try catch(Exception e) { Trace.WriteLine(e); Trace.Flush(); } }
public new void unmarshal(DataInputStream dis) { base.unmarshal(dis); try { _environmentalSimulationApplicationID.unmarshal(dis); _fieldNumber = dis.readUshort(); _pduNumber = dis.readUshort(); _pduTotal = dis.readUshort(); _coordinateSystem = dis.readUshort(); _numberOfGridAxes = dis.readByte(); _constantGrid = dis.readByte(); _environmentType.unmarshal(dis); _orientation.unmarshal(dis); _sampleTime = dis.readLong(); _totalValues = dis.readUint(); _vectorDimension = dis.readByte(); _padding1 = dis.readUshort(); _padding2 = dis.readByte(); for(int idx = 0; idx < _numberOfGridAxes; idx++) { GridAxisRecord anX = new GridAxisRecord(); anX.unmarshal(dis); _gridDataList.Add(anX); }; } // end try catch(Exception e) { Trace.WriteLine(e); Trace.Flush(); } }
public new void unmarshal(DataInputStream dis) { base.unmarshal(dis); try { _realWorldTime.unmarshal(dis); _simulationTime.unmarshal(dis); _requiredReliabilityService = dis.readByte(); _pad1 = dis.readUshort(); _pad2 = dis.readByte(); _requestID = dis.readUint(); } // end try catch(Exception e) { Trace.WriteLine(e); Trace.Flush(); } }
public new void unmarshal(DataInputStream dis) { base.unmarshal(dis); try { _designatingEntityID.unmarshal(dis); _codeName = dis.readUshort(); _designatedEntityID.unmarshal(dis); _designatorCode = dis.readUshort(); _designatorPower = dis.readFloat(); _designatorWavelength = dis.readFloat(); _designatorSpotWrtDesignated.unmarshal(dis); _designatorSpotLocation.unmarshal(dis); _deadReckoningAlgorithm = dis.readByte(); _padding1 = dis.readUshort(); _padding2 = dis.readByte(); _entityLinearAcceleration.unmarshal(dis); } // end try catch(Exception e) { Trace.WriteLine(e); Trace.Flush(); } }
public new void unmarshal(DataInputStream dis) { base.unmarshal(dis); try { _environementalProcessID.unmarshal(dis); _environmentType.unmarshal(dis); _modelType = dis.readByte(); _environmentStatus = dis.readByte(); _numberOfEnvironmentRecords = dis.readByte(); _sequenceNumber = dis.readUshort(); for(int idx = 0; idx < _numberOfEnvironmentRecords; idx++) { Environment anX = new Environment(); anX.unmarshal(dis); _environmentRecords.Add(anX); }; } // end try catch(Exception e) { Trace.WriteLine(e); Trace.Flush(); } }
public new void unmarshal(DataInputStream dis) { base.unmarshal(dis); try { _numberOfValues = dis.readUshort(); for(int idx = 0; idx < _numberOfValues; idx++) { FourByteChunk anX = new FourByteChunk(); anX.unmarshal(dis); _dataValues.Add(anX); }; } // end try catch(Exception e) { Trace.WriteLine(e); Trace.Flush(); } }
public new void unmarshal(DataInputStream dis) { base.unmarshal(dis); try { _entityID.unmarshal(dis); _communicationsDeviceID = dis.readUshort(); _encodingScheme = dis.readUshort(); _tdlType = dis.readUshort(); _sampleRate = dis.readUint(); _dataLength = dis.readUshort(); _samples = dis.readUshort(); _data = dis.readByteArray(_dataLength); } // end try catch(Exception e) { Trace.WriteLine(e); Trace.Flush(); } }
public new void unmarshal(DataInputStream dis) { base.unmarshal(dis); try { _acknowledgeFlag = dis.readUshort(); _responseFlag = dis.readUshort(); _requestID = dis.readUint(); } // end try catch(Exception e) { Trace.WriteLine(e); Trace.Flush(); } }
public void unmarshal(DataInputStream dis) { try { _stationName = dis.readUshort(); _stationNumber = dis.readUshort(); } // end try catch(Exception e) { Trace.WriteLine(e); Trace.Flush(); } }
public new void unmarshal(DataInputStream dis) { base.unmarshal(dis); try { _numberOfBytes = dis.readUshort(); _dataValues = dis.readByteArray(_numberOfBytes); } // end try catch(Exception e) { Trace.WriteLine(e); Trace.Flush(); } }
public new void unmarshal(DataInputStream dis) { base.unmarshal(dis); try { _minefieldID.unmarshal(dis); _requestingEntityID.unmarshal(dis); _minefieldSequenceNumbeer = dis.readUshort(); _requestID = dis.readByte(); _pduSequenceNumber = dis.readByte(); _numberOfPdus = dis.readByte(); _numberOfMinesInThisPdu = dis.readByte(); _numberOfSensorTypes = dis.readByte(); _pad2 = dis.readByte(); _dataFilter = dis.readUint(); _mineType.unmarshal(dis); for(int idx = 0; idx < _numberOfSensorTypes; idx++) { TwoByteChunk anX = new TwoByteChunk(); anX.unmarshal(dis); _sensorTypes.Add(anX); }; _pad3 = dis.readByte(); for(int idx = 0; idx < _numberOfMinesInThisPdu; idx++) { Vector3Float anX = new Vector3Float(); anX.unmarshal(dis); _mineLocation.Add(anX); }; } // end try catch(Exception e) { Trace.WriteLine(e); Trace.Flush(); } }
public new void unmarshal(DataInputStream dis) { base.unmarshal(dis); try { _objectID.unmarshal(dis); _referencedObjectID.unmarshal(dis); _updateNumber = dis.readUshort(); _forceID = dis.readByte(); _modifications = dis.readByte(); _objectType.unmarshal(dis); _objectLocation.unmarshal(dis); _objectOrientation.unmarshal(dis); _objectAppearance = dis.readDouble(); _requesterID.unmarshal(dis); _receivingID.unmarshal(dis); _pad2 = dis.readUint(); } // end try catch(Exception e) { Trace.WriteLine(e); Trace.Flush(); } }
public void unmarshal(DataInputStream dis) { try { _entityKind = dis.readByte(); _domain = dis.readByte(); _country = dis.readUshort(); _category = dis.readByte(); _nomenclatureVersion = dis.readByte(); _nomenclature = dis.readUshort(); } // end try catch(Exception e) { Trace.WriteLine(e); Trace.Flush(); } }
public void unmarshal(DataInputStream dis) { try { _parameterIndex = dis.readUshort(); _parameterValue = dis.readShort(); } // end try catch(Exception e) { Trace.WriteLine(e); Trace.Flush(); } }
public new void unmarshal(DataInputStream dis) { base.unmarshal(dis); try { _radioEntityType.unmarshal(dis); _transmitState = dis.readByte(); _inputSource = dis.readByte(); _padding1 = dis.readUshort(); _antennaLocation.unmarshal(dis); _relativeAntennaLocation.unmarshal(dis); _antennaPatternType = dis.readUshort(); _antennaPatternCount = dis.readUshort(); _frequency = dis.readUlong(); _transmitFrequencyBandwidth = dis.readFloat(); _power = dis.readFloat(); _modulationType.unmarshal(dis); _cryptoSystem = dis.readUshort(); _cryptoKeyId = dis.readUshort(); _modulationParameterCount = dis.readByte(); _padding2 = dis.readUshort(); _padding3 = dis.readByte(); for(int idx = 0; idx < _modulationParameterCount; idx++) { Vector3Float anX = new Vector3Float(); anX.unmarshal(dis); _modulationParametersList.Add(anX); }; for(int idx = 0; idx < _antennaPatternCount; idx++) { Vector3Float anX = new Vector3Float(); anX.unmarshal(dis); _antennaPatternList.Add(anX); }; } // end try catch(Exception e) { Trace.WriteLine(e); Trace.Flush(); } }
public void unmarshal(DataInputStream dis) { try { _acousticName = dis.readUshort(); _function = dis.readByte(); _acousticIdNumber = dis.readByte(); } // end try catch(Exception e) { Trace.WriteLine(e); Trace.Flush(); } }
public new void unmarshal(DataInputStream dis) { base.unmarshal(dis); try { _eventType = dis.readUshort(); _pad1 = dis.readUint(); _numberOfFixedDatumRecords = dis.readUint(); _numberOfVariableDatumRecords = dis.readUint(); for(int idx = 0; idx < _numberOfFixedDatumRecords; idx++) { FixedDatum anX = new FixedDatum(); anX.unmarshal(dis); _fixedDatumRecords.Add(anX); }; for(int idx = 0; idx < _numberOfVariableDatumRecords; idx++) { VariableDatum anX = new VariableDatum(); anX.unmarshal(dis); _variableDatumRecords.Add(anX); }; } // end try catch(Exception e) { Trace.WriteLine(e); Trace.Flush(); } }
public new void unmarshal(DataInputStream dis) { base.unmarshal(dis); try { _requestID = dis.readUint(); _requiredReliabilityService = dis.readByte(); _pad1 = dis.readUshort(); _pad2 = dis.readByte(); _eventType = dis.readUshort(); _time = dis.readUint(); _numberOfRecords = dis.readUint(); for(int idx = 0; idx < _numberOfRecords; idx++) { FourByteChunk anX = new FourByteChunk(); anX.unmarshal(dis); _recordIDs.Add(anX); }; } // end try catch(Exception e) { Trace.WriteLine(e); Trace.Flush(); } }
public new void unmarshal(DataInputStream dis) { base.unmarshal(dis); try { _minefieldID.unmarshal(dis); _minefieldSequence = dis.readUshort(); _forceID = dis.readByte(); _numberOfPerimeterPoints = dis.readByte(); _minefieldType.unmarshal(dis); _numberOfMineTypes = dis.readUshort(); _minefieldLocation.unmarshal(dis); _minefieldOrientation.unmarshal(dis); _appearance = dis.readUshort(); _protocolMode = dis.readUshort(); for(int idx = 0; idx < _numberOfPerimeterPoints; idx++) { Point anX = new Point(); anX.unmarshal(dis); _perimeterPoints.Add(anX); }; for(int idx = 0; idx < _numberOfMineTypes; idx++) { EntityType anX = new EntityType(); anX.unmarshal(dis); _mineType.Add(anX); }; } // end try catch(Exception e) { Trace.WriteLine(e); Trace.Flush(); } }
public new void unmarshal(DataInputStream dis) { base.unmarshal(dis); try { _entityId.unmarshal(dis); _radioId = dis.readUshort(); } // end try catch(Exception e) { Trace.WriteLine(e); Trace.Flush(); } }
public void unmarshal(DataInputStream dis) { try { _systemStatus = dis.readByte(); _alternateParameter4 = dis.readByte(); _informationLayers = dis.readByte(); _modifier = dis.readByte(); _parameter1 = dis.readUshort(); _parameter2 = dis.readUshort(); _parameter3 = dis.readUshort(); _parameter4 = dis.readUshort(); _parameter5 = dis.readUshort(); _parameter6 = dis.readUshort(); } // end try catch(Exception e) { Trace.WriteLine(e); Trace.Flush(); } }
public new void unmarshal(DataInputStream dis) { base.unmarshal(dis); try { _requiredReliabilityService = dis.readByte(); _pad1 = dis.readUshort(); _pad2 = dis.readByte(); _requestID = dis.readUint(); _timeInterval = dis.readUint(); _numberOfFixedDatumRecords = dis.readUint(); _numberOfVariableDatumRecords = dis.readUint(); for(int idx = 0; idx < _numberOfFixedDatumRecords; idx++) { FixedDatum anX = new FixedDatum(); anX.unmarshal(dis); _fixedDatumRecords.Add(anX); }; for(int idx = 0; idx < _numberOfVariableDatumRecords; idx++) { VariableDatum anX = new VariableDatum(); anX.unmarshal(dis); _variableDatumRecords.Add(anX); }; } // end try catch(Exception e) { Trace.WriteLine(e); Trace.Flush(); } }
public void unmarshal(DataInputStream dis) { try { _beamDataLength = dis.readUshort(); _beamIDNumber = dis.readByte(); _pad2 = dis.readUshort(); _fundamentalDataParameters.unmarshal(dis); } // end try catch(Exception e) { Trace.WriteLine(e); Trace.Flush(); } }