Functions and Events: Timers
Last updated
Last updated
Copyright © 2024 | All Rights Reserved
Timers generate events at specific time. This time can be periodic or a one shot. The timer can be setup in Vehicle Spy totally or you can optionally control it with C functions. The table below shows the properties of the timer you can set in Vehicle Spy. The timer functions include the ability to read and write the current time and the ability to enable the timer.
Table 1: Timer Properties that can be Configured in Vehicle Spy
Timer Property | Description |
---|---|
Name | Name of the timer in C code. |
Description | Description of what the timer does. |
Type | Periodic or One shot. |
RunAtStart | Should the timer run when Vehicle Spy Starts. |
Initial Period | The period of the timer when Vehicle Spy Starts. |
Resolution | Millisecond or Microsecond timer resolution. |