summary | 
shortlog | 
log | 
commit | commitdiff | 
tree
raw | 
patch | 
inline | side by side (from parent 1: 
f4a694f)
 
Added missing functions to header file
 command_t * CmdDataCommands();
 
 int CmdData(const char *Cmd);
 command_t * CmdDataCommands();
 
 int CmdData(const char *Cmd);
+void setDemodBuf(uint8_t *buff, size_t size, size_t startIdx);
+void printBitStream(uint8_t BitStream[], uint32_t bitLen);
 int CmdAmp(const char *Cmd);
 int Cmdaskdemod(const char *Cmd);
 int Cmdaskrawdemod(const char *Cmd);
 int CmdAmp(const char *Cmd);
 int Cmdaskdemod(const char *Cmd);
 int Cmdaskrawdemod(const char *Cmd);
 extern uint8_t DemodBuffer[MAX_DEMOD_BUF_LEN];
 extern int DemodBufferLen;
 
 extern uint8_t DemodBuffer[MAX_DEMOD_BUF_LEN];
 extern int DemodBufferLen;
 
+extern uint8_t g_debugMode;
 #define BIGBUF_SIZE 40000
 
 #endif
 #define BIGBUF_SIZE 40000
 
 #endif
 
        DetectHighLowInGraph(&high, &low, TRUE); 
 
        /* get clock */
        DetectHighLowInGraph(&high, &low, TRUE); 
 
        /* get clock */
-       clock = GetClock("", 0);        
+       clock = GetClock("",0, 0);      
 
        startindex = DetectFirstTransition(data, len, high);
   
 
        startindex = DetectFirstTransition(data, len, high);