Fang-Robotics-MCB
Fang Robotics Team Codebase
Loading...
Searching...
No Matches
robot_singleton.hpp
Go to the documentation of this file.
1#ifndef FANG_ROBOTICS_MCB_ROBOT_HPP
2#define FANG_ROBOTICS_MCB_ROBOT_HPP
3#include "irobot.hpp"
4namespace fang
5{
6// TODO: Make into singleton with api like RobotSingleton::getRobot()
8{
9public:
10 static robot::IRobot& getRobot();
11
12private:
13 static robot::IRobot& robot;
14};
15}
16
17#endif
Definition robot_singleton.hpp:8
static robot::IRobot & getRobot()
Definition robot_singleton.cpp:90
Definition irobot.hpp:11
Definition janky_float.cpp:4