#include <libastrog_t_helloworld.h>
Inheritance diagram for astrog::TaskHelloWorld:
The Hello World task prints "Hello World!" to the standard output buffer.
Definition at line 40 of file libastrog_t_helloworld.h.
Public Member Functions | |
TaskHelloWorld () | |
int | execute () |
Execution function for the Hello World example task. |
|
Definition at line 33 of file t_helloworld.cpp.
|
|
Execution function for the Hello World example task.
Definition at line 36 of file t_helloworld.cpp. Referenced by astrog::RoutineHelloWorld::execute().
|