6. IDL interfaces ProΒΆ

eProsima FastDDS-Gen tool allows the generation of source code for a RPC over DDS application from an IDL file. The IDL file must contain the operation that can be called on both the client and server sides, and the parameters that can be passed to them. These operations are specified using the concept of interfaces defined in the OMG IDL specification.

The next subsections serves as a guide to how to define your own IDL interface, how to define exceptions for its operations, and how to develop RPC Client/Server applications.