MCPcopy Create free account

hub / github.com/PaulStoffregen/TimeAlarms / functions

Functions26 in github.com/PaulStoffregen/TimeAlarms

↓ 2 callersMethodupdateNextTrigger
TimeAlarms.cpp:42
MethodAlarmClass
TimeAlarms.cpp:30
MethodTimeAlarmsClass
TimeAlarms.cpp:84
MethodalarmOnce
trigger once at given time of day
TimeAlarms.h:90
MethodalarmRepeat
trigger daily at given time of day
TimeAlarms.h:106
Methodcount
returns the number of allocated timers
TimeAlarms.cpp:156
Methodcreate
attempt to create an alarm and return true if successful
TimeAlarms.cpp:269
Methoddelay
following functions are not Alarm ID specific.
TimeAlarms.cpp:189
Methoddisable
TimeAlarms.cpp:107
Methodenable
TimeAlarms.cpp:92
Methodfree
TimeAlarms.cpp:144
MethodgetDigitsNow
TimeAlarms.cpp:213
MethodgetIsServicing
returns isServicing
TimeAlarms.cpp:224
MethodgetNextTrigger
returns the absolute time of the next scheduled alarm, or 0 if none
TimeAlarms.cpp:254
MethodgetTriggeredAlarmId
returns the currently triggered alarm id returns dtINVALID_ALARM_ID if not invoked from within an alarm handler
TimeAlarms.cpp:179
MethodisAlarm
returns true only if id is allocated and the type is a time based alarm, returns false if not allocated or if its a timer
TimeAlarms.cpp:166
MethodisAllocated
returns true if this id is allocated
TimeAlarms.cpp:172
Methodread
return the value for the given alarm ID
TimeAlarms.cpp:125
MethodreadType
return the alarm type for the given alarm ID
TimeAlarms.cpp:135
MethodserviceAlarms
TimeAlarms.cpp:232
MethodtimerOnce
trigger once after the given number of seconds
TimeAlarms.h:122
MethodtimerRepeat
trigger at a regular interval
TimeAlarms.h:131
MethodtriggerOnce
trigger once at the given time in the future
TimeAlarms.h:84
MethodwaitForDigits
TimeAlarms.cpp:197
MethodwaitForRollover
TimeAlarms.cpp:204
Methodwrite
write the given value to the given alarm
TimeAlarms.cpp:115