MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

RTOSabstract

The RTOS object represents the real-time operating system (INtime). More...

Static Functions

static RTOSRTOSGet ()
 Returns the current INtime node instance. More...
 

Functions

virtual void Delete ()=0
 Deletes the current RTOS/INtime object instance. More...
 
virtual INtimeStatus INtimeStatusGet ()=0
 Returns the current RTOS/INtime object state. More...
 
virtual INtimeStatus INtimeStart ()=0
 Starts the RTOS/INtime node. More...
 
virtual INtimeStatus INtimeStop ()=0
 Stops the RTOS/INtime node. More...
 
virtual INtimeStatus INtimeRestart ()=0
 Restarts the RTOS/INtime node. More...
 

Description

The RTOS object represents the real-time operating system (INtime).

The RTOS/INtime object runs concurrently with a general-purpose operating system on a single hardware platform.