COSMOS core  1.0.2 (beta)
Comprehensive Open-architecture Solution for Mission Operations Systems
devicedisk.h File Reference
#include "support/configCosmos.h"
#include "support/jsondef.h"
#include "support/datalib.h"
#include "support/stringlib.h"
#include <cstdint>
#include <stdlib.h>
#include <sys/statvfs.h>
#include <sys/types.h>
#include <sys/sysinfo.h>
#include <unistd.h>
Include dependency graph for devicedisk.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DeviceDisk
 
struct  DeviceDisk::info
 

Variables

static const double GiB = 1024. * 1024. * 1024.
 

Variable Documentation

const double GiB = 1024. * 1024. * 1024.
static