CLOCK Enumeration

This enumeration represents the wRTOS clock types. These enumerators match the possible values for type CLOCK defined in RtApi.h.

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

Syntax

Copy
public enum CLOCK

Members

Name

Value Description

UNDEFINED

0

 

CLOCK_1

1

 

CLOCK_2

2

 

CLOCK_3

3

 

CLOCK_SYSTEM

1

 

CLOCK_FASTEST

2

 

See Also: