Update header

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1981 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: a44467fe14
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2011-12-20 (Tue, 20 Dec 2011)
This commit is contained in:
[CST] Focus
2011-12-20 13:24:34 +00:00
parent b49c3fb817
commit 70ba027a8c

View File

@@ -65,12 +65,9 @@ public:
DMX_CHANNEL_TYPE getChannelType(void) { return type; }; DMX_CHANNEL_TYPE getChannelType(void) { return type; };
int getUnit(void) { return unit; }; int getUnit(void) { return unit; };
unsigned short GetPID(void) { return pid; } unsigned short GetPID(void) { return pid; }
//
#if 0 int GetSource();
const unsigned char *GetFilterTID(u8 FilterIndex = 0); static bool SetSource(int unit, int source);
const unsigned char *GetFilterMask(u8 FilterIndex = 0); static int GetSource(int unit);
const unsigned int GetFilterLength(u8 FilterIndex = 0);
unsigned int GetFilterCount(void);
#endif
}; };
#endif //__DMX_CS_H_ #endif //__DMX_CS_H_