00001
00011 #ifndef __TVU_VISU3D_RESOURCE_H__
00012 #define __TVU_VISU3D_RESOURCE_H__
00013
00014
00015 #define ERR_3DOBJ_CLA_NOT_FOUND "010000"
00016 #define ERR_3DOBJ_CLA_NOT_CONST "010001"
00017 #define ERR_3DOBJ_NOT_INST_CLA "010002"
00018
00019 #define CALI_SINIT "010100"
00020 #define CALI_EINIT "010101"
00021 #define CALI_SEXEC "010102"
00022 #define CALI_EEXEC "010103"
00023 #define CALI_FRAME_INFOR "010104"
00024 #define ERR_CALI_STICK_NOT_INST "010105"
00025 #define ERR_CALI_STICK_NOT_CONST "010106"
00026 #define ERR_CALI_STICK_NOT_FOUND "010107"
00027 #define ERR_CALI_IMAGE_NOT_LOADED "010108"
00028 #define WAR_CALI_CAM_NOT_FOUND "010109"
00029
00030 #define WAR_GOBJ_FCAM_NOT_LOADED "010200"
00031
00032 #define ERR_HACT_CLA_NOT_FOUND "010300"
00033 #define ERR_HACT_NOT_CONST "010301"
00034 #define ERR_HACT_NOT_INST "010302"
00035 #define ERR_HACT_CLA_NOT_CONST "010303"
00036
00037 #define HBOD_SINIT "010400"
00038 #define HBOD_EINIT "010401"
00039 #define ERR_HBOD_ACT_NOT_CONST "010402"
00040 #define ERR_HBOD_NOT_ACT "010403"
00041
00042 #define SCR_SBUILD "010500"
00043 #define SCR_EBUILD "010501"
00044 #define SCR_SINIT "010502"
00045 #define SCR_EINIT "010503"
00046 #define WAR_SCR_OBJ_NOT_FOUND1 "010504"
00047 #define WAR_SCR_OBJ_NOT_FOUND2 "010505"
00048 #define ERR_SCR_PER_NOT_FOUND "010506"
00049 #define ERR_SCR_PER_NOT_CONST "010507"
00050 #define ERR_SCR_ACT_NOT_SET_PER "010508"
00051 #define ERR_SCR_NOT_CONST "010509"
00052 #define ERR_SCR_NOT_INST_CLA "010510"
00053
00054 #define SCE_SBUILD "010600"
00055 #define SCE_EBUILD "010601"
00056 #define SCE_SINIT "010602"
00057 #define SCE_EINIT "010603"
00058 #define SCE_SEXEC "010604"
00059 #define SCE_EEXEC "010605"
00060 #define ERR_SCE_NOT_CONST "010606"
00061 #define ERR_SCE_NOT_INST "010607"
00062 #define ERR_SCE_EXEC "010608"
00063 #define ERR_SCE_DISP "010609"
00064 #define WAR_SCE_CAM_NOT_FOUND "010610"
00065
00066 #endif