Closed nitin710 closed 2 years ago
Adding payload labels in EmotiBit_XPlat_utils
static const char* LSL_MARKER_DESTINATION_TIMESTAMP;
static const char* LSL_MARKER_SOURCE_TIMESTAMP;
static const char* LSL_LOCAL_CLOCK_TIMESTAMP;
static const char* LSL_MARKER_DATA;
307305,37503,8,LM,1,100,TSC,7613.3823892,TS,169560.0197733,LC,7613.3916507,LD,,0.123450004
307324,37504,4,TX,1,100,TL,2022-05-25_17-11-06-558528,LC,7613.4045475
TS: Marker source computer time TSC: Marker destination computer time LC: ? LD: LSL data
Link to ofxLSL code for the timestamps: https://github.com/EmotiBit/ofxLSL/blob/16a4b70933ee0583b609961cb986634a7207aa30/src/ofxLSL.h#L15-L19
Need to figure out what the difference is between LC in LM and TX
changes made to the XPlat_Utils repo: https://github.com/EmotiBit/EmotiBit_XPlat_Utils/pull/20
Add the following labels in some repo
TSC
TL
LC
LD
https://github.com/EmotiBit/ofxEmotiBit/blob/372b60a8e349e974a8a68fbe830175fbaee81320/EmotiBitOscilloscope/src/ofApp.cpp#L1428-L1434