MLQ code duplication & docs
This commit is contained in:
parent
960e517be9
commit
ff1312f75e
|
@ -1,3 +1,8 @@
|
||||||
|
/**
|
||||||
|
* See also BinarySensorLog.java
|
||||||
|
* See also mlq_file_format.txt
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include "tunerstudio_outputs.h"
|
#include "tunerstudio_outputs.h"
|
||||||
#include "log_field.h"
|
#include "log_field.h"
|
||||||
|
|
|
@ -1531,6 +1531,8 @@ end_struct
|
||||||
#define PROTOCOL_MSG "msg"
|
#define PROTOCOL_MSG "msg"
|
||||||
#define PROTOCOL_HELLO_PREFIX "***"
|
#define PROTOCOL_HELLO_PREFIX "***"
|
||||||
|
|
||||||
|
#define MLQ_HEADER_SIZE 22
|
||||||
|
|
||||||
#define PROTOCOL_OUTPIN "outpin"
|
#define PROTOCOL_OUTPIN "outpin"
|
||||||
#define PROTOCOL_ANALOG_CHART "analog_chart"
|
#define PROTOCOL_ANALOG_CHART "analog_chart"
|
||||||
#define PROTOCOL_ENGINE_SNIFFER "wave_chart"
|
#define PROTOCOL_ENGINE_SNIFFER "wave_chart"
|
||||||
|
|
Loading…
Reference in New Issue