Project

General

Profile

Revision 1202

Station/server communication:
- Implemented backspace handling
- Implemented all test starting commands with parameter
Tests:
- Added functions for testing only one component of a kind
- Made function names consistent with server commands

View differences:

test_bom.h
3 3

  
4 4
#include <dragonfly_lib.h>
5 5

  
6
void test_bom (bool test_emitters, bool test_detectors);
6
void test_bom_bitmask (uint16_t emitter_bitmask, uint16_t detector_bitmask);
7
void test_bom (uint8_t num, bool test_emitter, bool test_detector);
8
void test_bom_all (bool test_emitters, bool test_detectors);
7 9

  
8

  
9

  
10 10
#endif

Also available in: Unified diff