You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef EPM_HANDLER_COMMON
|
|
#define EPM_HANDLER_COMMON
|
|
|
|
#include <epm/epm.h>
|
|
#include <string>
|
|
#include <vector>
|
|
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
int chint_Design_Task(tag_t task);
|
|
int connor_import_bom(tag_t task);
|
|
//user service end
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif |