Class Interrupt

Inheritance Relationships

Base Type

Class Documentation

class esc::Interrupt : public Task

Public Functions

Interrupt()
void run(void *task_data)

Body of the task to execute.

This function must be implemented in the subclass that represents the actual task to run. When a task is started by calling start(), this is the code that is executed in the newly created task.

Parameters
  • [in] data: The data passed in to the newly started task.