mirror of
https://github.com/nasa/fprime.git
synced 2025-12-11 13:54:34 -06:00
12 lines
325 B
C++
12 lines
325 B
C++
#ifndef __COMPONENTS_HPP_
|
|
#define __COMPONENTS_HPP_
|
|
|
|
#include <Autocoders/Python/test/active_tester/Simple_Active_TesterImpl.hpp>
|
|
#include <Autocoders/Python/test/active_tester/Simple_ActiveImpl.hpp>
|
|
|
|
extern Simple_Active_Tester::Simple_Active_TesterImpl CompA_Tester;
|
|
extern Simple_Active::Simple_ActiveImpl CompA;
|
|
|
|
|
|
#endif
|