Explorar o código

Changes some data types used in CipMessgeRouterRequest to Cip* data types

capxilinx %!s(int64=10) %!d(string=hai) anos
pai
achega
9c51df0d8a
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      source/src/cip/ciptypes.h

+ 2 - 2
source/src/cip/ciptypes.h

@@ -244,10 +244,10 @@ typedef struct {
  *
  */
 typedef struct {
-  EipUint8 service;
+  CipUsint service;
   CipEpath request_path;
   EipInt16 data_length;
-  EipUint8 *data;
+  CipOctet *data;
 } CipMessageRouterRequest;
 
 #define MAX_SIZE_OF_ADD_STATUS 2 /* for now we support extended status codes up to 2 16bit values there is mostly only one 16bit value used */