Otawa  0.10
Script.h File Reference
#include <elm/system/Path.h>
#include <otawa/proc/Processor.h>
#include <elm/util/ErrorHandler.h>

Go to the source code of this file.

Classes

class  otawa::script::ScriptItem
 These objects represents the item of the configuration of a script. More...
 
class  otawa::script::Script
 A script processor allows to interpret a file that performs a WCET computation. More...
 
class  otawa::script::Script::ItemIter
 

Namespaces

 elm
 
 elm::xom
 
 otawa
 $Id$ Copyright (c) 2007, IRIT - UPS casse.nosp@m.@iri.nosp@m.t.fr
 
 otawa::script
 

Variables

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