Mercurial > hg > Members > kono > Cerium
view example/mainMem/spe/Hello.h @ 717:4c12f679a0fa
TaskList load timing...
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 18 Dec 2009 12:17:31 +0900 |
parents | 44c0bce54dcf |
children |
line wrap: on
line source
#ifndef INCLUDED_TASK_HELLO #define INCLUDED_TASK_HELLO #ifndef INCLUDED_SCHED_TASK # include "SchedTask.h" #endif /* class Hello : public SchedTask { public: SchedConstructor(Hello); int run(void *r, void *w); }; */ #endif