10 #include <dynamic-graph/signal.h>    23 AdditionalFunctions::AdditionalFunctions() {}
    25 AdditionalFunctions::~AdditionalFunctions() {}
    27 void AdditionalFunctions::cmdFlagSet(
const std::string &cmdLine,
    28                                      istringstream &cmdArg, std::ostream &os) {
    29   if (cmdLine == 
"help") {
    30     os << 
"  - set <obj1.sig1(flag type)> {#&|}START:END"    31        << 
"\t\tSet or reset the flag value." << endl;
    37         PoolStorage::getInstance()->getSignal(cmdArg));
    39     dgDEBUG(25) << 
"set..." << endl;
    45     cmdArg >> std::ws >> fl;
    46     dgDEBUG(15) << 
"Fl=" << fl << std::endl;
    53                               "setflag: sig should be of flag type. ",
    54                               "(while calling setflag).");
 
virtual const T & accessCopy() const