source: trunk/include/octave/RpOctaveInterface.h @ 123

Last change on this file since 123 was 123, checked in by dkearney, 18 years ago

RpOctaveInterface?.h needed for compiling

File size: 937 bytes
Line 
1/*
2 * ----------------------------------------------------------------------
3 *  INTERFACE: Rappture-Matlab Bindings Header
4 *
5 * ======================================================================
6 *  AUTHOR:  Derrick Kearney, Purdue University
7 *  Copyright (c) 2005
8 *  Purdue Research Foundation, West Lafayette, IN
9 * ======================================================================
10 */
11
12#ifndef _Rp_OCTAVE_HELPER_H
13#define _Rp_OCTAVE_HELPER_H
14
15#include "RpBindingsDict.h"
16#include "RpLibrary.h"
17#include "RpUnits.h"
18
19// dont delete this, still working on making it happen
20//#include "rappture.h"
21
22// include the matlab api header
23#include "octave/oct.h"
24
25#ifdef __cplusplus
26extern "C" {
27#endif
28
29//    int     getIntInput     ( const mxArray* prhs );
30//    double  getDoubleInput  ( const mxArray* prhs );
31//    char*   getStringInput  ( const mxArray* prhs );
32
33#ifdef __cplusplus
34}
35#endif
36
37#endif // _Rp_OCTAVE_HELPER_H
Note: See TracBrowser for help on using the repository browser.