Skip to content

Commit

Permalink
Merge pull request OpenDDS#4528 from OpenDDS/shapes-idl
Browse files Browse the repository at this point in the history
Shapes IDL doesn't match interoperability IDL
  • Loading branch information
iguessthislldo authored Mar 22, 2024
2 parents 136d110 + 7218c9e commit 14fc41b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions examples/DCPS/ishapes/ShapeType.idl
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ module org {
module demo {

@topic
@appendable
struct ShapeType {
@key string color;
long x;
long y;
long shapesize;
@key string<128> color;
int32 x;
int32 y;
int32 shapesize;
};

};
Expand Down

0 comments on commit 14fc41b

Please sign in to comment.