]> rtime.felk.cvut.cz Git - orte.git/blob - orte/examples/rtems-shell/orte_rtems_shell.h
Reformat the sources with orte/uncrustify script
[orte.git] / orte / examples / rtems-shell / orte_rtems_shell.h
1 #ifndef ORTE_RTEMS_SHELL_H
2 #define ORTE_RTEMS_SHELL_H
3
4 int
5 ortemanager_main(int argc, char **argv);
6
7 int
8 orte_h_publisher_main(int argc, char **argv);
9 int
10 orte_h_subscriber_main(int argc, char **argv);
11 int
12 orte_m_subscriber_main(int argc, char **argv);
13 int
14 orte_ping_main(int argc, char **argv);
15 int
16 orte_spy_main(int argc, char **argv);
17 int
18 orte_r_publisher_main(int argc, char **argv);
19 int
20 orte_r_subscriber_besteffort_main(int argc, char **argv);
21 int
22 orte_r_subscriber_reliable_main(int argc, char **argv);
23
24 int
25 orte_spawn_main(int argc, char **argv);
26
27 #endif /*ORTE_RTEMS_SHELL_H*/