include/ecrt.h
Tue, 24 Feb 2009 12:51:39 +0000 Florian Pose Improved and added license headers.
Mon, 02 Feb 2009 13:37:00 +0000 Florian Pose Implemented SDO requests in userspace library.
Mon, 26 Jan 2009 14:39:49 +0000 Florian Pose Added ecrt_master_slave().
Mon, 26 Jan 2009 11:45:30 +0000 Florian Pose merge -c1604 branches/stable-1.4: Fixed spelling of EtherCAT terms.
Mon, 26 Jan 2009 11:16:10 +0000 Florian Pose merge -c1603 branches/stable-1.4: Changed licence headers to avoid conflicts with the GPL; restricted licence to GPLv2 only.
Tue, 18 Nov 2008 11:13:49 +0000 Florian Pose Included ecrt_voe_handler_read_nosync()-Patch by Mathias Weber.
Mon, 17 Nov 2008 17:18:02 +0000 Florian Pose Improved error case return codes of many functions.
Mon, 17 Nov 2008 15:04:28 +0000 Florian Pose Created backend versions of all API functions returing a pointer; using
Tue, 21 Oct 2008 11:58:31 +0000 Florian Pose Wrapped c function in 'extern "C"' to make the library usable in C++
Tue, 21 Oct 2008 11:31:07 +0000 Florian Pose Improved LGPL headers.
Wed, 15 Oct 2008 10:00:22 +0000 Florian Pose Improved VoE docs.
Fri, 10 Oct 2008 08:34:15 +0000 Florian Pose Memory-mapped process data.
Fri, 10 Oct 2008 07:58:48 +0000 Florian Pose Made ecrt_domain_size() const.
Thu, 09 Oct 2008 14:35:08 +0000 Florian Pose Warning.
Thu, 09 Oct 2008 13:24:17 +0000 Florian Pose Moved byteorder macros to ecrt.h.
Thu, 02 Oct 2008 15:38:10 +0000 Florian Pose External memory only in kernel space.
Thu, 02 Oct 2008 10:19:02 +0000 Florian Pose No kernel handles in userspace; Domain creation.
Wed, 01 Oct 2008 10:06:51 +0000 Florian Pose Used ERR_PTR() macro for return value of ecrt_request_master().
Tue, 30 Sep 2008 07:50:34 +0000 Florian Pose Introduced ecrt_voe_handler_received_header(); renamed
Mon, 22 Sep 2008 15:27:50 +0000 Florian Pose Introduced VoE header.
Mon, 01 Sep 2008 14:17:18 +0000 Florian Pose Added VoE handler.
Fri, 01 Aug 2008 09:29:40 +0000 Florian Pose ApplicationInterface
Thu, 17 Jul 2008 11:51:22 +0000 Florian Pose Updated doc.
Tue, 08 Jul 2008 08:35:22 +0000 Florian Pose Added attention to ecrt_slave_config_sdo().
Fri, 04 Jul 2008 16:53:39 +0000 Florian Pose Minor change.
Fri, 04 Jul 2008 12:06:10 +0000 Florian Pose Improved source code doc.
Wed, 02 Jul 2008 14:28:30 +0000 Florian Pose Updated header docs, features and news file.
Wed, 02 Jul 2008 14:06:10 +0000 Florian Pose Renamed ecrt_slave_config_sync_managers() to ecrt_slave_config_pdos();
Thu, 26 Jun 2008 13:16:15 +0000 Florian Pose Store sync manager configurations in ec_slave_config_t instead of Pdo
Wed, 18 Jun 2008 10:13:58 +0000 Florian Pose Implemented ecrt_slave_config_state(); minor changes in
Wed, 18 Jun 2008 09:26:46 +0000 Florian Pose Completed ec_master_state_t and documented ec_master_state_t and
Tue, 17 Jun 2008 09:44:46 +0000 Florian Pose Reverted revision number checking from r1228.
Mon, 16 Jun 2008 09:30:58 +0000 Florian Pose Added revision number to slave type checking.
Thu, 12 Jun 2008 13:30:20 +0000 Florian Pose Minor change.
Fri, 30 May 2008 08:56:47 +0000 Florian Pose Some improvements concerning bit_position.
Fri, 30 May 2008 07:11:27 +0000 Richard Hacker Changed Pdo entry registration function - return byte and bit positions
Wed, 28 May 2008 07:26:28 +0000 Florian Pose Added bitwise Pdo registration.
Fri, 25 Apr 2008 12:04:23 +0000 Florian Pose Removed bus validation; slave configuration during realtime operation;
Wed, 16 Apr 2008 09:21:51 +0000 Florian Pose Improved EC_WRITE macros by replacing in-situ conversions
Wed, 16 Apr 2008 08:33:04 +0000 Florian Pose Exported ecrt_slave_config_sdo(); added documentation.
Mon, 07 Apr 2008 10:26:13 +0000 Florian Pose Added a few docs.
Thu, 03 Apr 2008 14:08:08 +0000 Florian Pose Implemented Sdo timeout.
Thu, 03 Apr 2008 13:34:13 +0000 Florian Pose Changed terms "Pdo mapping" -> "Pdo assignment" and "Pdo configuration"
Mon, 31 Mar 2008 09:42:37 +0000 Florian Pose Introduced EC_MAP_END.
Thu, 13 Mar 2008 12:52:26 +0000 Florian Pose Added ecrt_sdo_request_data_size().
Thu, 13 Mar 2008 12:42:48 +0000 Florian Pose Added documentation.
Tue, 04 Mar 2008 12:59:50 +0000 Florian Pose Updated docs.
Tue, 04 Mar 2008 11:37:51 +0000 Florian Pose Introduced ec_sdo_request_state_t, making ec_request_t private again;
Tue, 04 Mar 2008 09:57:36 +0000 Florian Pose Basic reading realtime Sdo access working.
Mon, 03 Mar 2008 11:42:05 +0000 Florian Pose Removed 'const' from Pdo configuration entries.
Thu, 28 Feb 2008 15:28:10 +0000 Florian Pose Fixed 2 bugs in new Pdo mapping function.
Thu, 28 Feb 2008 14:29:50 +0000 Florian Pose Added ecrt_slave_config_pdo() and ecrt_slave_config_pdo_entry().
Wed, 27 Feb 2008 10:28:43 +0000 Florian Pose Updated news.
Thu, 21 Feb 2008 15:54:10 +0000 Florian Pose Avoided warning concerning EC_READ/WRITE() macros on some compilers.
Thu, 21 Feb 2008 15:49:02 +0000 Florian Pose External domain memory.
Thu, 21 Feb 2008 09:50:54 +0000 Florian Pose Moved ecrt_domain_reg_pdo_entry() to
Tue, 19 Feb 2008 09:21:13 +0000 Florian Pose Fixed Pdo configuration information providing.
Tue, 19 Feb 2008 08:22:20 +0000 Florian Pose Implemented most realtime interface changes for version 1.4, improved
Fri, 01 Feb 2008 22:01:59 +0000 Florian Pose Updated doxygen docs.
Fri, 01 Feb 2008 20:37:10 +0000 Florian Pose Minor fixes.