#include "comQueSend.h"
Definition at line 39 of file comQueSend.h.
comQueSendMsgMinder::comQueSendMsgMinder |
( |
class comQueSend & |
sendQueIn, |
|
|
epicsGuard< epicsMutex > & |
|
|
) |
| |
|
inline |
Definition at line 161 of file comQueSend.h.
163 pSendQue ( & sendQueIn )
165 sendQueIn.beginMsg ();
comQueSendMsgMinder::~comQueSendMsgMinder |
( |
| ) |
|
|
inline |
Definition at line 168 of file comQueSend.h.
170 if ( this->pSendQue ) {
171 this->pSendQue->clearUncommitedMsg ();
void comQueSendMsgMinder::commit |
( |
| ) |
|
|
inline |
Definition at line 175 of file comQueSend.h.
177 if ( this->pSendQue ) {
178 this->pSendQue->commitMsg ();
The documentation for this class was generated from the following file: