diff options
author | austriancoder <austriancoder> | 2004-09-13 11:26:52 +0000 |
---|---|---|
committer | austriancoder <austriancoder> | 2004-09-13 11:26:52 +0000 |
commit | 433938312aba894f3487064387a59336f0e76acc (patch) | |
tree | 8e45e7dec246a895f929987b494821d94b9676ad /dxr3interface.h | |
parent | d8efb3c9c6a8b9557ed78e266c92d1a02e98d41c (diff) | |
download | vdr-plugin-dxr3-433938312aba894f3487064387a59336f0e76acc.tar.gz vdr-plugin-dxr3-433938312aba894f3487064387a59336f0e76acc.tar.bz2 |
added and converted comments into a doxygen friendly format
Diffstat (limited to 'dxr3interface.h')
-rw-r--r-- | dxr3interface.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dxr3interface.h b/dxr3interface.h index 1041ad9..0735bb6 100644 --- a/dxr3interface.h +++ b/dxr3interface.h @@ -18,6 +18,11 @@ class cFixedLengthFrame; // ================================== // interafce to dxr3-card +/*! + cDxr3Interface is the interface to the dxr3 + driver and so to the card, + so this is the layer between plugin and driver. +*/ class cDxr3Interface : public Singleton<cDxr3Interface> { public: @@ -126,9 +131,6 @@ private: // bcs em8300_bcs_t m_bcs; - // spu -// cDxr3InterfaceSpu m_SpuInterface; - void UploadMicroCode(); void ConfigureDevice(); void ResampleVolume(short* pcmbuf, int size); |