#include <stdio.h>
#include <unistd.h>
#include <ycp/y2log.h>
#include <ycp/Parser.h>
#include <y2/Y2StdioComponent.h>
#include <scr/SCRAgent.h>
#include <scr/SCR.h>
Go to the source code of this file.
Functions | |
void | run_agent_instance (int, char *[], bool, SCRAgent *) |
template<class Agent> | |
void | run_agent (int argc, char *argv[], bool load_scr) |
const char * | process_options (int argc, char *argv[]) |
|
finds filename, sets logging |
|
Function to run an agent. Only use in testsuites for agents. |
|
|