Rev 219 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
219 | f9daq | 1 | //============================================================================== |
2 | // |
||
3 | // Title: RedPitaya.h |
||
4 | // Purpose: A short description of the interface. |
||
5 | // |
||
6 | // Created on: 27. 01. 2017 at 13:29:33 by korpar. |
||
7 | // Copyright: . All Rights Reserved. |
||
8 | // |
||
9 | //============================================================================== |
||
10 | |||
11 | #ifndef __RedPitaya_H__ |
||
12 | #define __RedPitaya_H__ |
||
13 | |||
14 | #ifdef __cplusplus |
||
15 | extern "C" { |
||
16 | #endif |
||
17 | |||
18 | //============================================================================== |
||
19 | // Include files |
||
20 | |||
21 | #include "cvidef.h" |
||
22 | |||
23 | //============================================================================== |
||
24 | // Constants |
||
25 | |||
26 | //============================================================================== |
||
27 | // Types |
||
28 | |||
29 | //============================================================================== |
||
30 | // External variables |
||
31 | |||
32 | //============================================================================== |
||
33 | // Global functions |
||
34 | |||
35 | int Declare_Your_Functions_Here (int x); |
||
36 | |||
37 | #ifdef __cplusplus |
||
38 | } |
||
39 | #endif |
||
40 | |||
41 | #endif /* ndef __RedPitaya_H__ */ |