Home |
RTTarget-32 Programming Manual Running Win32 Programs without Win32 Running a Program on the Target RTTarget-32 Header Files Alternate Heap Manager RTTHeap Compiling and Linking with On Time RTOS-32 |
RTTarget-32 Header FilesIn order to use RTTarget-32's native API, C/C++ programs must include appropriate header files located in the On Time RTOS-32 Include directory. Delphi programs must use the appropriate Pascal units in the On Time RTOS-32 Libdel directory. RTTarget-32 Header Files:Rttarget.h/Rttarget.pasInclude declarations for: RTTarget-32 Configuration, Screen I/O, Interrupt Handling, Port I/O, System Functions, Program Loading, Memory Mapping and Management, Real-Time Clock and CMOS RAM, Keyboard, Mouse Driver, Parallel Port Printer, Advanced Programmable Interrupt Controller (APIC)Multiprocessor Management, and SpinlocksExtended RAM Management Rttcom.h/Rttcom.pasRttbios.h/Rttbios.pasRttpnp.h/Rttpnp.pasRtpcmcia.h/Rtpcmcia.pasRtmetaw.hRttsmbios.h/Rttsmbios.pasSystem Management BIOS (SMBIOS). Rttacpi.h/Rttacpi.pasAdvanced Configuration and Power Interface (ACPI) Tables. Acpica\acpi.hAll API functions declared in these header files are documented in the RTTarget-32 Reference Manual. RTTarget-32's Win32 API emulation is made available through windows.h and windows.pas. These files come with your compiler.
|