18 #ifndef __CLUSTERTOOL__ 19 #define __CLUSTERTOOL__ 53 BOOL8 WriteInsigProtos);
57 #define ILLEGALSAMPLESIZE 5000 58 #define ILLEGALCIRCULARSPEC 5001 59 #define ILLEGALMINMAXSPEC 5002 60 #define ILLEGALSIGNIFICANCESPEC 5003 61 #define ILLEGALSTYLESPEC 5004 62 #define ILLEGALSAMPLECOUNT 5005 63 #define ILLEGALMEANSPEC 5006 64 #define ILLEGALVARIANCESPEC 5007 65 #define ILLEGALDISTRIBUTION 5008 66 #define ILLEGALFLOAT 5009 67 #define ILLEGALESSENTIALSPEC 5013 FLOAT32 * ReadNFloats(FILE *File, uinT16 N, FLOAT32 Buffer[])
void WriteParamDesc(FILE *File, uinT16 N, PARAM_DESC ParamDesc[])
uinT16 ReadSampleSize(FILE *File)
PROTOSTYLE ReadProtoStyle(FILE *File)
PARAM_DESC * ReadParamDesc(FILE *File, uinT16 N)
void WriteProtoList(FILE *File, uinT16 N, PARAM_DESC ParamDesc[], LIST ProtoList, BOOL8 WriteSigProtos, BOOL8 WriteInsigProtos)
PROTOTYPE * ReadPrototype(FILE *File, uinT16 N)
void WriteProtoStyle(FILE *File, PROTOSTYLE ProtoStyle)
void WriteNFloats(FILE *File, uinT16 N, FLOAT32 Array[])
void WritePrototype(FILE *File, uinT16 N, PROTOTYPE *Proto)