Otawa  0.10
otawa::script Namespace Reference

Classes

class  NamedObject
 Named are used by script to locate a data structure passed as argument to a code processor. More...
 
class  Script
 A script processor allows to interpret a file that performs a WCET computation. More...
 
class  ScriptItem
 These objects represents the item of the configuration of a script. More...
 

Functions

Identifier< elm::system::Path > PATH ("otawa::script::PATH","")
 This identifier configures the Script to use the given path. More...
 
Identifier< Pair< string,
string > > 
PARAM ("otawa::script::PARAM", pair(string(""), string("")))
 This identifier configures the Script to use the argument (identifier, value) as a parameter. More...
 
Identifier< xom::Element * > SCRIPT ("otawa::script::SCRIPT", 0)
 Put by the Script intrepreter in the configuration properties launching the processor. More...
 
Identifier< xom::Element * > PLATFORM ("otawa::script::PLATFORM", 0)
 Put by the Script intrepreter in the configuration properties launching the processor. More...
 
Identifier< bool > ONLY_CONFIG ("otawa::script::ONLY_CONFIG", false)
 This property informs the script to stop its work just after parsing the configuration items. More...
 
Identifier< bool > TIME_STAT ("otawa::script::TIME_STAT", false)
 This property asks the script to time the performed steps. More...
 

Variables

Identifier< elm::system::Path > PATH
 This identifier configures the Script to use the given path. More...
 
Identifier< Pair< string,
string > > 
PARAM
 This identifier configures the Script to use the argument (identifier, value) as a parameter. More...
 
Identifier< xom::Element * > SCRIPT
 Put by the Script intrepreter in the configuration properties launching the processor. More...
 
Identifier< xom::Element * > PLATFORM
 Put by the Script intrepreter in the configuration properties launching the processor. More...
 
Identifier< bool > ONLY_CONFIG
 This property informs the script to stop its work just after parsing the configuration items. More...
 
Identifier< bool > TIME_STAT
 This property asks the script to time the performed steps. More...