Skip to content

Commit

Permalink
Merge pull request #2 from delaneyj/delaney/fix-commment
Browse files Browse the repository at this point in the history
Misspelled "commment" causing issues in code generation
  • Loading branch information
leif81 authored May 15, 2019
2 parents 6d8821f + ee5e289 commit a33803d
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 65 deletions.
10 changes: 5 additions & 5 deletions DIS5.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,23 +57,23 @@
<classRef name="Orientation"/>
</attribute>

<attribute name="azimuthBeamwidth" commment="Full width of the beam to the -3dB power density points
<attribute name="azimuthBeamwidth" comment="Full width of the beam to the -3dB power density points
in the x-y plane of the beam coordinnate system. Elevation beamwidth is represented by a 32 bit
floating point number in units of radians.">
<primitive type="float" defaultValue="0"/>
</attribute>

<attribute name="referenceSystem" commment="The reference coordinate system wrt which beam direction
<attribute name="referenceSystem" comment="The reference coordinate system wrt which beam direction
is specified. This field should not change over the duration of an exercise. World coordindate systemis
prefered for exercises. The entity coordinate system should be used only when highly directional antennas must be precisely modeled.">
<primitive type="float" defaultValue="0"/>
</attribute>

<attribute name="padding1" commment="Padding">
<attribute name="padding1" comment="Padding">
<primitive type="short" defaultValue="0"/>
</attribute>

<attribute name="padding2" commment="Padding">
<attribute name="padding2" comment="Padding">
<primitive type="byte" defaultValue="0"/>
</attribute>

Expand All @@ -100,7 +100,7 @@
Specified the direction and radiation pattern from a radio transmitter's antenna.
NOTE: this class must be hand-coded to clean up some implementation details.">

<attribute name="order" commment="The highest order of the expansion in spherical harmonics, couting
<attribute name="order" comment="The highest order of the expansion in spherical harmonics, couting
from zero. There are 2n+1 coefficients for each order n, and a total of N^2 + 2N + 1 coefficients
through order N.">
<primitive type="byte"/>
Expand Down
12 changes: 6 additions & 6 deletions DIS6.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,25 +90,25 @@
<classRef name="Orientation"/>
</attribute>

<attribute name="azimuthBeamwidth" commment="Full width of the beam to the -3dB power density points in the x-y plane of the beam coordinnate system. Elevation beamwidth is represented by a 32 bit floating point number in units of radians.">
<attribute name="azimuthBeamwidth" comment="Full width of the beam to the -3dB power density points in the x-y plane of the beam coordinnate system. Elevation beamwidth is represented by a 32 bit floating point number in units of radians.">
<primitive type="float" defaultValue="0"/>
</attribute>

<attribute name="elevationBeamwidth" commment="The full width of the beam to the –3 dB power density points in the x-z plane of the beam coordinate system. Elevation beamwidth shall be represented by a 32-bit floating point number in units of radians.">
<attribute name="elevationBeamwidth" comment="The full width of the beam to the –3 dB power density points in the x-z plane of the beam coordinate system. Elevation beamwidth shall be represented by a 32-bit floating point number in units of radians.">
<primitive type="float" defaultValue="0"/>
</attribute>

<attribute name="referenceSystem" commment="The reference coordinate system wrt which beam direction
<attribute name="referenceSystem" comment="The reference coordinate system wrt which beam direction
is specified. This field should not change over the duration of an exercise. World coordindate systemis
prefered for exercises. The entity coordinate system should be used only when highly directional antennas must be precisely modeled.">
<primitive type="float" defaultValue="0"/>
</attribute>

<attribute name="padding1" commment="Padding">
<attribute name="padding1" comment="Padding">
<primitive type="short" defaultValue="0"/>
</attribute>

<attribute name="padding2" commment="Padding">
<attribute name="padding2" comment="Padding">
<primitive type="byte" defaultValue="0"/>
</attribute>

Expand All @@ -135,7 +135,7 @@
Specified the direction and radiation pattern from a radio transmitter's antenna.
NOTE: this class must be hand-coded to clean up some implementation details.">

<attribute name="harmonicOrder" commment="The highest order of the expansion in spherical harmonics, counting
<attribute name="harmonicOrder" comment="The highest order of the expansion in spherical harmonics, counting
from zero. There are 2n+1 coefficients for each order n, and a total of N^2 + 2N + 1 coefficients
through order N. note that order by itself is a sql reserved word">
<primitive type="byte"/>
Expand Down
Loading

0 comments on commit a33803d

Please sign in to comment.