CoreDX DDS C++ Reference Manual
Classes
DDS::rpc::example Namespace Reference

Provides an example of generated RPC over DDS code. The structures are generated for this IDL: More...

Classes

struct  Foo
 
class  Foo_Call
 
struct  Foo_op1_In
 
struct  Foo_op1_Out
 
class  Foo_op1_Result
 
struct  Foo_op2_In
 
struct  Foo_op2_Out
 
class  Foo_op2_Result
 
struct  Foo_Reply
 
struct  Foo_Request
 
class  Foo_Return
 
struct  FooClient
 
struct  FooService
 

Detailed Description

Provides an example of generated RPC over DDS code. The structures are generated for this IDL:

namespace rpc


       @service
        interface Foo {
           boolean op1( long param );
           long    op2(  );
       };

© 2009-2017 Twin Oaks Computing, Inc
Castle Rock, CO 80108
All rights reserved.