You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
283 B
C
9 lines
283 B
C
|
5 years ago
|
#ifndef LPDSGDEFINE_H
|
||
|
|
#define LPDSGDEFINE_H
|
||
|
|
|
||
|
|
|
||
|
|
#define LP_DETECTOR_DSG_TASK_ITEM_LOAD "Load"
|
||
|
|
#define LP_DETECTOR_UI_CONFIG_FILE_NAME "set.ini"
|
||
|
|
#define LP_DETECTOR_UI_REPORT_FOLDER "./report/"
|
||
|
|
|
||
|
|
#endif // LPDSGDEFINE_H
|