Skip to content
Snippets Groups Projects

Adds TestStand class to r/w cmds for testStand

Merged jtkenny requested to merge 145-Buffer-fills-w/-rate-from-test-stand into develop
7 files
+ 345
115
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -52,6 +52,7 @@
#include "serial/serial.h"
#include "vrpn_Connection.h"
#include "vrpn_Tracker.h"
#include "testStand.h"
// Ports defined for the CRTP protocol
@@ -298,7 +299,7 @@ class CCrazyflie {
CTOC *m_tocParameters;
CTOC *m_tocLogs;
int testStandError = 0;
serial::Serial * test_stand;
TestStand testStand;
bool allowLogging = false;
CCrazyflie(CCrazyRadio *crRadio, int radioChannel, XferRate dataRate, int quadNum, double startTime);
Loading