@@ -109,7 +109,7 @@ CO_EXPORT uint32_t co_od1001_fn (
109109 const co_obj_t * obj ,
110110 const co_entry_t * entry ,
111111 uint8_t subindex ,
112- uint32_t * value );
112+ uint64_t * value );
113113
114114/**
115115 * Access function for Pre-defined error field object (1003h)
@@ -129,7 +129,7 @@ CO_EXPORT uint32_t co_od1003_fn (
129129 const co_obj_t * obj ,
130130 const co_entry_t * entry ,
131131 uint8_t subindex ,
132- uint32_t * value );
132+ uint64_t * value );
133133
134134/**
135135 * Access function for COB-ID SYNC message object (1005h)
@@ -149,7 +149,7 @@ CO_EXPORT uint32_t co_od1005_fn (
149149 const co_obj_t * obj ,
150150 const co_entry_t * entry ,
151151 uint8_t subindex ,
152- uint32_t * value );
152+ uint64_t * value );
153153
154154/**
155155 * Access function for Commmunication cycle object (1006h)
@@ -169,7 +169,7 @@ CO_EXPORT uint32_t co_od1006_fn (
169169 const co_obj_t * obj ,
170170 const co_entry_t * entry ,
171171 uint8_t subindex ,
172- uint32_t * value );
172+ uint64_t * value );
173173
174174/**
175175 * Access function for Synchronous window length object (1007h)
@@ -189,7 +189,7 @@ CO_EXPORT uint32_t co_od1007_fn (
189189 const co_obj_t * obj ,
190190 const co_entry_t * entry ,
191191 uint8_t subindex ,
192- uint32_t * value );
192+ uint64_t * value );
193193
194194/**
195195 * Access function for Guard time object (100Ch)
@@ -209,7 +209,7 @@ CO_EXPORT uint32_t co_od100C_fn (
209209 const co_obj_t * obj ,
210210 const co_entry_t * entry ,
211211 uint8_t subindex ,
212- uint32_t * value );
212+ uint64_t * value );
213213
214214/**
215215 * Access function for Life time factor object (100Dh)
@@ -229,7 +229,7 @@ CO_EXPORT uint32_t co_od100D_fn (
229229 const co_obj_t * obj ,
230230 const co_entry_t * entry ,
231231 uint8_t subindex ,
232- uint32_t * value );
232+ uint64_t * value );
233233
234234/**
235235 * Access function for Store Parameters object (1010h)
@@ -249,7 +249,7 @@ CO_EXPORT uint32_t co_od1010_fn (
249249 const co_obj_t * obj ,
250250 const co_entry_t * entry ,
251251 uint8_t subindex ,
252- uint32_t * value );
252+ uint64_t * value );
253253
254254/**
255255 * Access function for Restore Default Parameters object (1011h)
@@ -269,7 +269,7 @@ CO_EXPORT uint32_t co_od1011_fn (
269269 const co_obj_t * obj ,
270270 const co_entry_t * entry ,
271271 uint8_t subindex ,
272- uint32_t * value );
272+ uint64_t * value );
273273
274274/**
275275 * Access function for COB-ID EMCY object (1014h)
@@ -289,7 +289,7 @@ CO_EXPORT uint32_t co_od1014_fn (
289289 const co_obj_t * obj ,
290290 const co_entry_t * entry ,
291291 uint8_t subindex ,
292- uint32_t * value );
292+ uint64_t * value );
293293
294294/**
295295 * Access function for Inhibit time EMCY object (1015h)
@@ -309,7 +309,7 @@ CO_EXPORT uint32_t co_od1015_fn (
309309 const co_obj_t * obj ,
310310 const co_entry_t * entry ,
311311 uint8_t subindex ,
312- uint32_t * value );
312+ uint64_t * value );
313313
314314/**
315315 * Access function for Consumer heartbeat time object (1016h)
@@ -329,7 +329,7 @@ CO_EXPORT uint32_t co_od1016_fn (
329329 const co_obj_t * obj ,
330330 const co_entry_t * entry ,
331331 uint8_t subindex ,
332- uint32_t * value );
332+ uint64_t * value );
333333
334334/**
335335 * Access function for Producer heartbeat time object (1017h)
@@ -349,7 +349,7 @@ CO_EXPORT uint32_t co_od1017_fn (
349349 const co_obj_t * obj ,
350350 const co_entry_t * entry ,
351351 uint8_t subindex ,
352- uint32_t * value );
352+ uint64_t * value );
353353
354354/**
355355 * Access function for Synchronous counter overflow value object (1019h)
@@ -369,7 +369,7 @@ CO_EXPORT uint32_t co_od1019_fn (
369369 const co_obj_t * obj ,
370370 const co_entry_t * entry ,
371371 uint8_t subindex ,
372- uint32_t * value );
372+ uint64_t * value );
373373
374374/**
375375 * Access function for Verify Configuration object (1020h)
@@ -389,7 +389,7 @@ CO_EXPORT uint32_t co_od1020_fn (
389389 const co_obj_t * obj ,
390390 const co_entry_t * entry ,
391391 uint8_t subindex ,
392- uint32_t * value );
392+ uint64_t * value );
393393
394394/**
395395 * Access function for Emergency consumer object (1028h)
@@ -409,7 +409,7 @@ CO_EXPORT uint32_t co_od1028_fn (
409409 const co_obj_t * obj ,
410410 const co_entry_t * entry ,
411411 uint8_t subindex ,
412- uint32_t * value );
412+ uint64_t * value );
413413
414414/**
415415 * Access function for Error behavior object (1029h)
@@ -429,7 +429,7 @@ CO_EXPORT uint32_t co_od1029_fn (
429429 const co_obj_t * obj ,
430430 const co_entry_t * entry ,
431431 uint8_t subindex ,
432- uint32_t * value );
432+ uint64_t * value );
433433
434434/**
435435 * Access function for RPDO communication parameter object (1400h - 15FFh)
@@ -449,7 +449,7 @@ CO_EXPORT uint32_t co_od1400_fn (
449449 const co_obj_t * obj ,
450450 const co_entry_t * entry ,
451451 uint8_t subindex ,
452- uint32_t * value );
452+ uint64_t * value );
453453
454454/**
455455 * Access function for RPDO mapping parameter object (1600h - 17FFh)
@@ -469,7 +469,7 @@ CO_EXPORT uint32_t co_od1600_fn (
469469 const co_obj_t * obj ,
470470 const co_entry_t * entry ,
471471 uint8_t subindex ,
472- uint32_t * value );
472+ uint64_t * value );
473473
474474/**
475475 * Access function for TPDO communication parameter object (1800h - 19FFh)
@@ -489,7 +489,7 @@ CO_EXPORT uint32_t co_od1800_fn (
489489 const co_obj_t * obj ,
490490 const co_entry_t * entry ,
491491 uint8_t subindex ,
492- uint32_t * value );
492+ uint64_t * value );
493493
494494/**
495495 * Access function for RPDO mapping parameter object (1A00h - 1BFFh)
@@ -509,7 +509,7 @@ CO_EXPORT uint32_t co_od1A00_fn (
509509 const co_obj_t * obj ,
510510 const co_entry_t * entry ,
511511 uint8_t subindex ,
512- uint32_t * value );
512+ uint64_t * value );
513513
514514#ifdef __cplusplus
515515}
0 commit comments