Download Warning
NOTE: all downloads are available to registered users only. You may login if you have already an account with use, else you can click here to register for a new account. It's fast, discrete and free of charge.
Programming Utilities Several Programming Utilities and Source Code
DocumentsDate added
This is a wrapper for Peter Dowson's FSUIPC as used by Super Flight Planner. You can use it into your VCL applications to interface to FSUIPC.
NOTE: the routines are not thread-safe. This implies you use self defined thread locking routines to protect your thread, if you are going to collect the data in a separate thread. You should use a critical section semaphore method and protect the ipc process function first, unlock it and then repat lock/unlock on the subroutine that updates your IPC routines into your application.
This is a TTimer like Component for Delphi. You just use it as a normal TTimer but in the background it uses Multimedia Extensions to achieve much accurate timing resolutions. Uses up to 1 millisecond real interval and supports two method: timer cycle (normal timing loop) and one-shot (used to delay a function before starting it).
|