move MAX_SECTION_LENGTH to dmx.h

Origin commit data
------------------
Commit: 95ec5d0f44
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-03-02 (Fri, 02 Mar 2012)
This commit is contained in:
[CST] Focus
2012-03-02 19:28:13 +04:00
parent cbfd3a3834
commit 96349a8b84

View File

@@ -41,6 +41,8 @@
#include <map>
#include <string>
#define MAX_SECTION_LENGTH (0x0fff + 3)
typedef uint64_t sections_id_t;
typedef unsigned char version_number_t;
@@ -94,7 +96,6 @@ public:
pthread_cond_t change_cond;
pthread_mutex_t start_stop_mutex;
DMX();
DMX(const unsigned short p, const unsigned short bufferSizeInKB, const bool cache = true, int dmx_source = 0);
~DMX();