Mercurial > hg > Members > kono > Cerium
view example/mainMem/spe/Hello.h @ 1048:40cde8c1a6cd default tip
add ScaleXY (not for allExecute...)
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 08 Dec 2010 06:22:15 +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