Formula Student Electronics & Software
The code for the embedded software
Loading...
Searching...
No Matches
Logging Class Reference

#include <logging.h>

Collaboration diagram for Logging:
Collaboration graph

Public Member Functions

void write_to_file (int current, int voltage, int mintmp, int maxtmp, int avgtmp, int apps1, int apps2, int brake, int rpm, int I_actual, int powerStageTmp, int motorTmp, int Torque, int motor_voltage, int battery_voltage)
 
void setup_log ()
 

Detailed Description

Definition at line 38 of file logging.h.

Member Function Documentation

◆ setup_log()

void Logging::setup_log ( )

Definition at line 56 of file logging.cpp.

Here is the caller graph for this function:

◆ write_to_file()

void Logging::write_to_file ( int  current,
int  voltage,
int  mintmp,
int  maxtmp,
int  avgtmp,
int  apps1,
int  apps2,
int  brake,
int  rpm,
int  I_actual,
int  powerStageTmp,
int  motorTmp,
int  Torque,
int  motor_voltage,
int  battery_voltage 
)

Definition at line 90 of file logging.cpp.

Here is the caller graph for this function:

The documentation for this class was generated from the following files: