src/pdo.c
changeset 90 7df322d86ae1
parent 71 95cd3376cc9f
child 149 fe50ada8020b
equal deleted inserted replaced
89:11dda1450e09 90:7df322d86ae1
   131 				    (void *)&d->process_var.data[offset], &Size, &dataType, 0 ); 
   131 				    (void *)&d->process_var.data[offset], &Size, &dataType, 0 ); 
   132 
   132 
   133 	     if (objDict != OD_SUCCESSFUL) {
   133 	     if (objDict != OD_SUCCESSFUL) {
   134 	        MSG_WAR(0x2919, "error accessing to the mapped var : ", subInd + 1);  
   134 	        MSG_WAR(0x2919, "error accessing to the mapped var : ", subInd + 1);  
   135 		MSG_WAR(0x2920, "         Mapped at index : ", (*pMappingParameter) >> 16);
   135 		MSG_WAR(0x2920, "         Mapped at index : ", (*pMappingParameter) >> 16);
   136 		MSG_WAR(0x2921, "                subindex : "getODentry, ((*pMappingParameter) >> 8 ) & 0xFF);
   136 		MSG_WAR(0x2921, "                subindex : ", ((*pMappingParameter) >> 8 ) & 0xFF);
   137 		return 0xFF;
   137 		return 0xFF;
   138 	     } 
   138 	     } 
   139 
   139 
   140 	      offset += Size;
   140 	      offset += Size;
   141 	      d->process_var.count = offset;
   141 	      d->process_var.count = offset;