RtssEnvironment Members IntervalZero RTX Managed Code

The RtssEnvironment type exposes the following members.

Methods

NameDescription
Public methodStatic memberAddShutdownHandler
Adds a system shutdown handler
Public methodStatic memberDisableInterrupts
Disables system interrupts
Public methodStatic memberEnableInterrupts
Enables system interrupts
Public methodStatic memberGetClockResolution
Gets a clock's resolution
Public methodStatic memberGetClockTime
Gets an absolute time from a clock
Public methodStatic memberGetClockTimerPeriod
Gets a clock's period
Public methodStatic memberInitializeRtxLibrary
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.
Public methodStatic memberLockKernel
Locks sections of the kernel
Public methodStatic memberRemoveShutdownHandler
Removes a system shutdown handler
Public methodStatic memberSetClockTime
Sets a clock's absolute time
Public methodStatic memberUnlockKernel
Unlocks sections of the kernel
Back to Top
Properties

NameDescription
Public propertyStatic memberAvailableMemory
Gets the available local memory
Public propertyStatic memberContiguousMemory
Gets the amount of contiguous local memory
Public propertyStatic memberIsInRtss
Gets the current RTSS context state
Public propertyStatic memberTotalMemory
Gets the total local memory
Back to Top
See Also