view example/hello_array/spe/spe-main.cc @ 733:71a58131b2c0

add array sample helloworld
author yutaka@henri.cr.ie.u-ryukyu.ac.jp
date Thu, 24 Dec 2009 05:01:12 +0900
parents
children
line wrap: on
line source

#include "Func.h"
#include "SchedTask.h"

SchedExternTask(Hello);

/**
 * この関数は SpeScheduler から呼ばれるので
 * 必ずこの関数名でお願いします。
 */
void
task_init(Scheduler *s)
{
    SchedRegister(Hello);
}