Sim-LIT  2.0
 All Classes Namespaces Files Functions Variables Typedefs
main.cpp File Reference

Implementación Programa Principal de Sim-LIT 2.0. More...

#include <iostream>
#include <string>
#include <vector>
#include <cstring>
#include <cstdio>
#include <algorithm>
#include <fstream>
#include <sstream>
#include "header.h"
#include "functions.h"

Go to the source code of this file.

Functions

int main (int argc, char const *argv[])
 

Variables

string src ="lena.jpg"
 
string folder =""
 
string folder_result ="images/"
 
bool show_data =false
 
bool export_files =false
 
int wblock =1
 
int hblock =1
 
int package_size =27
 
vector< ForwardProcessing * > fp
 
vector< int > fp_narguments
 
vector< string > fp_name
 
vector< vector< int > > fp_arguments
 
Packetizerpktz =NULL
 
Rebuilderrbd =NULL
 
Channelchnl =NULL
 
vector< Metric * > metrics
 
ofstream file
 
double npkgo
 
double npkgf
 
double nepkgo
 
double nepkgf
 

Detailed Description

Implementación Programa Principal de Sim-LIT 2.0.

Author
Christopher Arredondo Flores
Date
28/9/2014

Definition in file main.cpp.