|
ICP
1
|
#include <icputils.h>

Public Member Functions | |
| ICPClock () | |
| void | syncToSystemTime () |
| void | setParameters (LONGLONG perf_counter, LONGLONG proc_freq, FILETIME filetime) |
| void | getParameters (LONGLONG &perf_counter, LONGLONG &proc_freq, FILETIME &filetime) |
| void | getCurrentTimeAsFiletime (FILETIME &ft) |
| void | getCurrentTimeFromEpoch (time_t &tt) |
Private Attributes | |
| LARGE_INTEGER | m_proc_freq |
| LARGE_INTEGER | m_perf_counter |
| FILETIME | m_filetime |
| double | m_perf_to_ft |
Additional Inherited Members | |
Protected Member Functions inherited from ISIS::Base | |
| Base (const std::string &logger_name="UNKNOWN") | |
| void | setLoggerName (const std::string &logger_name) |
| virtual | ~Base () |
| virtual std::string | loggingPrefix () const |
| void | setThisLoggerLevel (int level) |
Static Protected Member Functions inherited from ISIS::Base | |
| static void | setAllLoggerLevel (int level) |
Protected Attributes inherited from ISIS::Base | |
| Poco::Logger * | m_logger |
| Poco::LogStream * | m_logstr |
| Poco::Mutex | m_logger_lock |
Definition at line 143 of file icputils.h.
|
inline |
Definition at line 151 of file icputils.h.
References ISIS::Base::setLoggerName(), and syncToSystemTime().
|
inline |
Definition at line 191 of file icputils.h.
References m_filetime, m_perf_counter, and m_perf_to_ft.
Referenced by getCurrentTimeFromEpoch(), and ISISinstrumentControl::ISISinstrumentControl().
|
inline |
Definition at line 210 of file icputils.h.
References getCurrentTimeAsFiletime().
|
inline |
Definition at line 184 of file icputils.h.
References m_filetime, m_perf_counter, and m_proc_freq.
Referenced by ISISCRPT_STRUCT::ISISCRPT_STRUCT().
|
inline |
Definition at line 171 of file icputils.h.
References LOGSTR_ERROR, m_filetime, m_perf_counter, m_perf_to_ft, and m_proc_freq.
Referenced by ISISinstrumentControl::ISISinstrumentControl().
|
inline |
Definition at line 157 of file icputils.h.
References m_filetime, m_perf_counter, m_perf_to_ft, and m_proc_freq.
Referenced by ICPClock().
|
private |
Definition at line 147 of file icputils.h.
Referenced by getCurrentTimeAsFiletime(), getParameters(), setParameters(), and syncToSystemTime().
|
private |
Definition at line 146 of file icputils.h.
Referenced by getCurrentTimeAsFiletime(), getParameters(), setParameters(), and syncToSystemTime().
|
private |
Definition at line 148 of file icputils.h.
Referenced by getCurrentTimeAsFiletime(), setParameters(), and syncToSystemTime().
|
private |
Definition at line 146 of file icputils.h.
Referenced by getParameters(), setParameters(), and syncToSystemTime().
1.8.5