Node | Description |
---|---|
shift-string | Generated from gweimer/utils/string-queue. This is a character accumulator in the form of "NUMBER", which after filling with the number of characters specified in "CAP" switches to SHIFT-STRING mode. |
accum-byte-to-string | Accumulates a string of characters (byte) supplied to the CHAR input. |
accum-number-to-string | Accumulates a string of characters (numbers) supplied to the CHAR input.
|
index-n-string | We output the character by index from the string in the form "NUMBER". |
index-string | We output the character by index from the string in the form "byte". |
main | Just as a sample, I recorded the counter count in string. Then I read the reference numbers from the string. |
read-byte-string | We read a byte (character) from the line when a pulse arrives on the UPD. |
read-number-string | We read a number (character) from the line when a pulse arrives on the UPD. |
string-queue-copy | No description |
sub-string-copy | Pull substring from STR starting at OFST for LEN |