Mercurial > hg > Members > kono > Cerium
view example/HelloWorld/spe/spe-main.cc @ 802:496a8159e840
global id
author | yutaka@localhost.localdomain |
---|---|
date | Wed, 19 May 2010 14:59:41 +0900 |
parents | 44c0bce54dcf |
children | f8e9c985e2a8 |
line wrap: on
line source
#include "Func.h" #include "Scheduler.h" SchedExternTask(Hello); /** * この関数は SpeScheduler から呼ばれるので * 必ずこの関数名でお願いします。 */ void task_init(Scheduler *s) { SchedRegisterTask(HELLO_TASK, Hello); }