blob: 10ea79336c3d0b252c3a8714467a44cf9692f006 [file] [log] [blame]
#ifndef Y2023_CONSTANTS_SIMULATED_CONFIG_SENDER_H_
#define Y2023_CONSTANTS_SIMULATED_CONFIG_SENDER_H_
#include "aos/events/simulated_event_loop.h"
#include "aos/testing/path.h"
namespace y2023 {
void SendSimulationConstants(aos::SimulatedEventLoopFactory *factory, int team,
std::string constants_path = testing::ArtifactPath(
"y2023/constants/constants.json"));
} // namespace y2023
#endif // Y2023_CONSTANTS_SIMULATED_CONFIG_SENDER_H_