8 Development Support Tool
8.5 Application Property List
8-9
HW1484528
HW1484528
8.5.3 Setting Procedures
1. Set the application name and the version by using
mpApplicationInfoNotify(). For using mpApplicationInfoNotify(),
confirm the MotoPlus reference manual.
2. Set the task name by using mpTaskPropNameSet().
mpTaskPropNameSet
Set the task name to be displayed in MotoPlus IDE.
Syntax
int mpTaskPropNameSet(
int taskId,
char* name
);
Argument
[taskId]
Specify the task ID to set the task name.
Specify the acquired task ID by using mpCreateTask().
[name]
Specify the task name. For the task name, use a maximum of 32
characters.
Return value
0: Normal end
-1: Error
When the information is not set, the default setting value is
displayed.