CoreDX Data Distribution Service
The High Performance, Small Footprint DDS from Twin Oaks Computing, Inc
SimpleRequesterListener< TRep > Interface Template Reference
Inheritance diagram for SimpleRequesterListener< TRep >:
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
Type Constraints
TRep :ReplyType 
TRep :new() 

Member Function Documentation

◆ process_reply()

void 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 80108
All rights reserved.