CoreDX Data Distribution Service
The High Performance, Small Footprint DDS from Twin Oaks Computing, Inc
com.toc.coredx.DDS.rpc.SimpleRequesterListener< TRep extends ReplyType > Interface Template Reference
Inheritance diagram for com.toc.coredx.DDS.rpc.SimpleRequesterListener< TRep extends ReplyType >:
com.toc.coredx.DDS.rpc.ListenerBase

Public Member Functions

void process_reply (Sample< TRep > sample, SampleIdentity_t sample_identity)
 

Detailed Description

SimpleRequesterListener can be installed on a Requester.

SimpleRequesterListener<TRep> abstract class is used to receive notifications of arrival of replies. It is passed to the Requester through RequesterParams. It extends ListenerBase and enables processing of replies. The callback is provided access to the reply sample and returns void.

See also
RequesterParams

Member Function Documentation

◆ process_reply()

void com.toc.coredx.DDS.rpc.SimpleRequesterListener< TRep extends ReplyType >.process_reply ( Sample< TRep >  sample,
SampleIdentity_t  sample_identity 
)

Invoked when a reply is available.

Must process the reply.


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