Kiwi Multi Threading Framework
Classes | Typedefs | Enumerations
/Users/tomoo/Project/KiwiThread/Source/KTType.h File Reference

Define KUIntervalTimer instance. More...

#import "KTForwarders.h"
#import <Coconut/Coconut.h>

Go to the source code of this file.

Classes

struct  KTInstanceTrigger
 Trigger information to call the function from task. More...

Typedefs

typedef void(* KTInstanceTriggerFuncRef )(struct CNInstance *inst)

Enumerations

enum  KTTaskState { KTWaitingState, KTRunningState }

Detailed Description

Define KUIntervalTimer instance.

Copyright
Copyright (C) 2012 Steel Wheels Project

Typedef Documentation

typedef void(* KTInstanceTriggerFuncRef)(struct CNInstance *inst)

Function to trigger the task


Enumeration Type Documentation

State of the task

Enumerator:
KTWaitingState 

< Waiting state

KTRunningState 

< Running state

 All Classes Files Functions Variables Typedefs Enumerations Enumerator