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

Public Member Functions

DDS::rpc::UnknownException unknownEx () const
 
void unknownEx (DDS::rpc::UnknownException _v)
 
const struct Foo_op2_Outresult () const
 
void result (const struct Foo_op2_Out &_v)
 

Detailed Description

Data type generated to capture the result of the method 'Foo::op2()'. This data type is a union that encapsulates the Foo_op2_Out member and provides for the indication of an exception from the service.

Member Function Documentation

const struct Foo_op2_Out& DDS::rpc::example::Foo_op2_Result::result ( ) const
inline

A successful invocation of 'op2 ' will set this member.

void DDS::rpc::example::Foo_op2_Result::result ( const struct Foo_op2_Out _v)
inline

Helper to set this member.

DDS::rpc::UnknownException DDS::rpc::example::Foo_op2_Result::unknownEx ( ) const
inline

If the service throws an exception, it will select this member.

void DDS::rpc::example::Foo_op2_Result::unknownEx ( DDS::rpc::UnknownException  _v)
inline

Helper to set this member.


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