CoreDX DDS C++ Reference Manual
Public Member Functions | List of all members
DDS::rpc::example::Foo_Call Class Reference

Public Member Functions

const struct Foo_op1_Inop1 () const
 
void op1 (const struct Foo_op1_In &_v)
 
const struct Foo_op2_Inop2 () const
 
void op2 (const struct Foo_op2_In &_v)
 

Detailed Description

Data type generated to consolidate the parameters of any method of Foo.

The data type is a union with one case for each operation in the Foo service. The requester must populate the specific union member that matches the method to be invoked.

Member Function Documentation

const struct Foo_op1_In& DDS::rpc::example::Foo_Call::op1 ( ) const
inline

Access this to see the parameters to the method 'op1'.

void DDS::rpc::example::Foo_Call::op1 ( const struct Foo_op1_In _v)
inline

Set this when invoking the method 'op1'.

const struct Foo_op2_In& DDS::rpc::example::Foo_Call::op2 ( ) const
inline

Access this to see the parameters to the method 'op2'.

void DDS::rpc::example::Foo_Call::op2 ( const struct Foo_op2_In _v)
inline

Set this when invoking the method 'op2'.


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