Defines | Functions

Beesnest/DcConnectionThread.cpp File Reference

#include "DcConnectionThread.h"

Go to the source code of this file.

Defines

#define SSI_ERR(inst)   " --- Cannot Execute: " + inst + " --- "
 DcConnectionThread.cpp: Implementation of CdcConnectionThread class.

Functions

CdcString ClenSsiItem (const CdcString &str)
int DcRun (void *pParam)

Define Documentation

#define SSI_ERR (   inst )    " --- Cannot Execute: " + inst + " --- "

DcConnectionThread.cpp: Implementation of CdcConnectionThread class.

for documentation see the header file.

Definition at line 27 of file DcConnectionThread.cpp.


Function Documentation

CdcString ClenSsiItem ( const CdcString str )

Definition at line 252 of file DcConnectionThread.cpp.

int DcRun ( void *  pParam )

This function runs as a separate thread, has access to all private members of the class and does the job of this thread.

Definition at line 530 of file DcConnectionThread.cpp.