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

Function Documentation

◆ Display()

void Display ( clock_t  start,
clock_t  current 
)

Definition at line 20 of file logging.cpp.

◆ Log()

void Log ( std::string  message)

Main robot class that is called by wpilib.

Definition at line 9 of file logging.cpp.

◆ main()

int main ( )

Definition at line 27 of file logging.cpp.

◆ vector_print()

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

Definition at line 13 of file logging.cpp.

Variable Documentation

◆ buffer

std::vector<std::string> buffer

Definition at line 7 of file logging.cpp.