public virtual void Unmarshal(DataInputStream dis) { if (dis != null) { try { this._currentShaftRPMs = dis.ReadShort(); this._orderedShaftRPMs = dis.ReadShort(); this._shaftRPMRateOfChange = dis.ReadFloat(); } catch (Exception e) { if (PduBase.TraceExceptions) { Trace.WriteLine(e); Trace.Flush(); } this.RaiseExceptionOccured(e); if (PduBase.ThrowExceptions) { throw e; } } } }
public virtual void Unmarshal(DataInputStream dis) { if (dis != null) { try { this._beamAzimuthCenter = dis.ReadFloat(); this._beamAzimuthSweep = dis.ReadFloat(); this._beamElevationCenter = dis.ReadFloat(); this._beamElevationSweep = dis.ReadFloat(); this._beamSweepSync = dis.ReadFloat(); } catch (Exception e) { if (PduBase.TraceExceptions) { Trace.WriteLine(e); Trace.Flush(); } this.RaiseExceptionOccured(e); if (PduBase.ThrowExceptions) { throw e; } } } }
public virtual void Unmarshal(DataInputStream dis) { if (dis != null) { try { this._beamDirection.Unmarshal(dis); this._azimuthBeamwidth = dis.ReadFloat(); this._referenceSystem = dis.ReadFloat(); this._padding1 = dis.ReadShort(); this._padding2 = dis.ReadByte(); this._ez = dis.ReadFloat(); this._ex = dis.ReadFloat(); this._phase = dis.ReadFloat(); } catch (Exception e) { if (PduBase.TraceExceptions) { Trace.WriteLine(e); Trace.Flush(); } this.RaiseExceptionOccured(e); if (PduBase.ThrowExceptions) { throw e; } } } }
public virtual void Unmarshal(DataInputStream dis) { if (dis != null) { try { this._x = dis.ReadFloat(); this._y = dis.ReadFloat(); this._z = dis.ReadFloat(); } catch (Exception e) { if (PduBase.TraceExceptions) { Trace.WriteLine(e); Trace.Flush(); } this.RaiseExceptionOccured(e); if (PduBase.ThrowExceptions) { throw e; } } } }
public virtual void Unmarshal(DataInputStream dis) { if (dis != null) { try { this._activeEmissionParameterIndex = dis.ReadUnsignedShort(); this._scanPattern = dis.ReadUnsignedShort(); this._beamCenterAzimuth = dis.ReadFloat(); this._azimuthalBeamwidth = dis.ReadFloat(); this._beamCenterDE = dis.ReadFloat(); this._deBeamwidth = dis.ReadFloat(); } catch (Exception e) { if (PduBase.TraceExceptions) { Trace.WriteLine(e); Trace.Flush(); } this.RaiseExceptionOccured(e); if (PduBase.ThrowExceptions) { throw e; } } } }
public virtual void Unmarshal(DataInputStream dis) { if (dis != null) { try { this._erp = dis.ReadFloat(); this._frequency = dis.ReadFloat(); this._pgrf = dis.ReadFloat(); this._pulseWidth = dis.ReadFloat(); this._burstLength = dis.ReadUnsignedInt(); this._applicableModes = dis.ReadUnsignedByte(); this._pad2 = dis.ReadUnsignedShort(); this._pad3 = dis.ReadUnsignedByte(); } catch (Exception e) { if (PduBase.TraceExceptions) { Trace.WriteLine(e); Trace.Flush(); } this.RaiseExceptionOccured(e); if (PduBase.ThrowExceptions) { throw e; } } } }
public virtual void Unmarshal(DataInputStream dis) { if (dis != null) { try { this._frequency = dis.ReadFloat(); this._frequencyRange = dis.ReadFloat(); this._effectiveRadiatedPower = dis.ReadFloat(); this._pulseRepetitionFrequency = dis.ReadFloat(); this._pusleWidth = dis.ReadFloat(); this._beamAzimuthCenter = dis.ReadFloat(); this._beamAzimuthSweep = dis.ReadFloat(); this._beamElevationCenter = dis.ReadFloat(); this._beamElevationSweep = dis.ReadFloat(); this._beamSweepSync = dis.ReadFloat(); } catch (Exception e) { if (PduBase.TraceExceptions) { Trace.WriteLine(e); Trace.Flush(); } this.RaiseExceptionOccured(e); if (PduBase.ThrowExceptions) { throw e; } } } }