status.h File Reference

Defines a class for getting Kernel and RFS status Defines a class for getting Kernel and RFS status. More...

#include <stdio.h>
#include <stdlib.h>
#include <fstream>
#include <iostream>
#include <string>
#include <assert.h>
#include <sstream>
#include <vector>
#include <map>
#include <boost/lexical_cast.hpp>
#include <boost/system/error_code.hpp>
Include dependency graph for status.h:

Go to the source code of this file.

Classes

class  Status
 Manages the status file. More...
 

Enumerations

enum  Result {
  OK = 1, ERROR = 2, IN_PROCESS = 3, UPDATED = 4,
  BACKUP = 5
}
 Defines the possible states. More...
 

Enumeration Type Documentation

enum Result
Enumerator
OK 

OK.

ERROR 

ERROR.

IN_PROCESS 

IN_PROCESS.

UPDATED 

UPDATED.

BACKUP 

BACKUP.