CoSWoT Servient-C
Loading...
Searching...
No Matches
src
Module.h
1
#ifndef MODULE_H_INCLUDED
2
#define MODULE_H_INCLUDED
3
4
#include <time.h>
5
#include "CoRTC.h"
6
21
void
initModule
(
int
argc,
char
** argv);
22
27
void
deleteModule
();
28
40
void
test
(
char
* c);
41
47
void
delay
(
int
number_of_seconds);
52
#endif
/* MODULE_H_INCLUDED */
test
void test(char *c)
Test function, publish the argument it receives.
Definition:
Module.c:18
delay
void delay(int number_of_seconds)
Delay function, wait a certain amount of seconds.
Definition:
Module.c:31
initModule
void initModule(int argc, char **argv)
Initialise the module.
Definition:
Module.c:6
deleteModule
void deleteModule()
Delete the module.
Definition:
Module.c:13
Generated by
1.9.6