|
MythTV master
|
Static-scoped locked tree list class. More...
#include <libmythtv/diseqc.h>
Public Member Functions | |
| ~DiSEqCDevTrees () | |
| DiSEqCDevTree * | FindTree (uint cardid) |
| Retrieve device tree. More... | |
| void | InvalidateTrees (void) |
| Invalidate cached trees. More... | |
Protected Attributes | |
| cardid_to_diseqc_tree_t | m_trees |
| QMutex | m_treesLock |
| DiSEqCDevTrees::~DiSEqCDevTrees | ( | ) |
Definition at line 256 of file diseqc.cpp.
| DiSEqCDevTree * DiSEqCDevTrees::FindTree | ( | uint | cardid | ) |
Retrieve device tree.
| cardid | Capture card id. |
Definition at line 265 of file diseqc.cpp.
Referenced by DiSEqCDev::FindTree().
| void DiSEqCDevTrees::InvalidateTrees | ( | void | ) |
Invalidate cached trees.
Definition at line 283 of file diseqc.cpp.
Referenced by DiSEqCDev::InvalidateTrees(), and ~DiSEqCDevTrees().
|
protected |
Definition at line 70 of file diseqc.h.
Referenced by FindTree(), and InvalidateTrees().
|
protected |
Definition at line 71 of file diseqc.h.
Referenced by FindTree(), and InvalidateTrees().