libwallaby  v23
The wallaby standard library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
wait_for.h
Go to the documentation of this file.
1 /*
2  * wait_for.h
3  *
4  * Created on: Nov 13, 2015
5  * Author: Joshua Southerland
6  */
7 
8 #ifndef INCLUDE_WALLABY_WAIT_FOR_H_
9 #define INCLUDE_WALLABY_WAIT_FOR_H_
10 
11 #include "export.h"
12 #include "vtable.h"
13 
14 #ifdef __cplusplus
15 extern "C" {
16 #endif
17 
22 VF EXPORT_SYM void wait_for_milliseconds(long msecs);
23 
28 VF EXPORT_SYM void wait_for_touch(int port);
29 
34 
39 
44 
49 
54 
59 
64 
69 
74 
79 
84 
89 
94 
99 
104 
105 VFL
106 
107 #ifdef __cplusplus
108 }
109 #endif
110 
111 
112 
113 #endif /* INCLUDE_WALLABY_WAIT_FOR_H_ */
VF EXPORT_SYM void wait_for_z_button_clicked()
VF EXPORT_SYM void wait_for_side_button_clicked()
VF EXPORT_SYM void wait_for_x_button()
VF EXPORT_SYM void wait_for_any_button()
VF EXPORT_SYM void wait_for_side_button()
VF EXPORT_SYM void wait_for_touch(int port)
VF EXPORT_SYM void wait_for_milliseconds(long msecs)
VF EXPORT_SYM void wait_for_z_button()
VF EXPORT_SYM void wait_for_b_button()
VF EXPORT_SYM void wait_for_b_button_clicked()
VF EXPORT_SYM void wait_for_y_button()
VF EXPORT_SYM void wait_for_c_button()
#define VF
Definition: vtable.h:19
#define VFL
Definition: vtable.h:20
#define EXPORT_SYM
Definition: export.h:14
VF EXPORT_SYM void wait_for_x_button_clicked()
VF EXPORT_SYM void wait_for_a_button()
VF EXPORT_SYM void wait_for_a_button_clicked()
VF EXPORT_SYM void wait_for_y_button_clicked()
VF EXPORT_SYM void wait_for_c_button_clicked()