AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
Public Member Functions | List of all members
drama::thread::ProcessInfo Class Reference

Detailed Description

A class with information used by the TransEvtProcessor methods.

This structure is used to pass details about a message to methods processing a reply to the message.

#include "thread.hh"

Public Member Functions

 ProcessInfo (std::shared_ptr< TMessHandler > handler, const WaitEventDetails &details)
 Construct one of these objects.
 
const TMessHandlerGetHandler () const
 Return the DRAMA Message handler object that was used to send the message.
 
const std::string & GetMessName () const
 Return the message name (Action name etc).
 
DitsMsgType GetMessType () const
 Return the type of the message that was sent.
 
const charGetMessTypeCStr () const
 Return the type of the message that was sent as a C string.
 
const PathGetPath () const
 Return the Path along which the message was sent.
 

The documentation for this class was generated from the following file: