RtssEnvironment Class

A collection of methods for altering or querying the RTSS environment.
Inheritance Hierarchy
SystemObject
  IntervalZero.RTX64.RTAPIRtssEnvironment

Namespace:  IntervalZero.RTX64.RTAPI
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 4.0.0.0 (File version: 4.5.0)

Syntax
public static class RtssEnvironment

The RtssEnvironment type exposes the following members.

Properties
NameDescription
Public propertyStatic memberIsInRtss
Gets the current RTSS context state.
Top
Methods
NameDescription
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 timer period.
Public methodStatic memberGetProcessMSpace Retrieves a descriptor of the external and internal memory allocation space (MSpace) for the specified RTSS process or system process.
Public methodStatic memberQueryProcessMSpaceQueries memory allocation space information for the specified process MSpace, including various summary statistics of its local pool and pool cache.
Public methodStatic memberSetClockTime
Sets a clock's absolute time.
Top
See Also