|
ICP
1
|
#include "stdafx.h"#include "Poco/SingletonHolder.h"#include "Poco/Data/Common.h"#include "Poco/Data/SessionPool.h"#include "Poco/Data/MySQl/Connector.h"#include "Poco/Data/RecordSet.h"#include "selogger.h"#include "epicsdb.h"#include "icputils.h"Go to the source code of this file.
Classes | |
| class | EpicsSessionPool |
Functions | |
| unsigned __stdcall | run_epics_db (void *arg) |
Variables | |
| static Poco::SingletonHolder < EpicsSessionPool > | epics_session_pool |
| unsigned __stdcall run_epics_db | ( | void * | arg | ) |
Definition at line 42 of file epicsdb.cpp.
References epics_session_pool, padWithZeros(), and se_log_fvalues().
Referenced by se_start_epics_thread().
|
static |
Definition at line 33 of file epicsdb.cpp.
Referenced by run_epics_db().
1.8.5