massspec/property.h
00001 #ifndef _PROPERTY_H_
00002 #define _PROPERTY_H_
00003
00004
00005
00006
00007
00008
00009 extern Byte PROPERTIES_LOADED;
00010 extern char parameter_name[MAX_LINE_LENGTH];
00011 extern char parameter_value[MAX_LINE_LENGTH];
00012
00013 int saveProperty(char* option_name, char* value);
00014 char* loadProperty(char* filename, char* option_name);
00015 char* loadLocalProperty(char* property_name);
00016
00017 int MQProperty_load(const void* property, char* property_name, char* filename, int type);
00018 int MQProperty_loadSpecific(const void* property_value, char* property_name, int type);
00019 #endif
00020
Generated on Sun Feb 13 01:05:59 2005 for MapQuant by
1.3.7