... | ... | @@ -11,14 +11,14 @@ Defines maximum length for a Readingname (MAXLEN\_RN) and for a Device name (MAX |
|
|
- **goodDeviceName** (positional)
|
|
|
- **goodReadingName** (positional)
|
|
|
|
|
|
C< = goodReadingName();>
|
|
|
= goodReadingName();
|
|
|
|
|
|
This function checks if Readingname is a valid format which
|
|
|
means up to MAXLEN:RN and consisting of any UTF-8 character except
|
|
|
|
|
|
- whitespace (\s)
|
|
|
|
|
|
If the identifier starts with a dot ., it's considered to be an
|
|
|
If the identifier starts with a dot , it's considered to be an
|
|
|
internal identifier and is treated differently in visualization,
|
|
|
i.e. hidden. The leading . is not included in MAXLEN\_RN length
|
|
|
considerations.
|
... | ... | |