Dear everyone
I need help. When I build my idl file include the verbatim annotaion, An error occurs, that is ERROR: context [/struct_type /complete_type_detail /type_annotations /_sub36 /applied_verbatim_annotation] 14:18 attribute annotation_name isn't defined.
I don't know what is the question, Is fast-dds-gen not support the use of verbatim annotation struct type ? Please help me, thanks very mcuh.
Fast-DDS-Gen version: 4.0.3
The idl:
module std_msgs {
module msg {
@verbatim (language="c++", text="basic type boolean")
struct Bool {
boolean data;
};
};
};
Thanks a lot
Dear everyone
I need help. When I build my idl file include the verbatim annotaion, An error occurs, that is ERROR: context [/struct_type /complete_type_detail /type_annotations /_sub36 /applied_verbatim_annotation] 14:18 attribute annotation_name isn't defined.
I don't know what is the question, Is fast-dds-gen not support the use of verbatim annotation struct type ? Please help me, thanks very mcuh.
Fast-DDS-Gen version: 4.0.3
The idl:
module std_msgs {
module msg {
@verbatim (language="c++", text="basic type boolean")
struct Bool {
boolean data;
};
};
};
Thanks a lot