You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
203 B
10 lines
203 B
3 years ago
|
#pragma once
|
||
|
|
||
2 years ago
|
#include <string>
|
||
|
#include <vector>
|
||
|
|
||
11 months ago
|
#include "selfdrive/pandad/panda.h"
|
||
3 years ago
|
|
||
|
bool safety_setter_thread(std::vector<Panda *> pandas);
|
||
11 months ago
|
void pandad_main_thread(std::vector<std::string> serials);
|