This is Unofficial EPICS BASE Doxygen Site
comQueSendMsgMinder Class Reference

#include "comQueSend.h"

Public Member Functions

 comQueSendMsgMinder (class comQueSend &, epicsGuard< epicsMutex > &)
 
 ~comQueSendMsgMinder ()
 
void commit ()
 

Detailed Description

Definition at line 39 of file comQueSend.h.

Constructor & Destructor Documentation

comQueSendMsgMinder::comQueSendMsgMinder ( class comQueSend sendQueIn,
epicsGuard< epicsMutex > &   
)
inline

Definition at line 161 of file comQueSend.h.

162  :
163  pSendQue ( & sendQueIn )
164 {
165  sendQueIn.beginMsg ();
166 }
comQueSendMsgMinder::~comQueSendMsgMinder ( )
inline

Definition at line 168 of file comQueSend.h.

169 {
170  if ( this->pSendQue ) {
171  this->pSendQue->clearUncommitedMsg ();
172  }
173 }

Member Function Documentation

void comQueSendMsgMinder::commit ( )
inline

Definition at line 175 of file comQueSend.h.

176 {
177  if ( this->pSendQue ) {
178  this->pSendQue->commitMsg ();
179  this->pSendQue = 0;
180  }
181 }

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