Revision 358e7de5 apps/HelloWorld/helloworld.h

View differences:

apps/HelloWorld/helloworld.h
27 27
extern "C" {
28 28
#endif /* defined(__cplusplus) */
29 29

  
30
urt_osEventMask_t hello(urt_node_t* node, urt_osEventMask_t events, void* arg);
30
void helloShutdown(urt_node_t* node, urt_status_t cause, void* arg);
31
urt_osEventMask_t helloSetup(urt_node_t* node, void* arg);
32
urt_osEventMask_t helloLoop(urt_node_t* node, urt_osEventMask_t events, void* arg);
31 33
void helloWorldInit(urt_node_t* node, urt_osThread_t* thread);
32 34

  
33 35
#if defined(__cplusplus)

Also available in: Unified diff