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