embedded system library for e-puck
1.0.1
A redesigned API library for the e-puck robot platform
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Enumerations
Enumerator
Modules
Pages
elu.h
1
/*
2
3
embedded system library for e-puck
4
5
--------------------------------------------------------------------------------
6
7
code distribution:
8
https://github.com/jianingchen/epucklib
9
10
online documentation:
11
http://jianingchen.github.io/epucklib/html/
12
13
--------------------------------------------------------------------------------
14
15
This file is released under the terms of the MIT license (see "el.h").
16
17
*/
18
19
#ifndef ELU_H
20
#define ELU_H
21
22
#include "
el.h
"
23
#include "
elu_stdio.h
"
24
25
#define MAX(a,b) (((a)>=(b))? (a):(b))
26
#define MIN(a,b) (((a)<(b))? (a):(b))
27
28
void
elu_print_camera_image(
const
el_camera_image
*p,el_uint32 n);
29
30
#endif
el.h
This is the main header file of this library.
elu_stdio.h
el_camera_image
Definition:
el_camera.h:77
Generated on Tue May 19 2015 18:37:53 for embedded system library for e-puck by
1.8.8