pjmsg_mcap_wrapper
Loading...
Searching...
No Matches
Time.idl
Go to the documentation of this file.
2 module msg {
3 struct Time {
4 int32 sec;
5
6 uint32 nanosec;
7 };
8 };
9};
This class represents the structure Time defined by the user in the IDL file.
Definition Time.idl:3