|
Fang-Robotics-MCB
Fang Robotics Team Codebase
|
#include <array>#include "modm/architecture/interface/assert.hpp"#include "command.hpp"#include "command_scheduler_types.hpp"
Go to the source code of this file.
Classes | |
| class | tap::control::ConcurrentTemplateCommand< COMMANDS, RACE > |
Namespaces | |
| namespace | tap |
| namespace | tap::control |
Typedefs | |
| template<size_t COMMANDS> | |
| using | tap::control::ConcurrentCommand = ConcurrentTemplateCommand< COMMANDS, false > |
| template<size_t COMMANDS> | |
| using | tap::control::ConcurrentRaceCommand = ConcurrentTemplateCommand< COMMANDS, true > |