CoreDX DDS C++ Reference Manual
Public Member Functions | Public Attributes | List of all members
DDS::rpc::example::Foo_Reply Struct Reference

Public Member Functions

 Foo_Reply ()
 
DDS::SampleIdentity_trelated_id ()
 

Public Attributes

struct DDS::rpc::ReplyHeader header
 
class Foo_Return data
 

Detailed Description

Data type generated to represent a Reply from the Foo service.

The Reply data type includes the Return data type and an RPC header. The header indicates the 'relatedRequestId' that associates this Reply with a previous Request.

Constructor & Destructor Documentation

DDS::rpc::example::Foo_Reply::Foo_Reply ( )

Constructor, Copy Constructor, Destructor, Assignment operator

Member Function Documentation

DDS::SampleIdentity_t* DDS::rpc::example::Foo_Reply::related_id ( )
inline

Access the relatedRequestId from the RPC header

Member Data Documentation

class Foo_Return DDS::rpc::example::Foo_Reply::data

the Foo_Return union that holds the inout, out, and return values from an operation invocation.

struct DDS::rpc::ReplyHeader DDS::rpc::example::Foo_Reply::header

the RPC header, holding the relatedRequestId


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