Changeset 17790
- Timestamp:
- 05/07/14 13:45:35 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/www/viewer/index.html
r17773 r17790 76 76 <div id="textcontainer2"> 77 77 <textarea id="editor2" name="editor2" type="textarea"> 78 print("This output will go to the Console.\n");78 print("This output will go to the virtual Console.\n"); 79 79 80 80 // The four first values of pixel 1 … … 490 490 <tr><td>$.trigger</td><td>Shortcut to $.event.trigger</td></tr> 491 491 <tr><td>$.neighbors</td><td>Array of 1440 arrays each containing the corresponding neighbors</td></tr> 492 <tr><td>$.geom</td><td>Array of 1440 entries. Each an array with two entries, x and y.</td></tr> 493 <tr><td>$.map</td><td>Array of 1440 entries (software index) containing the hardware indices.</td></tr> 492 494 </table> 493 495
Note:
See TracChangeset
for help on using the changeset viewer.