Main Page   Class Hierarchy   Data Structures   File List   Data Fields   Globals  

/lib/libtvubase/tvu_base.resource.h

00001 
00011 #ifndef __TVU_BASE_RESOURCE_H__
00012 #define __TVU_BASE_RESOURCE_H__
00013 /*========================================================*/
00014 // tvu_typesdef.cpp
00015 #define OBJ_SSAVE                  "000100"
00016 #define OBJ_ESAVE                  "000101"
00017 #define OBJ_SLOAD_FILE             "000102"
00018 #define OBJ_ELOAD_FILE             "000103"
00019 #define ERR_OBJ_SAVING             "000104"
00020 #define ERR_OBJ_LOADING            "000105"
00021 #define ERR_OBJ_PARENT_EXPECTED    "000106"
00022 #define ERR_OBJ_NAME_OBJ_INVALID   "000107"
00023 #define ERR_OBJ_READ_OBJ_FAULT     "000108"
00024 #define ERR_OBJ_CREATE_OBJ_FAULT   "000109"
00025 // tvu_calculate.cpp
00026 #define WAR_CAL_EMPTY_EXP          "000200"
00027 #define WAR_CAL_CREATE_TEMPORAL    "000201"
00028 //
00029 #define OBJ_SSAVE_STR                "> Saving file: \"%s\"...\n"
00030 #define OBJ_ESAVE_STR                "< File: \"%s\" is saved.\n"
00031 #define OBJ_SLOAD_FILE_STR           "> Loading file: %s...\n"
00032 #define OBJ_ELOAD_FILE_STR           "... File: %s is loaded.\n\n"
00033 #define ERR_OBJ_SAVING_STR           "< Error while saving file: \"%s\".\n"
00034 #define ERR_OBJ_LOADING_STR          "... Error while loading file: \"%s\".\n\n"
00035 #define ERR_OBJ_PARENT_EXPECTED_STR  "Error: line %d, \")\" expected.\n"
00036 #define ERR_OBJ_NAME_OBJ_INVALID_STR "Error: line %d, the name of object \"%s\" is invalid.\n"
00037 #define ERR_OBJ_READ_OBJ_FAULT_STR   "Error: line %d, read object of class \"%s\" fault.\n"
00038 #define ERR_OBJ_CREATE_OBJ_FAULT_STR "Error: line %d, create object of class \"%s\". fault\n"
00039 /*========================================================*/
00040 #endif 

Generated at Wed Aug 6 15:58:58 2003 for TVU's libraries for video surveillance: by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001