Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
etherlabmaster
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ICS Control System Infrastructure
etherlabmaster
Commits
01b7e218
Commit
01b7e218
authored
16 years ago
by
Florian Pose
Browse files
Options
Downloads
Patches
Plain Diff
Added shift times to api.
parent
41b14d08
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/ecrt.h
+11
-2
11 additions, 2 deletions
include/ecrt.h
with
11 additions
and
2 deletions
include/ecrt.h
+
11
−
2
View file @
01b7e218
...
...
@@ -42,8 +42,9 @@
* Changes in version 1.5:
*
* - Added the distributed clocks feature and the respective methods
* ecrt_slave_config_dc_assign_activate() and
* ecrt_slave_config_dc_sync_cycle_times() to configure a slave for cyclic
* ecrt_slave_config_dc_assign_activate(),
* ecrt_slave_config_dc_sync_cycle_times() and
* ecrt_slave_config_dc_sync_shift_times() to configure a slave for cyclic
* operation, and ecrt_master_sync_reference_clock() and
* ecrt_master_sync_slave_clocks() for drift compensation.
* - Changed the meaning of the negative return values of
...
...
@@ -714,6 +715,14 @@ void ecrt_slave_config_dc_sync_cycle_times(
uint32_t
sync1_cycle_time
/**< SYNC1 cycle time [ns]. */
);
/** Sets the shift times for the SYNC0 and SYNC1 signals.
*/
void
ecrt_slave_config_dc_sync_shift_times
(
ec_slave_config_t
*
sc
,
/**< Slave configuration. */
uint32_t
sync0_shift_time
,
/**< SYNC0 shift time [ns]. */
uint32_t
sync1_shift_time
/**< SYNC1 shift time [ns]. */
);
/** Add an SDO configuration.
*
* An SDO configuration is stored in the slave configuration object and is
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment