OpenClovis Logo

Public Attributes | List of all members
ClTimerConfigT Struct Reference

It contains the timer library configuration information. More...

#include <clTimerApi.h>

Public Attributes

ClUint32T timerResolution
 Timer resolution in milliseconds.
ClUint32T timerTaskPriority
 Timer task priority.

Detailed Description

It contains the timer library configuration information.

It specifies the resolution of the timer and the priority of the timer library's task.

Member Data Documentation

ClUint32T ClTimerConfigT::timerResolution

Timer resolution in milliseconds.

It cannot be less than 10ms. The default is 10 milliseconds.

ClUint32T ClTimerConfigT::timerTaskPriority

Timer task priority.

This value can vary between 1 and 160. The default value is 150.


Generated on Tue Jan 10 10:29:15 PST 2012 for OpenClovis SDK using Doxygen