Go to the source code of this file.
|
CPyModule * | CreatePyModule (CUser *pUser, CIRCNetwork *pNetwork, const CString &sModName, const CString &sDataPath, PyObject *pyObj, CModPython *pModPython) |
|
CPyTimer * | CreatePyTimer (CPyModule *pModule, unsigned int uInterval, unsigned int uCycles, const CString &sLabel, const CString &sDescription, PyObject *pyObj) |
|
CPySocket * | CreatePySocket (CPyModule *pModule, PyObject *pyObj) |
|
bool | HaveIPv6_ () |
|
bool | HaveSSL_ () |
|
bool | HaveCharset_ () |
|
int | GetSOMAXCONN () |
|
int | GetVersionMajor () |
|
int | GetVersionMinor () |
|
double | GetVersion () |
|
CString | GetVersionExtra () |
|
CPyTimer* CreatePyTimer |
( |
CPyModule * |
pModule, |
|
|
unsigned int |
uInterval, |
|
|
unsigned int |
uCycles, |
|
|
const CString & |
sLabel, |
|
|
const CString & |
sDescription, |
|
|
PyObject * |
pyObj |
|
) |
| |
|
inline |