You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module builtin_interfaces {
module msg {
struct Time {
long sec;
unsigned long nanosec;
};
};
};
and as i checked if it is plain using is_plain() it show its not. I think here only plain type are used, i wonder why this is not plain, becuz of its nested within module(namespace)?
fastddsgen -version output
openjdk version "11.0.26" 2025-01-21
OpenJDK Runtime Environment (build 11.0.26+4-post-Ubuntu-1ubuntu122.04)
OpenJDK 64-Bit Server VM (build 11.0.26+4-post-Ubuntu-1ubuntu122.04, mixed mode, sharing)
fastddsgen version 3.2.1
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, i have this Time.idl file similiar with ROS
and as i checked if it is plain using is_plain() it show its not. I think here only plain type are used, i wonder why this is not plain, becuz of its nested within module(namespace)?
fastddsgen -version output
while for some reason i am using FastDDS 2.12.
Beta Was this translation helpful? Give feedback.
All reactions