RtssEnvironment Class

A collection of methods for altering or querying the RTSS environment.

Inheritance Hierarchy

System.Object
  IntervalZero.MaxRT.wRTOS.RtApi.RtssEnvironment

Namespace:  IntervalZero.MaxRT.wRTOS.RtApi
Assembly:  IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.0.1)

Syntax

Copy
public static class RtssEnvironment

 

The RtssEnvironment class exposes the following members.

Properties

  Name Description

Public property Static member

IsInRtss

Gets the current RTSS context state.

Methods

  Name Description

Public method Static member

GetClockResolution

Gets a clock's resolution.

Public method Static member

GetClockTime

Gets an absolute time from a clock.

Public method Static member

GetClockTimerPeriod

Gets a clock's timer period.

Public method Static member

GetProcessMSpace

Retrieves a descriptor of the external and internal memory allocation space (MSpace) for the specified RTSS process or system process.

Public method Static member

QueryProcessMSpace

Queries memory allocation space information for the specified process MSpace, including various summary statistics of its local pool and pool cache.

Public method Static member

SetClockTime

Sets a clock's absolute time.

See Also: