X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkInterpreter.cxx;h=f46dfe020106364527d225da512e04e2ce0f2db5;hb=aefd641287e852b80d22c3cddd8b2025f12cb1d6;hp=5f6b3e65b9853a38c5f2e6316faf8e3a003a227c;hpb=8c0188cb0a3b4c491a4c5498ee04c754ec0fac2b;p=bbtk.git diff --git a/kernel/src/bbtkInterpreter.cxx b/kernel/src/bbtkInterpreter.cxx index 5f6b3e6..f46dfe0 100644 --- a/kernel/src/bbtkInterpreter.cxx +++ b/kernel/src/bbtkInterpreter.cxx @@ -3,8 +3,8 @@ Program: bbtk Module: $RCSfile: bbtkInterpreter.cxx,v $ $ Language: C++ - Date: $Date: 2008/02/04 13:02:58 $ - Version: $Revision: 1.18 $ + Date: $Date: 2008/02/06 09:32:25 $ + Version: $Revision: 1.27 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -44,7 +44,7 @@ Interpreter* Interpreter::mGlobalInterpreter = NULL; */ Interpreter::Interpreter() : - mCommandLine(false), verbose(false) + mCommandLine(false) { bbtk::MessageManager::RegisterMessageType("Echo","Level>0 : Prints the 'echo' commands of the user.\n\tLevel>1 : Prints the command being interpreted",1); bbtk::MessageManager::RegisterMessageType("Interpreter","Messages of the interpreter",0); @@ -59,215 +59,215 @@ Interpreter* Interpreter::mGlobalInterpreter = NULL; // Builds the commands dict CommandInfoType info; - info.keyword = "new"; + info.category = "new"; info.argmin = 2; info.argmax = 2; info.code = cNew; info.syntax = "new "; info.help = "Creates a new black box of type with name "; - mCommandDict[info.keyword] = info; + mCommandDict[info.category] = info; - info.keyword = "delete"; + info.category = "delete"; info.argmin = 1; info.argmax = 1; info.code = cDelete; info.syntax = "delete "; info.help = "Deletes the black box of name "; - mCommandDict[info.keyword] = info; + mCommandDict[info.category] = info; - info.keyword = "connect"; + info.category = "connect"; info.argmin = 2; info.argmax = 2; info.code = cConnect; info.syntax = "connect "; info.help = "Connects the ouput of black box to the input of black box "; - mCommandDict[info.keyword] = info; + mCommandDict[info.category] = info; - info.keyword = "print"; + info.category = "print"; info.argmin = 1; info.argmax = 1; info.code = cPrint; info.syntax = "print "; info.help = "Prints the string. Substitutes any token of the form '$box.output$' by the string adaptation of the output of the box (requires the right adaptor). No carriage return is issued at the end, use '\\n' to add carriage returns. The level of 'Echo' messages must be greater than 1 (see the command 'message')."; - mCommandDict[info.keyword] = info; + mCommandDict[info.category] = info; - info.keyword = "exec"; + info.category = "exec"; info.argmin = 1; info.argmax = 2; info.code = cExec; info.syntax = "exec "; - info.help = "Executes the black box of name (and connected boxes if needed). If the special keyword 'freeze' is given then freezes any further execution command. 'unfreeze' reverts to normal execution mode."; - mCommandDict[info.keyword] = info; + info.help = "Executes the black box of name (and connected boxes if needed). If the special category 'freeze' is given then freezes any further execution command. 'unfreeze' reverts to normal execution mode."; + mCommandDict[info.category] = info; - info.keyword = "package"; + info.category = "package"; info.argmin = 1; info.argmax = 1; info.code = cPackage; info.syntax = "package "; info.help = "Begins the definition of a package."; - mCommandDict[info.keyword] = info; + mCommandDict[info.category] = info; - info.keyword = "endpackage"; + info.category = "endpackage"; info.argmin = 0; info.argmax = 0; info.code = cEndPackage; info.syntax = "endpackage"; info.help = "Ends the definition of a package."; - mCommandDict[info.keyword] = info; + mCommandDict[info.category] = info; - info.keyword = "define"; + info.category = "define"; info.argmin = 1; info.argmax = 2; info.code = cDefine; info.syntax = "define []"; info.help = "Begins the definition of a new type of complex black box called . If if provided will create it in the given package."; - mCommandDict[info.keyword] = info; + mCommandDict[info.category] = info; - info.keyword = "endefine"; + info.category = "endefine"; info.argmin = 0; info.argmax = 0; info.code = cEndDefine; info.syntax = "endefine"; info.help = "Ends the definition of a new type of complex black box"; - mCommandDict[info.keyword] = info; + mCommandDict[info.category] = info; - info.keyword = "input"; + info.category = "input"; info.argmin = 3; info.argmax = 3; info.code = cInput; info.syntax = "input "; info.help = "Defines the input of the current working black box as being an alias for the input of the black box . defines the help string for the newly created input"; - mCommandDict[info.keyword] = info; + mCommandDict[info.category] = info; - info.keyword = "output"; + info.category = "output"; info.argmin = 3; info.argmax = 3; info.code = cOutput; info.syntax = "output "; info.help = "Defines the output of the current working black box as being an alias for the output of the black box . defines the help string for the newly created output"; - mCommandDict[info.keyword] = info; + mCommandDict[info.category] = info; - info.keyword = "set"; + info.category = "set"; info.argmin = 2; info.argmax = 2; info.code = cSet; info.syntax = "set "; info.help = "Sets the value of the input of the black box to . There must exist a string to the value type adaptor"; - mCommandDict[info.keyword] = info; + mCommandDict[info.category] = info; - info.keyword = "config"; // JPR + info.category = "config"; // JPR info.argmin = 0; - info.argmax = 1; + info.argmax = 0; info.code = cConfig; - info.syntax = "config [|]"; + info.syntax = "config"; info.help = "Prints the value of all configuration parameters"; - mCommandDict[info.keyword] = info; + mCommandDict[info.category] = info; - info.keyword = "index"; // LG + info.category = "index"; // LG info.argmin = 0; info.argmax = 2; info.code = cIndex; - info.syntax = "index [ ['Initials'(default)|'Packages'|'Keywords']]"; - info.help = "Creates an html index of known boxes. If filename is provided then save it to the file 'filename'. The default index entries are the initial letters of the names of the boxes. If 'Packages' or 'Keywords' is provided then the entries are either the package names or the keywords"; - mCommandDict[info.keyword] = info; - info.keyword = "reset"; //EED + info.syntax = "index [ ['Initials'(default)|'Packages'|'Categories']]"; + info.help = "Creates an html index of known boxes. If filename is provided then save it to the file 'filename'. The default index entries are the initial letters of the names of the boxes. If 'Packages' or 'Categories' is provided then the entries are either the packages names or the categories"; + mCommandDict[info.category] = info; + + info.category = "reset"; //EED info.argmin = 0; info.argmax = 0; info.code = cReset; info.syntax = "reset"; info.help = "Deletes all boxes and unloads all packages (bbi is reset to its start state)"; - mCommandDict[info.keyword] = info; + mCommandDict[info.category] = info; - info.keyword = "author"; + info.category = "author"; info.argmin = 1; info.argmax = 1; info.code = cAuthor; info.syntax = "author "; info.help = "Adds the string to the author information of the black box being defined"; - mCommandDict[info.keyword] = info; + mCommandDict[info.category] = info; - info.keyword = "keyword"; //JP + info.category = "category"; //JP info.argmin = 1; info.argmax = 1; - info.code = cKeyword; - info.syntax = "keyword "; - info.help = "Adds the string to the keyword information of the black box being defined"; - mCommandDict[info.keyword] = info; + info.code = cCategory; + info.syntax = "category "; + info.help = "Adds the string to the category information of the black box being defined"; + mCommandDict[info.category] = info; - info.keyword = "description"; + info.category = "description"; info.argmin = 1; info.argmax = 1; info.code = cDescription; info.syntax = "description "; info.help = "Adds the string to the descriptive information of the black box being defined"; - mCommandDict[info.keyword] = info; + mCommandDict[info.category] = info; - info.keyword = "help"; + info.category = "help"; info.argmin = 0; info.argmax = 2; info.code = cHelp; info.syntax = "help"; info.syntax = "\n (1) help \n (2) help \n (3) help packages [all]\n (4) help [all]\n (5) help \n (6) help "; info.help = "Effect :\n (1) Lists all available commands;\n (2) Prints help on a particular command; \n (3) Lists the packages loaded and their black boxes.\n Add 'all' to list adaptors; \n (4) Prints short help on the black boxes of a package.\n Add 'all' to include adaptors; \n (5) Prints full help on a black box type; \n (6) Prints information on the inputs, outputs and connections of a black box instance."; - mCommandDict[info.keyword] = info; + mCommandDict[info.category] = info; - info.keyword = "message"; + info.category = "message"; info.argmin = 0; info.argmax = 2; info.code = cMessage; - info.syntax = "message "; - info.help = "Sets the level of the category of messages to .\n If category='All' then sets the level for all categories. If no category nor level is passed then prints info on available categories of messages and their current level."; - mCommandDict[info.keyword] = info; + info.syntax = "message "; + info.help = "Sets the level of the kind of messages to .\n If kind='All' then sets the level for all kinds. If no kind nor level is passed then prints info on available kinds of messages and their current level."; mCommandDict[info.category] = info; - info.keyword = "include"; + info.category = "include"; info.argmin = 1; - info.argmax = 1; + info.argmax = 2; info.code = cInclude; - info.syntax = "include "; - info.help = "Includes the file "; - mCommandDict[info.keyword] = info; + info.syntax = "include [source]"; + info.help = "Includes the file .\n 'source' : If the keyword 'source' is provided then informs bbi that the included file is the source of the current box definition (Advanced; used to get the right 'Include' field in html doc of packages 'appli' scripts)."; + mCommandDict[info.category] = info; - info.keyword = "quit"; + info.category = "quit"; info.argmin = 0; info.argmax = 0; info.code = cQuit; info.syntax = "quit"; info.help = "Quits the program (during script execution it stops the complete execution)"; - mCommandDict[info.keyword] = info; + mCommandDict[info.category] = info; - info.keyword = "load"; + info.category = "load"; info.argmin = 1; info.argmax = 1; info.code = cLoad; info.syntax = "load "; info.help = "Loads the black box package "; - mCommandDict[info.keyword] = info; + mCommandDict[info.category] = info; - info.keyword = "unload"; + info.category = "unload"; info.argmin = 1; info.argmax = 1; info.code = cUnload; info.syntax = "unload "; info.help = "Unloads the black box package "; - mCommandDict[info.keyword] = info; + mCommandDict[info.category] = info; - info.keyword = "graph"; + info.category = "graph"; info.argmin = 0; info.argmax = 6; info.code = cGraph; info.syntax = "graph [ BlackBoxName [ Detail 0..1 [ Level 0..99999 [ Output html file [ Custom header [ Custom title ]]]]]] \n graph [ BlackBoxNameType [ Detail 0..1 [ Level 0..99999 [ Output html file [ Custom header [ Custom title ]]]]]]"; info.help = "Shows a graphical view of a bbtk pipeline.\n- BlackBoxName : name of the box to view. Default '.' : current box.\n- BlackBoxNameType : name of the type of box to view, ex : 'workspace')"; - mCommandDict[info.keyword] = info; + mCommandDict[info.category] = info; /* - info.keyword = "workspace"; + info.category = "workspace"; info.argmin = 1; info.argmax = 2; info.code = cWorkspace; info.syntax = "workspace < ( freeze | unfreeze ) | ( rename ) >"; info.help = "Configures the workspace.\n 'freeze' allow to block execution commands while keeping definition commands active. 'unfreeze' turns back the worspace in 'normal' mode.\n 'rename' allow to set a new name to the workspace."; - mCommandDict[info.keyword] = info; + mCommandDict[info.category] = info; */ bbtkDebugDecTab("Interpreter",9); @@ -287,7 +287,6 @@ Interpreter* Interpreter::mGlobalInterpreter = NULL; delete mExecuter; //delete mFactory; - // std::cout <<"EO Interpreter::~Interpreter()"<0) { @@ -430,7 +430,7 @@ void Interpreter::InterpretLine( const std::string& line, bool &insideComment ) InterpretCommand(words,command); bbtkDebugMessage("Interpreter",9, - "Command='"<& { // Found a text token, add it to the vector. chains.push_back(str.substr(lastPos, pos - lastPos)); - // std::cout << "text='"<& tok = str.substr(lastPos, pos - lastPos); Utilities::SplitAroundFirstDot(tok,box,output); chains.push_back( mExecuter->Get(box,output) ); - // std::cout << "outp='"<& // is_text = !is_text; } - // std::cout << "nb="<::iterator i; for (i= chains.begin(); i!=chains.end(); ++i) { @@ -728,7 +723,7 @@ void Interpreter::SplitLine ( const std::string& str, std::vector& // =================================================================================== void Interpreter::SwitchToFile( const std::string& name, - bool use_configuration_file, bool verbose) + bool use_configuration_file ) { // Note : in the following : // name : the user supplied name @@ -743,9 +738,6 @@ void Interpreter::SplitLine ( const std::string& str, std::vector& bbtkDebugMessageInc("Interpreter",9,"Interpreter::SwitchToFile( \"" < script_paths; std::string fullPathScriptName; // full path script name std::string pkgname; // e.g. .bbs @@ -756,13 +748,14 @@ void Interpreter::SplitLine ( const std::string& str, std::vector& // The following is *NOT* a debug time message : // It's a user intended message. // Please don't remove it. - if (verbose) - std::cout << "look for : [" << name << "] (use_configuration_file == TRUE)" << std::endl; + bbtkMessage("Interpreter",1, + "look for : [" << name + << "] (use_configuration_file == TRUE)" << std::endl); script_paths = ConfigurationFile::GetInstance().Get_bbs_paths(); } std::string upath; pkgname = Utilities::ExtractScriptName(name,upath); -//std::cout <<"name [" << name << "] pkgname [" << pkgname << "] upath [" << upath << "]" << std::endl; + bool fullnameGiven = false; bool foundFile = false; @@ -778,12 +771,13 @@ void Interpreter::SplitLine ( const std::string& str, std::vector& { if ((*i).substr((*i).size()-4, 4) != ".bbs") continue; // ignore non .bbs files - LoadScript(*i); + LoadScript(*i,name); nbBssFiles++; } if (nbBssFiles==0) - if (verbose) - std::cout << "WARNING : No '.bbs' file found in [" << upath << "]" << std::endl; + bbtkMessage("Interpreter",2, + "WARNING : No '.bbs' file found in [" + << upath << "]" << std::endl); return; } @@ -805,35 +799,38 @@ void Interpreter::SplitLine ( const std::string& str, std::vector& } fullDirectoryName = Utilities::MakePkgnameFromPath(path, upath, false); -//std::cout <<"fullpath [" << fullDirectoryName << "]" <::iterator i = Filenames.begin(); i!= Filenames.end(); ++i) { + if ((*i).substr((*i).size()-4, 4) != ".bbs") continue; // ignore non .bbs files - LoadScript(*i); + LoadScript(*i,name); nbBssFiles++; } if (nbBssFiles==0) - if (verbose) - std::cout << "WARNING : No '.bbs' file found in [" << fullDirectoryName << "]" << std::endl; + bbtkMessage("Interpreter",1, + "WARNING : No '.bbs' file found in [" + << fullDirectoryName << "]" << std::endl); - break; // a directory was found; we stop iterating + //break; // a directory was found; we stop iterating + // LG : No! We want all files included ! } return; } @@ -851,7 +848,8 @@ void Interpreter::SplitLine ( const std::string& str, std::vector& // ===========================================================check user supplied location fullnameGiven = true; - fullPathScriptName = Utilities::ExpandLibName(name, verbose); + + fullPathScriptName = Utilities::ExpandLibName(name, false); // allow user to always forget ".bbs" int l = fullPathScriptName.size(); @@ -897,7 +895,7 @@ void Interpreter::SplitLine ( const std::string& str, std::vector& // fullPathScriptName = Utilities::MakePkgnameFromPath(path, name, true); //pkgname); fullPathScriptName = Utilities::MakePkgnameFromPath(path, name, true); -//std::cout << "FULL PATH = "<& // The following is *NOT* a debug time message : // It's a user intended message. // Please don't remove it. - if (verbose) - std::cout <<" [" <& return; } else - LoadScript(fullPathScriptName); + LoadScript(fullPathScriptName,name); return; } @@ -937,9 +937,16 @@ void Interpreter::SplitLine ( const std::string& str, std::vector& //======================================================================= - void Interpreter::LoadScript( std::string fullPathScriptName) + void Interpreter::LoadScript( std::string fullPathScriptName, + std::string includeScriptName) { - bbtkMessage("Interpreter",1,fullPathScriptName<<" found"<& return; } - if (verbose) - std::cout << " -->[" << fullPathScriptName << "] found" << std::endl; + bbtkMessage("Interpreter",1," -->[" << fullPathScriptName + << "] found" << std::endl); mFile.push_back(s); mFileName.push_back(fullPathScriptName); + mIncludeFileName.push_back(includeScriptName); mLine.push_back(0); return; } @@ -981,6 +989,7 @@ void Interpreter::SplitLine ( const std::string& str, std::vector& " Closing file '"<& bbtkDebugMessage("Interpreter",9, " Closing file '"<& { bbtkDebugMessageInc("Interpreter",9,"Interpreter::InterpretCommand(...)"<& words) //=================================================================== /// Displays the Configuration - void Interpreter::Config( bool verbose ) const + void Interpreter::Config() const { - bbtkDebugMessageInc("Core",9,"Factory::Config"<& words) bbtkMessage("Help",1,"--- ["<<*i<<"]"<CreateHtmlIndex(t,filename);