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
35a6950c
Commit
35a6950c
authored
15 years ago
by
Florian Pose
Browse files
Options
Downloads
Patches
Plain Diff
Added watchdog documentation.
parent
00621bdf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/ecrt.h
+7
-3
7 additions, 3 deletions
include/ecrt.h
with
7 additions
and
3 deletions
include/ecrt.h
+
7
−
3
View file @
35a6950c
...
@@ -819,13 +819,17 @@ int ecrt_slave_config_sync_manager(
...
@@ -819,13 +819,17 @@ int ecrt_slave_config_sync_manager(
);
);
/** Configure a slave's watchdog times.
/** Configure a slave's watchdog times.
*/
*/
void
ecrt_slave_config_watchdog
(
void
ecrt_slave_config_watchdog
(
ec_slave_config_t
*
sc
,
/**< Slave configuration. */
ec_slave_config_t
*
sc
,
/**< Slave configuration. */
uint16_t
watchdog_divider
,
/**< Number of 40 ns intervals. Used as a
uint16_t
watchdog_divider
,
/**< Number of 40 ns intervals. Used as a
base unit for all slave watchdogs. */
base unit for all slave watchdogs. If set
to zero, the value is not written, so the
default ist used. */
uint16_t
watchdog_intervals
/**< Number of base intervals for process
uint16_t
watchdog_intervals
/**< Number of base intervals for process
data watchdog. */
data watchdog. If set to zero, the value
is not written, so the default is used.
*/
);
);
/** Add a PDO to a sync manager's PDO assignment.
/** Add a PDO to a sync manager's PDO assignment.
...
...
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