|
|
@@ -343,13 +343,13 @@ size_t CalculateIndex(EipUint16 attribute_number);
|
|
|
* the service array is not expandable if you insert a service that has
|
|
|
* already been defined, the previous service will be replaced
|
|
|
*
|
|
|
- * @param cip_class_to_add_service pointer to CIP object. (may be also
|
|
|
+ * @param cip_class pointer to CIP object. (may be also
|
|
|
* instance# 0)
|
|
|
* @param service_code service code of service to be inserted.
|
|
|
* @param service_function pointer to function which represents the service.
|
|
|
* @param service_name name of the service
|
|
|
*/
|
|
|
-void InsertService(const CipClass *const cip_class_to_add_service,
|
|
|
+void InsertService(const CipClass *const cip_class,
|
|
|
const EipUint8 service_code,
|
|
|
const CipServiceFunction service_function,
|
|
|
char *const service_name);
|