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
03867392
Commit
03867392
authored
18 years ago
by
Florian Pose
Browse files
Options
Downloads
Patches
Plain Diff
Updated source code documentation.
parent
400860cc
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
include/ecrt.h
+2
-0
2 additions, 0 deletions
include/ecrt.h
master/fsm.h
+3
-0
3 additions, 0 deletions
master/fsm.h
master/xmldev.c
+4
-0
4 additions, 0 deletions
master/xmldev.c
with
9 additions
and
0 deletions
include/ecrt.h
+
2
−
0
View file @
03867392
...
...
@@ -120,7 +120,9 @@ void ecrt_master_run(ec_master_t *master);
ec_slave_t
*
ecrt_master_get_slave
(
const
ec_master_t
*
,
const
char
*
);
/** \cond */
int
ecrt_master_state
(
const
ec_master_t
*
master
);
/** \endcond */
/******************************************************************************
* Domain Methods
...
...
This diff is collapsed.
Click to expand it.
master/fsm.h
+
3
−
0
View file @
03867392
...
...
@@ -90,9 +90,12 @@ int ec_fsm_running(ec_fsm_t *);
int
ec_fsm_success
(
ec_fsm_t
*
);
// TODO: layout slave state machines
/** \cond */
void
ec_fsm_slaveconf_state_start
(
ec_fsm_t
*
);
void
ec_fsm_slave_state_end
(
ec_fsm_t
*
);
void
ec_fsm_slave_state_error
(
ec_fsm_t
*
);
/** \endcond */
/*****************************************************************************/
...
...
This diff is collapsed.
Click to expand it.
master/xmldev.c
+
4
−
0
View file @
03867392
...
...
@@ -54,6 +54,8 @@ ssize_t ecxmldev_write(struct file *, const char __user *, size_t, loff_t *);
/*****************************************************************************/
/** \cond */
static
struct
file_operations
fops
=
{
.
owner
=
THIS_MODULE
,
.
open
=
ecxmldev_open
,
...
...
@@ -62,6 +64,8 @@ static struct file_operations fops = {
.
write
=
ecxmldev_write
};
/** \endcond */
/*****************************************************************************/
/**
...
...
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