Mercurial > hg > Members > kono > Cerium
view example/post_function/spe/Hello.cc @ 270:bbc2375153d7
merge 252
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 04 Jun 2009 00:03:49 +0900 |
parents | 5c194c71eca8 |
children | 58fd16298954 |
line wrap: on
line source
#include <stdio.h> #include "SchedTask.h" #include "Hello.h" #include "Func.h" /* ¤³¤ì¤Ïɬ¿Ü */ SchedDefineTask(Hello); int Hello::run(void *rbuf, void *wbuf) { int id = get_param(0); printf("Hello, World!! post_func output %d\n", id); return 0; }