SYNOPSIS
loadrt message [count=N|names=name1[,name2…]] [messages=value[,value…]]
- messages
-
The messages to display. These should be listed, comma-delimited, inside a single set of quotes. See the "Description" section for an example. If there are more messages than "count" or "names" then the excess will be ignored. If there are fewer messages than "count" or "names" then an error will be raised and the component will not load.
DESCRIPTION
DEPRECATED: this component only emits at the ERROR level.
For new configurations, use pushmsg(9) which supports all four
rtapi_print_msg() levels (error, warning, info, debug), HAL value
substitution into the message text, plus the same trigger/force/edge
behaviour from a single loadrt line.
Allows HAL pins to trigger a message. Example hal commands:
When any pin goes active, the corresponding message will be displayed.
FUNCTIONS
- message.N
-
Display a message
PINS
- message.N.trigger bit in (default: FALSE)
-
signal that triggers the message
- message.N.force bit in (default: FALSE)
-
A FALSE->TRUE transition forces the message to be displayed again if the trigger is active
PARAMETERS
- message.N.edge bit rw (default: TRUE)
-
Selects the desired edge: FALSE means falling, TRUE means rising
AUTHOR
Les Newell
LICENSE
GPL v2