|
DeepSpace
2019
|
#include <string>#include <iostream>#include <vector>#include <time.h>#include <unistd.h>Go to the source code of this file.
Functions | |
| 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 () |
Variables | |
| std::vector< std::string > | buffer |
| void Display | ( | clock_t | start, |
| clock_t | current | ||
| ) |
Definition at line 20 of file logging.cpp.
| void Log | ( | std::string | message | ) |
Main robot class that is called by wpilib.
Definition at line 9 of file logging.cpp.
| int main | ( | ) |
Definition at line 27 of file logging.cpp.
| void vector_print | ( | std::vector< std::string > const & | input | ) |
Definition at line 13 of file logging.cpp.
| std::vector<std::string> buffer |
Definition at line 7 of file logging.cpp.