DistDir
Data Fields
t_timer_data Struct Reference

The structure contains information about a single timer. More...

#include <timer.h>

Data Fields

int id
 timer ID More...
 
char * name
 timer name More...
 
double total_time
 timer total time More...
 
double start_time
 timer start time More...
 

Detailed Description

The structure contains information about a single timer.

Field Documentation

◆ id

int t_timer_data::id

timer ID

◆ name

char* t_timer_data::name

timer name

◆ start_time

double t_timer_data::start_time

timer start time

◆ total_time

double t_timer_data::total_time

timer total time


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