CoreDX DDS C++ Reference Manual
Classes | Namespaces
example_foo_service.hh File Reference

Example data types generated for an RPC Service. More...

Go to the source code of this file.

Classes

struct  DDS::rpc::example::Foo_op1_In
 
struct  DDS::rpc::example::Foo_op1_Out
 
class  DDS::rpc::example::Foo_op1_Result
 
struct  DDS::rpc::example::Foo_op2_In
 
struct  DDS::rpc::example::Foo_op2_Out
 
class  DDS::rpc::example::Foo_op2_Result
 
class  DDS::rpc::example::Foo_Call
 
struct  DDS::rpc::example::Foo_Request
 
class  DDS::rpc::example::Foo_Return
 
struct  DDS::rpc::example::Foo_Reply
 
struct  DDS::rpc::example::Foo
 
struct  DDS::rpc::example::FooClient
 
struct  DDS::rpc::example::FooService
 

Namespaces

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

Detailed Description

Example data types generated for an RPC Service.


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

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