FreeEMS
0.2.0-SNAPSHOT-282-g9efc524
|
Use this block to manage the various clocks kept. More...
#include <counterTypes.h>
Data Fields | |
unsigned short | realTimeClockMain |
Variable to count RTI executions, 0.125ms exactly. | |
unsigned short | realTimeClockMillis |
Variable to count milliseconds exactly. | |
unsigned short | realTimeClockTenths |
Variable to count tenths of a second exactly. | |
unsigned short | realTimeClockSeconds |
Variable to count seconds exactly. | |
unsigned short | realTimeClockMinutes |
Variable to count minutes exactly. | |
unsigned short | millisToTenths |
Roll-over variable for counting tenths. | |
unsigned short | tenthsToSeconds |
Roll-over variable for counting seconds. | |
unsigned short | secondsToMinutes |
Roll-over variable for counting minutes. | |
unsigned short | timeoutADCreadingClock |
Timeout clock/counter for synced ADC readings. |
Use this block to manage the various clocks kept.
Definition at line 142 of file counterTypes.h.
unsigned short Clock::realTimeClockMain |
Variable to count RTI executions, 0.125ms exactly.
Definition at line 144 of file counterTypes.h.
Referenced by populateBasicDatalog(), and RTIISR().
unsigned short Clock::realTimeClockMillis |
Variable to count milliseconds exactly.
Definition at line 145 of file counterTypes.h.
Referenced by populateBasicDatalog(), and RTIISR().
unsigned short Clock::realTimeClockTenths |
Variable to count tenths of a second exactly.
Definition at line 146 of file counterTypes.h.
Referenced by RTIISR().
unsigned short Clock::realTimeClockSeconds |
Variable to count seconds exactly.
Definition at line 147 of file counterTypes.h.
Referenced by RTIISR().
unsigned short Clock::realTimeClockMinutes |
Variable to count minutes exactly.
Definition at line 148 of file counterTypes.h.
Referenced by RTIISR().
unsigned short Clock::millisToTenths |
Roll-over variable for counting tenths.
Definition at line 150 of file counterTypes.h.
Referenced by RTIISR().
unsigned short Clock::tenthsToSeconds |
Roll-over variable for counting seconds.
Definition at line 151 of file counterTypes.h.
Referenced by RTIISR().
unsigned short Clock::secondsToMinutes |
Roll-over variable for counting minutes.
Definition at line 152 of file counterTypes.h.
Referenced by RTIISR().
unsigned short Clock::timeoutADCreadingClock |
Timeout clock/counter for synced ADC readings.
Definition at line 154 of file counterTypes.h.
Referenced by decodePacketAndRespond(), PrimaryRPMISR(), RTIISR(), and SecondaryRPMISR().