Micro-XRCE-DDS-Client/examples/ShapesDemo/ShapeType.idl

7 lines
89 B
Plaintext

struct ShapeType {
@Key string color;
long x;
long y;
long shapesize;
};