FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kTimerBlockInfo Class Reference

Description

Represents configuration for kTimerBlock.

Inheritance diagram for kTimerBlockInfo:
Inheritance graph

Public Member Functions

kStatus kTimerBlockInfo_Clear (kTimerBlockInfo info)
 Resets all state variables to default values. More...
 
kStatus kTimerBlockInfo_Construct (kTimerBlockInfo *info, kAlloc allocator)
 Constructs a kTimerBlockInfo object. More...
 
kStatus kTimerBlockInfo_Load (kTimerBlockInfo *info, kXml xml, kAlloc allocator)
 Constructs a kTimerBlockInfo object and loads its content from an XML object. More...
 
k64u kTimerBlockInfo_Period (kTimerBlockInfo info)
 Gets the timer period. More...
 
kStatus kTimerBlockInfo_Read (kTimerBlockInfo info, kXml xml, kXmlItem item)
 Reads kTimerBlockInfo state from a kXml object. More...
 
kStatus kTimerBlockInfo_SetPeriod (kTimerBlockInfo info, k64u period)
 Sets the timer period. More...
 
kStatus kTimerBlockInfo_Store (kTimerBlockInfo info, kXml *xml, kAlloc allocator)
 Constructs a kXml object and uses it to store the content of this kTimerBlockInfo instance. More...
 
kStatus kTimerBlockInfo_Validate (kTimerBlockInfo info)
 Checks and automatically corrects all state variables. More...
 
kStatus kTimerBlockInfo_Write (kTimerBlockInfo info, kXml xml, kXmlItem item)
 Writes kTimerBlockInfo state to a kXml object. More...
 

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