Improved overall features
This commit is contained in:
12
Test/Integration/TestCommon.h
Normal file
12
Test/Integration/TestCommon.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef TESTCOMMON_H
|
||||
#define TESTCOMMON_H
|
||||
|
||||
#include "CompilerTypes.h"
|
||||
#include "StreamString.h"
|
||||
|
||||
namespace MARTe {
|
||||
extern const char8 * const debug_test_config;
|
||||
bool SendCommandGAM(uint16 port, const char8* cmd, StreamString &reply);
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user