annotate spe/SimpleState.h @ 70:cee55c8365e9 default tip

fix
author Kazuma
date Thu, 19 May 2016 18:52:26 +0900
parents 927401604461
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
17
927401604461 add spe object
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1 #ifndef INCLUDE_SIMPLE_STATE
927401604461 add spe object
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
2 #define INCLUDE_SIMPLE_STATE
927401604461 add spe object
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
3
927401604461 add spe object
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
4 #ifndef INCLUDED_SCHED_TASK
927401604461 add spe object
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
5 #include "SchedTask.h"
927401604461 add spe object
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
6 #endif
927401604461 add spe object
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
7
927401604461 add spe object
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
8 #endif