view example/hello_array/spe/Hello.h @ 733:71a58131b2c0

add array sample helloworld
author yutaka@henri.cr.ie.u-ryukyu.ac.jp
date Thu, 24 Dec 2009 05:01:12 +0900
parents
children
line wrap: on
line source

#ifndef INCLUDED_TASK_HELLO
#define INCLUDED_TASK_HELLO

#ifndef INCLUDED_SCHED_TASK
#  include "SchedTask.h"
#endif
/*
class Twice : public SchedTask {
public:
    SchedConstructor(Hello);
    
    int run(void *r, void *w);
};
 */

#endif