|
MythTV
0.26-pre
|
Static-scoped locked tree list class. More...
#include <diseqc.h>
Public Member Functions | |
| ~DiSEqCDevTrees () | |
| DiSEqCDevTree * | FindTree (uint cardid) |
| Retrieve device tree. | |
| void | InvalidateTrees (void) |
| Invalidate cached trees. | |
Protected Attributes | |
| cardid_to_diseqc_tree_t | m_trees |
| QMutex | m_trees_lock |
Definition at line 263 of file diseqc.cpp.
| DiSEqCDevTree * DiSEqCDevTrees::FindTree | ( | uint | cardid | ) |
Retrieve device tree.
| cardid | Capture card id. |
| fd_frontend | DVB frontend device file descriptor. |
Definition at line 273 of file diseqc.cpp.
Referenced by DiSEqCDev::FindTree().
Invalidate cached trees.
Definition at line 291 of file diseqc.cpp.
Referenced by DiSEqCDev::InvalidateTrees(), and ~DiSEqCDevTrees().
cardid_to_diseqc_tree_t DiSEqCDevTrees::m_trees [protected] |
Definition at line 70 of file diseqc.h.
Referenced by FindTree(), and InvalidateTrees().
QMutex DiSEqCDevTrees::m_trees_lock [protected] |
Definition at line 71 of file diseqc.h.
Referenced by FindTree(), and InvalidateTrees().
1.7.6.1