Modifiable Settings example

Summary

Doc_BoxAlgorithm_ModifiableSettingsExample.png
  • Plugin name : Modifiable Settings example
  • Version : 1.0
  • Author : lmahe
  • Company : Inria
  • Short description : Settings of this box are modifiable during playback. Values are displayed in log every 5 seconds
  • Documentation template generation date : Mar 20 2015
  • WARNING : this box has been marked as UNSTABLE by the developer. It means that its implementation may be incomplete or that the box can only work under well known conditions. It may possibly crash or cause data loss. Use this box at your own risk, you've been warned.

Description

This box purpose is to test and demonstrate the modifiable settings feature. It has a setting of each type and all are modifiable during scenario playback.

Settings

1. Int

  • Type identifier : Integer (0x007deef9, 0x2f3e95c6)
  • Default value : [ 1 ]

2. Float

  • Type identifier : Float (0x512a166f, 0x5c3ef83f)
  • Default value : [ 1.3 ]

3. Bool

  • Type identifier : Boolean (0x2cdb2f0b, 0x12f231ea)
  • Default value : [ false ]

4. String

  • Type identifier : String (0x79a9edeb, 0x245d83fc)
  • Default value : [ string ]

5. filename

  • Type identifier : Filename (0x330306dd, 0x74a95f98)
  • Default value : [ somefile.txt ]

6. script

  • Type identifier : Script (0xb0d0db45, 0x49cbc34a)
  • Default value : [ somescript.lua ]

7. color

  • Type identifier : Color (0x7f45a2a9, 0x7db12219)
  • Default value : [ 20,65,90 ]

8. colorgradient

  • Type identifier : Color Gradient (0x3d3c7c7f, 0xef0e7129)
  • Default value : [ 0:0,0,0; 100:60,40,40 ]

9. unit

  • Type identifier : Measurement unit (0x2f3563a4, 0x571e194d)
  • Default value : [ V ]

10. factor

  • Type identifier : Factor (0x501f79fa, 0x7e1f6680)
  • Default value : [ 1e-01 ]

Online visualisation settings

Examples

Miscellaneous