blob: 10ea79336c3d0b252c3a8714467a44cf9692f006 [file] [log] [blame]
James Kuszmauld67f6d22023-02-05 17:37:25 -08001#ifndef Y2023_CONSTANTS_SIMULATED_CONFIG_SENDER_H_
2#define Y2023_CONSTANTS_SIMULATED_CONFIG_SENDER_H_
3
4#include "aos/events/simulated_event_loop.h"
5#include "aos/testing/path.h"
6
7namespace y2023 {
8void SendSimulationConstants(aos::SimulatedEventLoopFactory *factory, int team,
9 std::string constants_path = testing::ArtifactPath(
10 "y2023/constants/constants.json"));
11} // namespace y2023
12
13#endif // Y2023_CONSTANTS_SIMULATED_CONFIG_SENDER_H_