annotate example/many_task/Func.h @ 2048:6796d85f3d6b draft

remove error
author Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp>
date Thu, 28 Jan 2016 00:05:49 +0900
parents c21bd32e20b9
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
109
028ffc9c0375 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
1 enum {
651
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 220
diff changeset
2 #include "SysTasks.h"
220
gongo@localhost.localdomain
parents: 109
diff changeset
3 QUICK_SORT,
1513
18b63e697c61 many_task/quick_sort is changed recursive to loop
Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp>
parents: 945
diff changeset
4 QUICK_SORT_LOOP,
945
9ed1c4a877ca sort example fix ( simple task accepts one param and more compatible with old task)
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 935
diff changeset
5 SortSimple,
9ed1c4a877ca sort example fix ( simple task accepts one param and more compatible with old task)
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 935
diff changeset
6 SortCompat,
1854
c21bd32e20b9 fix sort with task array ( wrong result )
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 1513
diff changeset
7 SortTaskArray,
109
028ffc9c0375 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
8 };