#include "System.h"
#include <QStringList>
#include <QString>
#include <stdint.h>
#include <signal.h>
#include <sys/statvfs.h>
#include <iostream>
Include dependency graph for System.cpp:

Go to the source code of this file.
Functions | |
| ProcessStatus | GetProcessStatus (int pid) |
| void | GetRealMemoryMBAvailable (int &available, int &total) |
| int | GetDiscSpaceMBAvailable (const char *path) |
| void | StoreStartupLocale () |
| void | RestoreStartupLocale () |
| double | mod (double x, double y) |
| float | modf (float x, float y) |
| double | princarg (double a) |
| float | princargf (float a) |
Variables | |
| static char * | startupLocale = 0 |
| ProcessStatus GetProcessStatus | ( | int | pid | ) |
Definition at line 76 of file System.cpp.
References ProcessNotRunning, ProcessRunning, and UnknownProcessStatus.
Referenced by TempDirectory::cleanupAbandonedDirectories().
| void GetRealMemoryMBAvailable | ( | int & | available, | |
| int & | total | |||
| ) |
| int GetDiscSpaceMBAvailable | ( | const char * | path | ) |
| void StoreStartupLocale | ( | ) |
| void RestoreStartupLocale | ( | ) |
Definition at line 281 of file System.cpp.
Referenced by RealTimePluginFactory::getAllPluginIdentifiers().
| double mod | ( | double | x, | |
| double | y | |||
| ) |
| float modf | ( | float | x, | |
| float | y | |||
| ) |
| double princarg | ( | double | a | ) |
| float princargf | ( | float | a | ) |
Definition at line 294 of file System.cpp.
References modf().
Referenced by FFTModel::estimateStableFrequency(), FFTModel::getPeakFrequencies(), FFTFileCache::getPhaseAt(), FFTMemoryCache::setColumnAt(), and FFTFileCache::setColumnAt().
char* startupLocale = 0 [static] |
Definition at line 269 of file System.cpp.
1.5.1