Skip to content

Commit

Permalink
IApskModulation: Fixed field types to be the same as in the existing …
Browse files Browse the repository at this point in the history
…C++ class.
  • Loading branch information
levy authored and ZoltanBojthe committed Sep 24, 2021
1 parent 0d67864 commit 6432f32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/inet/physicallayer/contract/packetlevel/IModulation.msg
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ class IApskModulation
{
@existingClass;
@descriptor(readonly);
int codeWordSize;
int constellationSize;
unsigned int codeWordSize;
unsigned int constellationSize;
};

0 comments on commit 6432f32

Please sign in to comment.