Rev 226 | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line | 
|---|---|---|---|
| 225 | f9daq | 1 | //============================================================================== | 
        
| 2 | // | 
        ||
| 3 | // Title:               soccli.h | 
        ||
| 4 | // Purpose:             A short description of the interface. | 
        ||
| 5 | // | 
        ||
| 6 | // Created on:  3/13/2017 at 12:32:38 PM by rok. | 
        ||
| 7 | // Copyright:   . All Rights Reserved. | 
        ||
| 8 | // | 
        ||
| 9 | //============================================================================== | 
        ||
| 10 | |||
| 11 | #ifndef __soccli_H__ | 
        ||
| 12 | #define __soccli_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 __soccli_H__ */ |