mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-17 18:33:41 +02:00
reformat wiith unix2dos & astyle
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1495 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -41,7 +41,7 @@ typedef unsigned char version_number_t;
|
||||
|
||||
class DMX
|
||||
{
|
||||
private:
|
||||
private:
|
||||
|
||||
int fd;
|
||||
cDemux * dmx;
|
||||
@@ -54,15 +54,17 @@ class DMX
|
||||
unsigned char eit_version;
|
||||
bool cache; /* should read sections be cached? true for all but dmxCN */
|
||||
|
||||
inline bool isOpen(void) { return (fd != -1); }
|
||||
|
||||
inline bool isOpen(void) {
|
||||
return (fd != -1);
|
||||
}
|
||||
|
||||
int immediate_start(void); /* mutex must be locked before and unlocked after this method */
|
||||
int immediate_stop(void); /* mutex must be locked before and unlocked after this method */
|
||||
bool check_complete(const unsigned char table_id, const unsigned short extension_id, const unsigned short onid, const unsigned short tsid, const unsigned char);
|
||||
sections_id_t create_sections_id(const unsigned char table_id, const unsigned short extension_id, const unsigned char section_number, const unsigned short onid, const unsigned short tsid);
|
||||
ssize_t readNbytes(int fd, char * buf, const size_t n, unsigned timeoutInMSeconds);
|
||||
|
||||
public:
|
||||
public:
|
||||
struct s_filters
|
||||
{
|
||||
unsigned char filter;
|
||||
|
Reference in New Issue
Block a user