DriverLib

Description

Provides an example RTX device driver and application that uses a simple driver library to connect applications and drivers together.

Source Files

RtDriver.lib is an RTDLL built from two files:

The driver library is used by:

The DIO driver is used by:

Remarks

NOTE:  Win32 and RTSS processes can access the driver, which may be a Win32 process during testing, and later an RTSS process when finalized, with the same API.

APIs Referenced

RTAPI

Win32 APIs

RtAllocateLockedMemory

RtCloseHandle

RtCreateMutex

RtCreateSemaphore

RtCreateSharedMemory

RtEnablePortIo

RtFreeLockedMemory

RtOpenMutex

RtOpenSemaphore

RtOpenSharedMemory

RtReleaseMutex

RtReleaseSemaphore

RtSetThreadPriority

RtWaitForSingleObject

CreateThread

ResumeThread

SetLastError

SuspendThread

 

IntervalZero.com | Support | Give Feedback