Dawn Framework 1.0
Universal data acquisition framework for embedded systems
Public Attributes | List of all members
dawn::CThreadedObject::SThreadConfig Struct Reference

Per-thread runtime configuration. More...

#include <thread.hxx>

Public Attributes

int priority
 Requested thread priority (0 = creator default).
 
int scheduler
 Requested scheduler policy (-1 = creator default).
 
size_t stackSize
 Requested stack size in bytes (0 = OS default).
 

Detailed Description

Per-thread runtime configuration.

Definition at line 54 of file thread.hxx.


The documentation for this struct was generated from the following file: