Home |
RTKernel-32 Programming Manual Multitasking, Real-Time, and RTKernel-32 RTKernel-32 Configuration Alternate APIs for RTKernel-32 |
RTKernel-32 ConfigurationSome of the kernel's configuration parameters are stored in the global structure RTKConfig. An application can change numerous properties of the kernel by modifying values in RTKConfig documented in RTKernel-32 Reference Manual. Before tasks can be created, RTKernel-32 must be initialized with function RTKernelInit. RTKernelInit must either be called explicitly by the application or implicitly by the first function RTKCreateThread call of the program. Automatic initialization can be disabled by not setting the RF_AUTOINIT flag in RTKConfig.Flags.
|