EmberTaskControl Struct Reference

Control structure for tasks. More...

#include <ember-types.h>

Data Fields

uint32_t nextEventTime
 
EmberEventDataevents
 
bool busy
 

Control structure for tasks.

This structure should not be accessed directly.

Definition at line 595 of file ember-types.h.

Field Documentation

◆ busy

bool EmberTaskControl::busy

A flag that indicates the task has something to do other than events

Definition at line 601 of file ember-types.h.

◆ events

EmberEventData* EmberTaskControl::events

The list of events associated with this task

Definition at line 599 of file ember-types.h.

◆ nextEventTime

uint32_t EmberTaskControl::nextEventTime

The time when the next event associated with this task will fire

Definition at line 597 of file ember-types.h.


The documentation for this struct was generated from the following file:
  • ember-types.h