Files
MARTe-Integrated-Components/Test/Integration/TestCommon.h
T
Martino Ferrari 617b5bd712 Initial release
2026-05-29 13:29:59 +02: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