API-TIMER(WDM) Windows Driver for Timer Driver

  • Even in absence of a board, this driver can be used as an interval timer that exhibits higher precision than the system timer.
  • Function execution time can be measured with micro second accuracy.
  • Using the wait function, program processing can be suspended for a specified length of time.
  • With the attached ActiveX control “CONTEC ACX Timer Control”, you can use the timer function without relying on API function (the timer function can also be used with Visual C++).
  • The callback procedure to accept interval timer events is provided for applications without window, such as DLL or Resident Program.

概要・特点

API-TIMER(WDM) is a device driver (API function) that, when using CONTEC boards, provides precise timer function in a Windows environment.

  • Even in absence of a board, this driver can be used as an interval timer that exhibits higher precision than the system timer.
  • Function execution time can be measured with micro second accuracy.
  • Using the wait function, program processing can be suspended for a specified length of time.
  • With the attached ActiveX control “CONTEC ACX Timer Control”, you can use the timer function without relying on API function (the timer function can also be used with Visual C++).
  • The callback procedure to accept interval timer events is provided for applications without window, such as DLL or Resident Program.

To PageTop