Mercurial > hg > Members > kono > Cerium
view example/get_segment/ppe/Hello.h @ 425:799071db126e
add code load API
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 24 Sep 2009 17:18:53 +0900 |
parents | 81b25e5d5379 |
children | 01b321c86747 |
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(SchedTask *smanager, void *r, void *w); }; #endif