Files
dragonpilot/selfdrive/boardd/boardd.h
Comma Device 5c73e264e9 Release 260308
2026-03-08 23:26:57 +08:00

10 lines
203 B
C++

#pragma once
#include <string>
#include <vector>
#include "selfdrive/boardd/panda.h"
bool safety_setter_thread(std::vector<Panda *> pandas);
void boardd_main_thread(std::vector<std::string> serials);