The RtssEnvironment type exposes the following members.
Back to Top
Back to Top
Methods
| Name | Description | |
|---|---|---|
| AddShutdownHandler |
Adds a system shutdown handler
| |
| DisableInterrupts |
Disables system interrupts
| |
| EnableInterrupts |
Enables system interrupts
| |
| GetClockResolution |
Gets a clock's resolution
| |
| GetClockTime |
Gets an absolute time from a clock
| |
| GetClockTimerPeriod |
Gets a clock's period
| |
| InitializeRtxLibrary |
This function must be called to load the RTX DLL before any other RTX calls can be made
or any new threads can be created.
| |
| LockKernel |
Locks sections of the kernel
| |
| RemoveShutdownHandler |
Removes a system shutdown handler
| |
| SetClockTime |
Sets a clock's absolute time
| |
| UnlockKernel |
Unlocks sections of the kernel
|
Properties
| Name | Description | |
|---|---|---|
| AvailableMemory |
Gets the available local memory
| |
| ContiguousMemory |
Gets the amount of contiguous local memory
| |
| IsInRtss |
Gets the current RTSS context state
| |
| TotalMemory |
Gets the total local memory
|
See Also