DeepSpace  2019
Robot.cpp File Reference
#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.

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 > logBuffer
 

Function Documentation

◆ Display()

void Display ( clock_t  start,
clock_t  current 
)

Definition at line 40 of file Robot.cpp.

◆ Log()

void Log ( std::string  message)

Main robot class that is called by wpilib.

Definition at line 29 of file Robot.cpp.

◆ main()

int main ( )

Definition at line 288 of file Robot.cpp.

◆ vector_print()

void vector_print ( std::vector< std::string > const &  input)

Definition at line 33 of file Robot.cpp.

Variable Documentation

◆ logBuffer

std::vector<std::string> logBuffer

Definition at line 27 of file Robot.cpp.