libwallaby  v23
The wallaby standard library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
botball.h
Go to the documentation of this file.
1 #ifndef INCLUDE_WALLABY_BOTBALL_H_
2 #define INCLUDE_WALLABY_BOTBALL_H_
3 
4 #include "export.h"
5 #include "vtable.h"
6 
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 
15 VF EXPORT_SYM void shut_down_in(double s);
16 
22 VF EXPORT_SYM void wait_for_light(int light_port_);
23 
24 VFL
25 
26 #ifdef __cplusplus
27 }
28 #endif
29 
30 #endif
VF EXPORT_SYM void wait_for_light(int light_port_)
VF EXPORT_SYM void shut_down_in(double s)
#define VF
Definition: vtable.h:19
#define VFL
Definition: vtable.h:20
#define EXPORT_SYM
Definition: export.h:14