#ifndef EMCCFG_H
#define EMCCFG_H
#ifdef __cplusplus
extern "C" {
#endif
#define DEFAULT_EMC_INIFILE "emc.ini"
#define DEFAULT_EMC_NMLFILE EMC2_DEFAULT_NMLFILE
#define DEFAULT_EMC_TASK_CYCLE_TIME 0.100
#define DEFAULT_EMC_IO_CYCLE_TIME 0.100
#define DEFAULT_EMC_TASK_INTERP_MAX_LEN 1000
#define DEFAULT_TOOL_TABLE_FILE "tool.tbl"
#define DEFAULT_TRAJ_DEFAULT_VELOCITY 1.0
#define DEFAULT_TRAJ_MAX_VELOCITY 10.0
#define DEFAULT_JOINT_MAX_VELOCITY 1.0
#define DEFAULT_JOINT_MAX_ACCELERATION 1.0
#define DEFAULT_AXIS_MAX_VELOCITY 1.0
#define DEFAULT_AXIS_MAX_ACCELERATION 1.0
#ifdef __cplusplus
}
#endif
#endif