Fang-Robotics-MCB
Fang Robotics Team Codebase
Loading...
Searching...
No Matches
subsystem_equivalent.hpp
Go to the documentation of this file.
1#ifndef FANG_ROBOTICS_MCB_WRAP_TRAP_CONTROL_SUBSYSTEM_EQUIVALENT_HPP
2#define FANG_ROBOTICS_MCB_WRAP_TRAP_CONTROL_SUBSYSTEM_EQUIVALENT_HPP
4namespace trap::control
5{
28 {
29 public:
30 virtual operator tap::control::Subsystem& () = 0;
31 };
32}
33#endif // WRAP_TRAP_CONTROL_SUBSYSTEM_EQUIVALENT_HPP_
Definition subsystem.hpp:54
Definition subsystem_equivalent.hpp:28
Definition power_limiter.cpp:7