|
Sim-LIT
2.0
|
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 |
| Packetizer * | pktz =NULL |
| Rebuilder * | rbd =NULL |
| Channel * | chnl =NULL |
| vector< Metric * > | metrics |
| ofstream | file |
| double | npkgo |
| double | npkgf |
| double | nepkgo |
| double | nepkgf |