Skip to content
Snippets Groups Projects
Commit 403b2fb9 authored by Simon Rose's avatar Simon Rose
Browse files

Fix comment describing PV names

parent ee2d6682
No related branches found
No related tags found
No related merge requests found
...@@ -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):MOD_VER - $(REQUIRE_IOC):ModuleVersions
- $(REQUIRE_IOC):VERSIONS - $(REQUIRE_IOC):Versions
- $(REQUIRE_IOC):MODULES - $(REQUIRE_IOC):Modules
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.
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment