RDK Documentation (Open Sourced RDK Components)
si_cache_app.cpp File Reference

SICache is used for tuning and showing video. More...

#include <stdio.h>
#include <stdlib.h>
#include <string>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <errno.h>
#include "simgr.h"
Include dependency graph for si_cache_app.cpp:

Go to the source code of this file.

Macros

#define MODE_XML_TO_BINARY   "xtob"
 
#define MODE_BINARY_TO_XML   "btox"
 
#define MODE_DUMP_TO_CONSOLE   "dump"
 

Functions

void printUsage (char *app_name)
 This function displays the brief usage message for the tool. More...
 
bool processCommandLine (int argc, char **argv, string &mode, string &input_file, string &output_file, string &output_file_sns)
 This API scans parameters from the command line. More...
 
int main (int argc, char **argv)
 

yes

SICache is used for tuning and showing video.

Definition in file si_cache_app.cpp.