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

#include <logging.h>

Collaboration diagram for LogEntry:
Collaboration graph

Public Attributes

int year
 
int month
 
int day
 
int hour
 
int minute
 
int second
 
uint32_t millisecond
 

Detailed Description

Definition at line 26 of file logging.h.

Member Data Documentation

◆ day

int LogEntry::day

Definition at line 30 of file logging.h.

◆ hour

int LogEntry::hour

Definition at line 31 of file logging.h.

◆ millisecond

uint32_t LogEntry::millisecond

Definition at line 34 of file logging.h.

◆ minute

int LogEntry::minute

Definition at line 32 of file logging.h.

◆ month

int LogEntry::month

Definition at line 29 of file logging.h.

◆ second

int LogEntry::second

Definition at line 33 of file logging.h.

◆ year

int LogEntry::year

Definition at line 28 of file logging.h.


The documentation for this struct was generated from the following file: