Florian Pose
|
ca265cd7b7
|
Updated docs.
|
2008-03-04 12:59:50 +00:00 |
Florian Pose
|
f28f42ceb1
|
Introduced ec_sdo_request_state_t, making ec_request_t private again;
therefore added EC_REQUEST_INIT and renamed EC_REQUEST_IN_PROGRESS to
EC_REQUEST_BUSY and EC_REQUEST_COMPLETE to EC_REQUEST_SUCCESS.
|
2008-03-04 11:37:51 +00:00 |
Florian Pose
|
e90dab2a4e
|
Basic reading realtime Sdo access working.
|
2008-03-04 09:57:36 +00:00 |
Florian Pose
|
66f3b77517
|
Removed 'const' from Pdo configuration entries.
|
2008-03-03 11:42:05 +00:00 |
Florian Pose
|
f8dfda2b19
|
Fixed 2 bugs in new Pdo mapping function.
|
2008-02-28 15:28:10 +00:00 |
Florian Pose
|
ea501996b2
|
Added ecrt_slave_config_pdo() and ecrt_slave_config_pdo_entry().
|
2008-02-28 14:29:50 +00:00 |
Florian Pose
|
2a2b442219
|
Updated news.
|
2008-02-27 10:28:43 +00:00 |
Florian Pose
|
253f8b97a1
|
Avoided warning concerning EC_READ/WRITE() macros on some compilers.
|
2008-02-21 15:54:10 +00:00 |
Florian Pose
|
7db358b508
|
External domain memory.
|
2008-02-21 15:49:02 +00:00 |
Florian Pose
|
873e517741
|
Moved ecrt_domain_reg_pdo_entry() to
ecrt_slave_config_reg_pdo_entry().
|
2008-02-21 09:50:54 +00:00 |
Florian Pose
|
b955b2d529
|
Fixed Pdo configuration information providing.
|
2008-02-19 09:21:13 +00:00 |
Florian Pose
|
6189092aed
|
Implemented most realtime interface changes for version 1.4, improved
ec_pdo_t and ec_pdo_entry_t classes, added fmmu_config_t, adjusted
minimal example, etc...
|
2008-02-19 08:22:20 +00:00 |
Florian Pose
|
d1d596e64a
|
Updated doxygen docs.
|
2008-02-01 22:01:59 +00:00 |
Florian Pose
|
abee686ffe
|
Minor fixes.
|
2008-02-01 20:37:10 +00:00 |
Florian Pose
|
7c266d11a4
|
Minor fixes.
|
2008-02-01 20:35:12 +00:00 |
Florian Pose
|
c8555e7860
|
Prepared RT interface 1.4.
|
2008-02-01 20:26:26 +00:00 |
Florian Pose
|
c5b3ade0c0
|
Updated Doxygen documentation.
|
2007-09-24 12:12:11 +00:00 |
Florian Pose
|
805ead3302
|
Fixed bug on big-endian systems (cpu_to_le32 -> cpu_to_le64).
|
2007-09-06 09:23:56 +00:00 |
Florian Pose
|
808ad3e2f1
|
Added ecrt_master_get_slave_by_pos().
|
2007-08-10 13:46:34 +00:00 |
Florian Pose
|
70482be0ac
|
Added parameters for vendor ID and product code to ecrt_get_slave(); PDO
registration functions now take a slave pointer as argument; changed
values for ec_bus_status_t.
|
2007-03-09 10:24:50 +00:00 |
Florian Pose
|
37baf012fb
|
Removed ecrt_master_run(), removed datagram queueing from state
machines, added datagram injection, two different master thread
functions.
|
2007-03-08 13:02:42 +00:00 |
Florian Pose
|
d77267e81c
|
Implemented alternative PDO mapping configuration interface.
|
2007-03-07 17:37:21 +00:00 |
Florian Pose
|
b4bfda2e62
|
Introduced master status, ecrt_master_get_status(), tainted flag,
pdos_registered flags and pdo_slaves_offline counter.
|
2007-03-05 10:35:50 +00:00 |
Florian Pose
|
80566cd979
|
Introduced ECRT version magic.
|
2007-02-09 10:23:13 +00:00 |
Florian Pose
|
c0f6188104
|
Interface changes for version 1.2, see NEWS file.
|
2006-11-24 11:02:35 +00:00 |
Florian Pose
|
ded638c296
|
Version 1.2.0-rc1, re-introduced ecrt_domain_queue().
|
2006-11-23 20:19:26 +00:00 |
Florian Pose
|
daa10ed44a
|
Updated source code documentation.
|
2006-11-07 13:38:40 +00:00 |
Florian Pose
|
1f44556083
|
Print certain warnings only at debug_level.
|
2006-10-27 13:59:49 +00:00 |
Florian Pose
|
0573bbce4d
|
Moved functionality of ecrt_master_deactivate() (now deprecated) to ecrt_master_release().
|
2006-10-27 09:29:46 +00:00 |
Florian Pose
|
5d90e96f72
|
ecrt_domain_register_pdo_range() implemented.
|
2006-10-18 13:11:48 +00:00 |
Florian Pose
|
258b4d998d
|
VERSION 1.1: New realtime interface, only state machines.
|
2006-08-03 12:51:17 +00:00 |
Florian Pose
|
9e3bba8bc1
|
Minor changes to ecrt.h.
|
2006-06-27 19:33:04 +00:00 |
Florian Pose
|
92a035f82b
|
Added missing documentation.
|
2006-06-26 16:05:30 +00:00 |
Florian Pose
|
cb123b86ae
|
Minor changes.
|
2006-06-21 09:09:55 +00:00 |
Florian Pose
|
85bd5d131d
|
Variable-sized data fields, BK1120.
|
2006-06-20 14:40:04 +00:00 |
Florian Pose
|
2916e10b50
|
Changed license headers and added EtherCAT license notice.
|
2006-05-18 12:35:47 +00:00 |
Florian Pose
|
1f345f7df6
|
Prepared EoE processing with workqueue.
|
2006-04-25 13:43:13 +00:00 |
Florian Pose
|
c7020c319d
|
Locking callback interface.
|
2006-04-25 12:04:04 +00:00 |
Florian Pose
|
0e5ad186f2
|
Documentation update + Doxygen generate LaTeX reference manual.
|
2006-04-24 10:28:18 +00:00 |
Florian Pose
|
42fca68ae7
|
Doxygen added interface modules and file documentation.
|
2006-04-24 10:10:02 +00:00 |
Florian Pose
|
b3389cee9f
|
GPLv2 License and enhanced Doxygen output.
|
2006-04-21 12:35:17 +00:00 |
Florian Pose
|
91c739da77
|
Translated all comments and documentation to english language.
|
2006-04-20 13:31:31 +00:00 |
Florian Pose
|
75b31b137c
|
Fixed syntax error in EC_READ_BIT macro.
|
2006-04-06 09:16:25 +00:00 |
Florian Pose
|
98411701ac
|
Plugfest: domain_process mit const-Zeiger.
|
2006-04-05 07:47:26 +00:00 |
Florian Pose
|
8306f3e3c1
|
Dynamischer Kommandospeicher, Domain-Kommandos als Liste.
|
2006-04-03 10:03:34 +00:00 |
Florian Pose
|
aaf5d8646c
|
TO-DO und Fragen aktualisiert, kleine Schönheitskorrekturen.
|
2006-03-29 15:45:25 +00:00 |
Florian Pose
|
d919deed4b
|
Verbosity level in ecrt_master_print().
|
2006-03-29 15:23:10 +00:00 |
Florian Pose
|
5722b4bc9a
|
SDO-Schnittstelle verbessert.
|
2006-03-29 10:30:13 +00:00 |
Florian Pose
|
740bf6d767
|
SDO-Zugriff aufgeteilt in Expedited und Normal. Noch nicht fertig...
|
2006-03-28 17:40:57 +00:00 |
Florian Pose
|
1e150e4553
|
Laden der SDO Dictionaries funktioniert.
|
2006-03-28 13:42:50 +00:00 |