You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
In the sample app, there is no example of a command that uses parameters.
Aside from noop/reset there is currently just one command and it displays the information from a table. This is fine for a table example, but it would be helpful to see an example for a command that has input parameters.
Describe the solution you'd like
Add a command that accepts a string and a numeric input and displays them.
Additional context
The intent is to demonstrate how this should be implemented and serve as a basis for users to hook in real functionality.
Requester Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered:
The display value command shows an example of how to pass in and use a
parameter with a command. 3 types are illustrated; a signed and
unsigned int, and a string.
jphickey
added a commit
to jphickey/sample_app
that referenced
this issue
Apr 15, 2024
Is your feature request related to a problem? Please describe.
In the sample app, there is no example of a command that uses parameters.
Aside from noop/reset there is currently just one command and it displays the information from a table. This is fine for a table example, but it would be helpful to see an example for a command that has input parameters.
Describe the solution you'd like
Add a command that accepts a string and a numeric input and displays them.
Additional context
The intent is to demonstrate how this should be implemented and serve as a basis for users to hook in real functionality.
Requester Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered: