#include <mythbackend/backendhousekeeper.h>
|
| | FindEncoders (void) |
| |
| bool | DoRun (void) override |
| |
| | PeriodicHouseKeeperTask (const QString &dbTag, std::chrono::seconds period, float min=0.5, float max=1.1, std::chrono::seconds retry=0s, HouseKeeperScope scope=kHKGlobal, HouseKeeperStartup startup=kHKNormal) |
| |
| bool | DoCheckRun (const QDateTime &now) override |
| |
| virtual bool | InWindow (const QDateTime &now) |
| |
| virtual bool | PastWindow (const QDateTime &now) |
| |
| QDateTime | UpdateLastRun (const QDateTime &last, bool successful=true) override |
| |
| void | SetLastRun (const QDateTime &last, bool successful=true) override |
| |
| virtual void | SetWindow (float min, float max) |
| |
| | HouseKeeperTask (const QString &dbTag, HouseKeeperScope scope=kHKGlobal, HouseKeeperStartup startup=kHKNormal) |
| |
| | ~HouseKeeperTask () override=default |
| |
| bool | IsFinished (void) const |
| |
| void | SetFinished (bool fini) |
| |
| bool | CheckRun (const QDateTime &now) |
| |
| bool | Run (void) |
| |
| bool | ConfirmRun (void) const |
| |
| bool | IsRunning (void) const |
| |
| bool | CheckImmediate (void) |
| |
| bool | CheckStartup (void) |
| |
| QString | GetTag (void) |
| |
| QDateTime | GetLastRun (void) |
| |
| QDateTime | GetLastSuccess (void) |
| |
| HouseKeeperScope | GetScope (void) |
| |
| QDateTime | QueryLastRun (void) |
| |
| QDateTime | QueryLastSuccess (void) |
| |
| QDateTime | UpdateLastRun (bool successful=true) |
| |
| virtual QDateTime | UpdateLastRun (const QDateTime &last, bool successful=true) |
| |
| virtual void | SetLastRun (const QDateTime &last, bool successful=true) |
| |
| virtual bool | DoCheckRun (const QDateTime &) |
| |
| virtual bool | DoRun (void) |
| |
| virtual void | Terminate (void) |
| |
| | ReferenceCounter (const QString &debugName, bool logDebug=true) |
| | Creates reference counter with an initial value of 1. More...
|
| |
| virtual int | IncrRef (void) |
| | Increments reference count. More...
|
| |
| virtual int | DecrRef (void) |
| | Decrements reference count and deletes on 0. More...
|
| |
Definition at line 90 of file backendhousekeeper.h.
◆ FindEncoders()
| FindEncoders::FindEncoders |
( |
void |
| ) |
|
|
inline |
◆ DoRun()
| bool FindEncoders::DoRun |
( |
void |
| ) |
|
|
overridevirtual |
◆ kINTERVAL1
| constexpr std::chrono::minutes FindEncoders::kINTERVAL1 { 1min } |
|
staticconstexprprivate |
◆ kINTERVAL2
| constexpr std::chrono::minutes FindEncoders::kINTERVAL2 { 2min } |
|
staticconstexprprivate |
◆ kINTERVAL3
| constexpr std::chrono::minutes FindEncoders::kINTERVAL3 { 5min } |
|
staticconstexprprivate |
◆ kINTERVAL4
| constexpr std::chrono::minutes FindEncoders::kINTERVAL4 { 15min } |
|
staticconstexprprivate |
◆ kINTERVAL5
| constexpr std::chrono::minutes FindEncoders::kINTERVAL5 { 60min } |
|
staticconstexprprivate |
◆ kINTERVAL_EARLY_PCT
| constexpr float FindEncoders::kINTERVAL_EARLY_PCT { 0.95 } |
|
staticconstexprprivate |
◆ kINTERVAL_LATE_PCT
| constexpr float FindEncoders::kINTERVAL_LATE_PCT { 1.05 } |
|
staticconstexprprivate |
◆ m_called
| int FindEncoders::m_called { 0 } |
|
private |
The documentation for this class was generated from the following files: