Go to the documentation of this file.00001
00018 #ifndef DIET_BMMS_LIB_H
00019 #define DIET_BMMS_LIB_H
00020
00021 #include <sys/types.h>
00022
00023
00024 #ifdef __cplusplus
00025 extern "C" {
00026 #endif
00027
00069 char * dietSubmitLot(const char * path_to_lot, char **errorMessage, char **hostname);
00070
00114 char * dietBuildLot(const char *hostname, int nbIDs, const char * const *listIDs, char **errorMessage);
00115
00143 char * dietListLot(const char *hostname);
00144
00177 char * dietStatusLot(const char *hostname, const char *ID);
00178
00211 char * dietCancelLot(const char *hostname, const char *ID);
00212
00261 char * dietGetOutPutLot(const char *hostname, const char *ID, char **output, char **error, char **output_path, char **error_path);
00262
00263 #ifdef __cplusplus
00264 }
00265 #endif
00266
00267 #endif