Files
marte-debug/Test/Integration/TestCommon.h
T
2026-03-04 10:08:43 +01:00

14 lines
283 B
C++

#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);
void TestMessageCommand();
}
#endif