Mercurial > hg > Members > kono > Cerium
comparison example/mainMem/spe/Hello.h @ 312:57530cb7f7d1
memMain tester
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 08 Jun 2009 23:19:11 +0900 |
parents | |
children | 44c0bce54dcf |
comparison
equal
deleted
inserted
replaced
311:b09784a9cb09 | 312:57530cb7f7d1 |
---|---|
1 #ifndef INCLUDED_TASK_HELLO | |
2 #define INCLUDED_TASK_HELLO | |
3 | |
4 #ifndef INCLUDED_SCHED_TASK | |
5 # include "SchedTask.h" | |
6 #endif | |
7 | |
8 class Hello : public SchedTask { | |
9 public: | |
10 SchedConstructor(Hello); | |
11 | |
12 int run(void *r, void *w); | |
13 }; | |
14 | |
15 #endif |