mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-09-25 11:33:51 +08:00
Split ioctl switch statements into rt, nrt and common
This commit is contained in:
@@ -1158,6 +1158,9 @@ EC_PUBLIC_API void ecrt_master_sync_reference_clock(
|
||||
* The reference clock will by synchronized to the time passed in the
|
||||
* sync_time parameter.
|
||||
*
|
||||
* Has to be called by the application after ecrt_master_activate()
|
||||
* has returned.
|
||||
*
|
||||
* \ingroup ApplicationInterfaceRT
|
||||
*/
|
||||
EC_PUBLIC_API void ecrt_master_sync_reference_clock_to(
|
||||
@@ -1169,6 +1172,9 @@ EC_PUBLIC_API void ecrt_master_sync_reference_clock_to(
|
||||
*
|
||||
* All slave clocks synchronized to the reference clock.
|
||||
*
|
||||
* Has to be called by the application after ecrt_master_activate()
|
||||
* has returned.
|
||||
*
|
||||
* \ingroup ApplicationInterfaceRT
|
||||
*/
|
||||
EC_PUBLIC_API void ecrt_master_sync_slave_clocks(
|
||||
|
||||
Reference in New Issue
Block a user