#include "Robot.h"
#include <frc/commands/Scheduler.h>
#include <frc/smartdashboard/SmartDashboard.h>
#include <iostream>
#include <string>
#include <fstream>
#include "Utils/EdgeLight.h"
Go to the source code of this file.
|
| void | Log (std::string message) |
| | Main robot class that is called by wpilib. More...
|
| |
| void | vector_print (std::vector< std::string > const &input) |
| |
| void | Display (clock_t start, clock_t current) |
| |
| int | main () |
| |
◆ Display()
| void Display |
( |
clock_t |
start, |
|
|
clock_t |
current |
|
) |
| |
◆ Log()
| void Log |
( |
std::string |
message | ) |
|
Main robot class that is called by wpilib.
Definition at line 29 of file Robot.cpp.
◆ main()
◆ vector_print()
| void vector_print |
( |
std::vector< std::string > const & |
input | ) |
|
◆ logBuffer
| std::vector<std::string> logBuffer |