Skip to content

Console example compatible with ShapesDemo #4115

Answered by JesusPoderoso
Johnsik asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Johnsik, thanks for using Fast DDS.
I am afraid there is no such example you are describing.
In case you want to build it manually, the following snippet is a ShapesDemo IDL example. You can generate the types with Fast DDS-Gen, and use it with a publisher - subscriber as the Helloworld example.

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

We are open to contributions, so if you are interested and you implement it, you can create a Pull Request to Fast DDS with your implementation!

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Johnsik
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants