#include <stdlib.h>#include <signal.h>#include <stdio.h>#include <string.h>#include <string>#include <iostream>#include <sqlite3.h>#include <process.h>#include <QtGui>Go to the source code of this file.
Classes | |
| class | ProcessExtractor |
Defines | |
| #define | OPFILEPATH "/tmp/op_process_manager" |
| #define | DBNAME "/tmp/temp_process_manager_db.db" |
| #define | BUFFER 4096 |
| #define BUFFER 4096 |
| #define DBNAME "/tmp/temp_process_manager_db.db" |
| #define OPFILEPATH "/tmp/op_process_manager" |
This class represents the retrieval of process information and populating this information into an sqlite database.
1.4.7