|
ZNC trunk
|
This is the complete list of members for CFPTimer, including all inherited members.
| CCron() | CCron | |
| CFPTimer(CModule *pModule, unsigned int uInterval, unsigned int uCycles, const CString &sLabel, const CString &sDescription) | CFPTimer | inline |
| CTimer(CModule *pModule, unsigned int uInterval, unsigned int uCycles, const CString &sLabel, const CString &sDescription) | CTimer | |
| CTimer(const CTimer &)=delete | CTimer | |
| GetCyclesLeft() const | CCron | |
| GetDescription() const | CTimer | |
| GetInterval() const | CCron | |
| GetMaxCycles() const | CCron | |
| GetModule() const | CTimer | |
| GetName() const | CCron | |
| GetNextRun() const | CCron | inline |
| isValid() const | CCron | |
| m_bRunOnNextCall | CCron | protected |
| m_pModule | CTimer | protected |
| m_sDescription | CTimer | protected |
| operator=(const CTimer &)=delete | CTimer | |
| Pause() | CCron | |
| Reset() | CCron | |
| run(timeval &tNow) | CCron | |
| RunJob() override | CFPTimer | inlineprotectedvirtual |
| SetDescription(const CString &s) | CTimer | |
| SetFPCallback(FPTimer_t p) | CFPTimer | inline |
| SetModule(CModule *p) | CTimer | |
| SetName(const CS_STRING &sName) | CCron | |
| Start(double dTimeSequence) | CCron | |
| Start(const timeval &TimeSequence) | CCron | |
| StartMaxCycles(double dTimeSequence, uint32_t iMaxCycles) | CCron | |
| StartMaxCycles(const timeval &tTimeSequence, uint32_t iMaxCycles) | CCron | |
| Stop() | CCron | |
| UnPause() | CCron | |
| ~CCron() | CCron | inlinevirtual |
| ~CFPTimer() | CFPTimer | inlinevirtual |
| ~CTimer() | CTimer | virtual |