3 #include <dis6/utils/DataStream.h> 4 #include <dis6/opendis6_export.h> 53 virtual void marshal(
DataStream& dataStream)
const;
54 virtual void unmarshal(
DataStream& dataStream);
56 float getFrequency()
const;
57 void setFrequency(
float pX);
59 float getFrequencyRange()
const;
60 void setFrequencyRange(
float pX);
62 float getEffectiveRadiatedPower()
const;
63 void setEffectiveRadiatedPower(
float pX);
65 float getPulseRepetitionFrequency()
const;
66 void setPulseRepetitionFrequency(
float pX);
68 float getPulseWidth()
const;
69 void setPulseWidth(
float pX);
71 float getBeamAzimuthCenter()
const;
72 void setBeamAzimuthCenter(
float pX);
74 float getBeamAzimuthSweep()
const;
75 void setBeamAzimuthSweep(
float pX);
77 float getBeamElevationCenter()
const;
78 void setBeamElevationCenter(
float pX);
80 float getBeamElevationSweep()
const;
81 void setBeamElevationSweep(
float pX);
83 float getBeamSweepSync()
const;
84 void setBeamSweepSync(
float pX);
87 virtual int getMarshalledSize()
const;
Symbolic names as defined in 5.1.4.
Definition: AcknowledgePdu.h:8
float _effectiveRadiatedPower
Effective radiated power for the emission in DdBm.
Definition: FundamentalParameterData.h:25
float _beamSweepSync
allows receiver to synchronize its regenerated scan pattern to that of the emmitter.
Definition: FundamentalParameterData.h:46
a class to support managing a network buffer.
Definition: DataStream.h:28
float _beamAzimuthSweep
Specifies the beam azimuth sweep to determine scan volume.
Definition: FundamentalParameterData.h:37
float _frequencyRange
Bandwidth of the frequencies corresponding to the fequency field.
Definition: FundamentalParameterData.h:22
float _beamAzimuthCenter
Specifies the beam azimuth an elevation centers and corresponding half-angles to describe the scan vo...
Definition: FundamentalParameterData.h:34
float _pulseRepetitionFrequency
Average repetition frequency of the emission in hertz.
Definition: FundamentalParameterData.h:28
float _beamElevationCenter
Specifies the beam elevation center to determine scan volume.
Definition: FundamentalParameterData.h:40
float _frequency
center frequency of the emission in hertz.
Definition: FundamentalParameterData.h:19
float _beamElevationSweep
Specifies the beam elevation sweep to determine scan volume.
Definition: FundamentalParameterData.h:43
Definition: FundamentalParameterData.h:15
float _pulseWidth
Average pulse width of the emission in microseconds.
Definition: FundamentalParameterData.h:31