EV3RT C API Reference [English]
An RTOS-based development platform for LEGO Mindstorms EV3.
 All Data Structures Functions Variables Enumerations Enumerator Groups
Extended RTOS function

Definitions of EV3RT specific API for RTOS function. More...

Functions

ER ev3_sta_cyc (ID ev3cycid)
 Start an EV3 cyclic handler. More...
 
ER ev3_stp_cyc (ID ev3cycid)
 Stop an EV3 cyclic handler. More...
 

Detailed Description

Definitions of EV3RT specific API for RTOS function.

Function Documentation

ER ev3_sta_cyc ( ID  ev3cycid)

Start an EV3 cyclic handler.

Parameters
ev3cycidID number of cyclic handler for EV 3 (specified by EV3_CRE_CYC)
Return values
E_OKSuccessful completion
E_CTXCall from non-task context
E_IDInvalid ID number
ER ev3_stp_cyc ( ID  ev3cycid)

Stop an EV3 cyclic handler.

Parameters
ev3cycidID number of cyclic handler for EV 3 (specified by EV3_CRE_CYC)
Return values
E_OKSuccessful completion
E_CTXCall from non-task context
E_IDInvalid ID number