From e845c02f3957c63ce3f1e9b610fdba7ab5fef43c Mon Sep 17 00:00:00 2001 From: JerryG <42826502+jerryg2003@users.noreply.github.com> Date: Thu, 12 Nov 2020 20:13:36 -0500 Subject: [PATCH] Update Names.shtml Clarified components of system name per review comments by @dsand47. --- help/en/html/doc/Technical/Names.shtml | 37 +++++++++++++------------- 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/help/en/html/doc/Technical/Names.shtml b/help/en/html/doc/Technical/Names.shtml index 0eaf10c7159..8b0e91ccaad 100644 --- a/help/en/html/doc/Technical/Names.shtml +++ b/help/en/html/doc/Technical/Names.shtml @@ -89,25 +89,26 @@ doesn't have to be convenient, but does have to have a clear mapping from name to object and back. For example, we need a very specific way to identify "LocoNet Turnout 23". We call - these "system names". JMRI code will map these to and from + these "system names." JMRI code will map these to and from whatever information the hardware may need.

System Name Format

- A system name is formed from a short "system prefix" representing + A system name is formed from a short "connection prefix" representing the hardware system, followed by a single upper case "type letter" - indicating the type of the object, followed by a system- and - type-specific "suffix string" identifying a specific object. + indicating the type of the object (together, the "system name prefix"), followed by a system- and + type-specific "suffix" identifying a specific object.