mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 02:47:42 +02:00
Point to example using Hardware.Application item
This commit is contained in:
parent
3792b28a3e
commit
34d0a892a0
1 changed files with 2 additions and 2 deletions
|
@ -691,8 +691,8 @@ private:
|
|||
/**jsdoc
|
||||
* <p>The <code>Controller.Hardware.Application</code> object has properties representing Interface's state. The property
|
||||
* values are integer IDs, uniquely identifying each output. <em>Read-only.</em> These can be mapped to actions or functions or
|
||||
* <code>Controller.Standard</code> items in a {@link RouteObject} mapping. Each data value is either
|
||||
* <code>1.0</code> for "true" or <code>0.0</code> for "false".</p>
|
||||
* <code>Controller.Standard</code> items in a {@link RouteObject} mapping (e.g., using the {@link RouteObject#when} method).
|
||||
* Each data value is either <code>1.0</code> for "true" or <code>0.0</code> for "false".</p>
|
||||
* <table>
|
||||
* <thead>
|
||||
* <tr><th>Property</th><th>Type</th><th>Data</th><th>Description</th></tr>
|
||||
|
|
Loading…
Reference in a new issue