source: sans/Analysis/branches/ajj_23APR07/XOPs/SANSAnalysis/XOP/SANSAnalysis.h @ 102

Last change on this file since 102 was 97, checked in by ajj, 16 years ago

Now committing the code correctly - having relied on XCode's SVN interface which doesn't behave (quelle surprise).

I hope this isn't too screwed up.

  • Property svn:executable set to *
File size: 476 bytes
Line 
1/*
2        SANSAnalysis.h -- definitions general to all code.
3*/
4
5
6/* Prototypes */
7HOST_IMPORT void main(IORecHandle ioRecHandle);
8
9// Custom error codes
10#define REQUIRES_IGOR_200 1 + FIRST_XOP_ERR
11#define NON_EXISTENT_WAVE 2 + FIRST_XOP_ERR
12#define REQUIRES_SP_OR_DP_WAVE 3 + FIRST_XOP_ERR
13
14// Fit function parameter structure
15typedef struct FitParams {
16        double x;                               // Independent variable.
17        waveHndl waveHandle;    // Coefficient wave.
18        double result;
19}FitParams, *FitParamsPtr;
20
21
Note: See TracBrowser for help on using the repository browser.