Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
e3-require
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
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
Anders Lindh Olsson
e3-require
Commits
403b2fb9
Commit
403b2fb9
authored
1 year ago
by
Simon Rose
Browse files
Options
Downloads
Patches
Plain Diff
Fix comment describing PV names
parent
ee2d6682
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
require-ess/src/require.c
+5
-5
5 additions, 5 deletions
require-ess/src/require.c
with
5 additions
and
5 deletions
require-ess/src/require.c
+
5
−
5
View file @
403b2fb9
...
@@ -431,11 +431,11 @@ void registerModule(const char *module, const char *version,
...
@@ -431,11 +431,11 @@ void registerModule(const char *module, const char *version,
return
;
return
;
/*
/*
Require DB has the following four PVs:
Require DB has the following four PVs:
- $(REQUIRE_IOC):$(MODULE)
_VER
- $(REQUIRE_IOC):$(MODULE)
Version
- $(REQUIRE_IOC):M
OD_VER
- $(REQUIRE_IOC):M
oduleVersions
- $(REQUIRE_IOC):V
ERSIONS
- $(REQUIRE_IOC):V
ersions
- $(REQUIRE_IOC):M
ODULES
- $(REQUIRE_IOC):M
odules
We reserved 30 chars for :$(MODULE)
_VER
, so MODULE has the maximum 24
We reserved 30 chars for :$(MODULE)
Version
, so MODULE has the maximum 24
chars. And we've reserved for 30 chars for $(REQUIRE_IOC). So, the whole PV
chars. And we've reserved for 30 chars for $(REQUIRE_IOC). So, the whole PV
and record name in moduleversion.template has 59 + 1.
and record name in moduleversion.template has 59 + 1.
*/
*/
...
...
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