RTS API Documentation  1.10.11
Data Fields
_fct_timer_t Struct Reference

#include <switch_fct.h>

+ Collaboration diagram for _fct_timer_t:

Data Fields

clock_t start
 
clock_t stop
 
double duration
 

Detailed Description

Definition at line 625 of file switch_fct.h.

Field Documentation

◆ duration

double _fct_timer_t::duration

Definition at line 629 of file switch_fct.h.

Referenced by fct_timer__duration(), and fct_timer__stop().

◆ start

clock_t _fct_timer_t::start

Definition at line 627 of file switch_fct.h.

Referenced by fct_timer__start(), and fct_timer__stop().

◆ stop

clock_t _fct_timer_t::stop

Definition at line 628 of file switch_fct.h.

Referenced by fct_timer__stop().


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