18 char *** localArgv = usageManagerInstance->
get_argv();
19 std::stringstream moveTerminalCommand;
21 moveTerminalCommand <<
"mv -v " << imagesFolder <<
"rgb/ " << imagesFolder <<
"videoframe/ > /dev/null";
void setCommand(int *argc, char ***argv) override
Set the string command to moving files through the directories command.
virtual void setCommand(int *argc, char ***argv)=0
Set the string command. The method is inherited from the subclasses and overridden in order to expres...
UsageManager class is a utility class that helps with configuration parameters.
char *** get_argv(void)
Get the argv's pointer.
static UsageManager * getInstance(void)
Get the unique class instance. This methods should be called in the following scenario: when we just ...
static const short int imagesFolderOffset
static const short int USAGE_MANAGER_NULLPTR_ERROR
static const char * USAGE_MANAGER_NULLPTR_SCOPE