@@ -109,7 +109,7 @@ CO_EXPORT uint32_t co_od1001_fn (
109
109
const co_obj_t * obj ,
110
110
const co_entry_t * entry ,
111
111
uint8_t subindex ,
112
- uint32_t * value );
112
+ uint64_t * value );
113
113
114
114
/**
115
115
* Access function for Pre-defined error field object (1003h)
@@ -129,7 +129,7 @@ CO_EXPORT uint32_t co_od1003_fn (
129
129
const co_obj_t * obj ,
130
130
const co_entry_t * entry ,
131
131
uint8_t subindex ,
132
- uint32_t * value );
132
+ uint64_t * value );
133
133
134
134
/**
135
135
* Access function for COB-ID SYNC message object (1005h)
@@ -149,7 +149,7 @@ CO_EXPORT uint32_t co_od1005_fn (
149
149
const co_obj_t * obj ,
150
150
const co_entry_t * entry ,
151
151
uint8_t subindex ,
152
- uint32_t * value );
152
+ uint64_t * value );
153
153
154
154
/**
155
155
* Access function for Commmunication cycle object (1006h)
@@ -169,7 +169,7 @@ CO_EXPORT uint32_t co_od1006_fn (
169
169
const co_obj_t * obj ,
170
170
const co_entry_t * entry ,
171
171
uint8_t subindex ,
172
- uint32_t * value );
172
+ uint64_t * value );
173
173
174
174
/**
175
175
* Access function for Synchronous window length object (1007h)
@@ -189,7 +189,7 @@ CO_EXPORT uint32_t co_od1007_fn (
189
189
const co_obj_t * obj ,
190
190
const co_entry_t * entry ,
191
191
uint8_t subindex ,
192
- uint32_t * value );
192
+ uint64_t * value );
193
193
194
194
/**
195
195
* Access function for Guard time object (100Ch)
@@ -209,7 +209,7 @@ CO_EXPORT uint32_t co_od100C_fn (
209
209
const co_obj_t * obj ,
210
210
const co_entry_t * entry ,
211
211
uint8_t subindex ,
212
- uint32_t * value );
212
+ uint64_t * value );
213
213
214
214
/**
215
215
* Access function for Life time factor object (100Dh)
@@ -229,7 +229,7 @@ CO_EXPORT uint32_t co_od100D_fn (
229
229
const co_obj_t * obj ,
230
230
const co_entry_t * entry ,
231
231
uint8_t subindex ,
232
- uint32_t * value );
232
+ uint64_t * value );
233
233
234
234
/**
235
235
* Access function for Store Parameters object (1010h)
@@ -249,7 +249,7 @@ CO_EXPORT uint32_t co_od1010_fn (
249
249
const co_obj_t * obj ,
250
250
const co_entry_t * entry ,
251
251
uint8_t subindex ,
252
- uint32_t * value );
252
+ uint64_t * value );
253
253
254
254
/**
255
255
* Access function for Restore Default Parameters object (1011h)
@@ -269,7 +269,7 @@ CO_EXPORT uint32_t co_od1011_fn (
269
269
const co_obj_t * obj ,
270
270
const co_entry_t * entry ,
271
271
uint8_t subindex ,
272
- uint32_t * value );
272
+ uint64_t * value );
273
273
274
274
/**
275
275
* Access function for COB-ID EMCY object (1014h)
@@ -289,7 +289,7 @@ CO_EXPORT uint32_t co_od1014_fn (
289
289
const co_obj_t * obj ,
290
290
const co_entry_t * entry ,
291
291
uint8_t subindex ,
292
- uint32_t * value );
292
+ uint64_t * value );
293
293
294
294
/**
295
295
* Access function for Inhibit time EMCY object (1015h)
@@ -309,7 +309,7 @@ CO_EXPORT uint32_t co_od1015_fn (
309
309
const co_obj_t * obj ,
310
310
const co_entry_t * entry ,
311
311
uint8_t subindex ,
312
- uint32_t * value );
312
+ uint64_t * value );
313
313
314
314
/**
315
315
* Access function for Consumer heartbeat time object (1016h)
@@ -329,7 +329,7 @@ CO_EXPORT uint32_t co_od1016_fn (
329
329
const co_obj_t * obj ,
330
330
const co_entry_t * entry ,
331
331
uint8_t subindex ,
332
- uint32_t * value );
332
+ uint64_t * value );
333
333
334
334
/**
335
335
* Access function for Producer heartbeat time object (1017h)
@@ -349,7 +349,7 @@ CO_EXPORT uint32_t co_od1017_fn (
349
349
const co_obj_t * obj ,
350
350
const co_entry_t * entry ,
351
351
uint8_t subindex ,
352
- uint32_t * value );
352
+ uint64_t * value );
353
353
354
354
/**
355
355
* Access function for Synchronous counter overflow value object (1019h)
@@ -369,7 +369,7 @@ CO_EXPORT uint32_t co_od1019_fn (
369
369
const co_obj_t * obj ,
370
370
const co_entry_t * entry ,
371
371
uint8_t subindex ,
372
- uint32_t * value );
372
+ uint64_t * value );
373
373
374
374
/**
375
375
* Access function for Verify Configuration object (1020h)
@@ -389,7 +389,7 @@ CO_EXPORT uint32_t co_od1020_fn (
389
389
const co_obj_t * obj ,
390
390
const co_entry_t * entry ,
391
391
uint8_t subindex ,
392
- uint32_t * value );
392
+ uint64_t * value );
393
393
394
394
/**
395
395
* Access function for Emergency consumer object (1028h)
@@ -409,7 +409,7 @@ CO_EXPORT uint32_t co_od1028_fn (
409
409
const co_obj_t * obj ,
410
410
const co_entry_t * entry ,
411
411
uint8_t subindex ,
412
- uint32_t * value );
412
+ uint64_t * value );
413
413
414
414
/**
415
415
* Access function for Error behavior object (1029h)
@@ -429,7 +429,7 @@ CO_EXPORT uint32_t co_od1029_fn (
429
429
const co_obj_t * obj ,
430
430
const co_entry_t * entry ,
431
431
uint8_t subindex ,
432
- uint32_t * value );
432
+ uint64_t * value );
433
433
434
434
/**
435
435
* Access function for RPDO communication parameter object (1400h - 15FFh)
@@ -449,7 +449,7 @@ CO_EXPORT uint32_t co_od1400_fn (
449
449
const co_obj_t * obj ,
450
450
const co_entry_t * entry ,
451
451
uint8_t subindex ,
452
- uint32_t * value );
452
+ uint64_t * value );
453
453
454
454
/**
455
455
* Access function for RPDO mapping parameter object (1600h - 17FFh)
@@ -469,7 +469,7 @@ CO_EXPORT uint32_t co_od1600_fn (
469
469
const co_obj_t * obj ,
470
470
const co_entry_t * entry ,
471
471
uint8_t subindex ,
472
- uint32_t * value );
472
+ uint64_t * value );
473
473
474
474
/**
475
475
* Access function for TPDO communication parameter object (1800h - 19FFh)
@@ -489,7 +489,7 @@ CO_EXPORT uint32_t co_od1800_fn (
489
489
const co_obj_t * obj ,
490
490
const co_entry_t * entry ,
491
491
uint8_t subindex ,
492
- uint32_t * value );
492
+ uint64_t * value );
493
493
494
494
/**
495
495
* Access function for RPDO mapping parameter object (1A00h - 1BFFh)
@@ -509,7 +509,7 @@ CO_EXPORT uint32_t co_od1A00_fn (
509
509
const co_obj_t * obj ,
510
510
const co_entry_t * entry ,
511
511
uint8_t subindex ,
512
- uint32_t * value );
512
+ uint64_t * value );
513
513
514
514
#ifdef __cplusplus
515
515
}
0 commit comments