29 lines
622 B
C
29 lines
622 B
C
/**
|
|
* @file WellLogWorkflowConst.h
|
|
* @brief 这个头文件包含了工作流插件中的常量
|
|
* @date: 2014-7-29
|
|
* @author: hudfang
|
|
*/
|
|
#ifndef PAI_FRAME_WELLLOGWORKFLOWVIEW_WELLLOGWORKFLOWCONST_H
|
|
#define PAI_FRAME_WELLLOGWORKFLOWVIEW_WELLLOGWORKFLOWCONST_H
|
|
#define VARIABLE_IS_NOT_USED
|
|
//#include "PaiTypes.h"
|
|
#include "Turtle.h"
|
|
|
|
static VARIABLE_IS_NOT_USED const char* g_szB3 = "B3";
|
|
static VARIABLE_IS_NOT_USED const char* g_szA2 = "A2";
|
|
static VARIABLE_IS_NOT_USED const char* g_szA1 = "A1";
|
|
|
|
|
|
|
|
|
|
static VARIABLE_IS_NOT_USED const char* g_szAB123 = "#(A B(B1 B2 B3))";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|