APIs, concepts, guides, and more

◆ Create()

static RTTaskManager Create ( const RTTaskManagerCreationParameters & parameters)
static

Creates a new task manager firmware process instance and returns an RTTaskManager object connected to it. If a running task manager process already possesses the given UserLabel, the returned RTTaskManager object will be connected to the existing process instead of creating a new one.

Parameters
parametersCreation parameters for the manager.
Returns
The created RTTaskManager instance, check ErrorLogCountGet() for errors.
See also
Discover, RTTaskManagerCreationParameters::UserLabel, Real-Time Tasks