astrog::TaskHelloWorld Class Reference

#include <libastrog_t_helloworld.h>

Inheritance diagram for astrog::TaskHelloWorld:

astrog::Task List of all members.

Detailed Description

Hello World example task.

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.


Constructor & Destructor Documentation

astrog::TaskHelloWorld::TaskHelloWorld  ) 
 

Definition at line 33 of file t_helloworld.cpp.

00034 {}


Member Function Documentation

int astrog::TaskHelloWorld::execute  ) 
 

Execution function for the Hello World example task.

Definition at line 36 of file t_helloworld.cpp.

Referenced by astrog::RoutineHelloWorld::execute().

00037 {
00038     std::cout << "Hello World!" << std::endl;
00039     return 0;
00040 }


The documentation for this class was generated from the following files:
Generated on Mon Mar 26 11:01:02 2007 for Astrog by doxygen 1.4.6 and hosted by SourceForge.net Logo