#include <tcsCMD_PARALLEL.h>
Public Methods | |
| tcsCMD_PARALLEL () | |
| virtual | ~tcsCMD_PARALLEL () |
| virtual ccsCOMPL_STAT | SetCompletedCB (evhCALLBACK &cb) |
| virtual ccsCOMPL_STAT | SetErrorCB (evhCALLBACK &cb) |
| virtual ccsCOMPL_STAT | SetTimeoutCB (evhCALLBACK &cb, const ccsTIMEVAL &timeout) |
| virtual ccsCOMPL_STAT | SetTimeout (const ccsTIMEVAL &timeout) |
| virtual ccsTIMEVAL | GetTimeout () const |
| virtual ccsCOMPL_STAT | AddMessage (const msgMESSAGE &msg) |
| virtual ccsCOMPL_STAT | Send () |
| virtual ccsCOMPL_STAT | Reset () |
| virtual ccsCOMPL_STAT | Init () |
| virtual const vltLOGICAL | GetStatus () const |
| virtual const vltINT32 | GetNumCmds () const |
| virtual const vltINT32 | GetNumWait () const |
Protected Methods | |
| virtual const fndLIST & | GetCmdList () const |
| virtual ccsCOMPL_STAT | RunCompleted (const msgMESSAGE &) |
| virtual ccsCOMPL_STAT | RunError (const msgMESSAGE &) |
| virtual evhCB_COMPL_STAT | ReplyCB (msgMESSAGE &, void *) |
| virtual evhCB_COMPL_STAT | ErrReplyCB (msgMESSAGE &, void *) |
| virtual evhCB_COMPL_STAT | TimeoutCB (msgMESSAGE &, void *) |
Private Attributes | |
| vltINT32 | numWait |
| ccsTIMEVAL | timeout |
| vltINT32 | numCmds |
| fndLIST | cmdList |
| fndLIST | msgList |
| evhCALLBACK * | completedCB |
| evhCALLBACK * | errorCB |
| evhCALLBACK * | timeoutCB |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001