CoreDX Data Distribution Service
The High Performance, Small Footprint DDS from Twin Oaks Computing, Inc
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

◆ op1() [1/2]

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

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

◆ op1() [2/2]

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

Set this when invoking the method 'op1'.

◆ op2() [1/2]

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

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

◆ op2() [2/2]

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

Set this when invoking the method 'op2'.


© 2009-2020 Twin Oaks Computing, Inc
Castle Rock, CO 80104
All rights reserved.