- Timestamp:
- 03/04/13 11:09:37 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/scripts/doc/dim.js
r14740 r14972 30 30 * 31 31 * @example 32 * dim. print("Five="+5, "--- new line ---");32 * dim.log("Five="+5, "--- new line ---"); 33 33 * 34 34 */ 35 dim. print= function() { /* [native code] */ }35 dim.log = function() { /* [native code] */ } 36 36 37 37 /** … … 39 39 * Posts a message to the dim network with alarm severity. 40 40 * 41 * Similar to dim. print, but the message is posted to the network41 * Similar to dim.log, but the message is posted to the network 42 42 * with alarm severity. This means that it is displayed in red 43 43 * and the smartfact web-gui will play an alarm sound.
Note:
See TracChangeset
for help on using the changeset viewer.