

#include <cstdio>#include <string>#include <sys/stat.h>#include <netdb.h>#include <iostream>#include <stdexcept>#include <pwd.h>#include "TEnv.h"#include "TPluginManager.h"#include "TGRSIint.h"#include "GVersion.h"#include "TThread.h"#include <utmp.h>
Include dependency graph for grsisort.cxx:Go to the source code of this file.
Macros | |
| #define | STRUCT_UTMP struct utmp |
Functions | |
| void | atexitHandler () |
| int | main (int argc, char **argv) |
| static int | ReadUtmp () |
| static STRUCT_UTMP * | SearchEntry (int, const char *) |
| static void | SetDisplay () |
| void | SetGRSIEnv () |
| void | SetGRSIPluginHandlers () |
Variables | |
| TStopwatch * | gStopwatch |
| static STRUCT_UTMP * | gUtmpContents |
| #define STRUCT_UTMP struct utmp |
Definition at line 35 of file grsisort.cxx.
Referenced by ReadUtmp(), SearchEntry(), and SetDisplay().
| void atexitHandler | ( | ) |
Definition at line 48 of file grsisort.cxx.
References DCYAN, DMAGENTA, gStopwatch, and RESET_COLOR.
Referenced by main().
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 62 of file grsisort.cxx.
References pygui.grut-view::argv, atexitHandler(), gStopwatch, TGRSIint::instance(), grsi::exit_exception::message, SetDisplay(), SetGRSIEnv(), and SetGRSIPluginHandlers().
|
static |
Definition at line 114 of file grsisort.cxx.
References gUtmpContents, and STRUCT_UTMP.
Referenced by SetDisplay().
|
static |
Definition at line 154 of file grsisort.cxx.
References gUtmpContents, and STRUCT_UTMP.
Referenced by SetDisplay().
|
static |
Definition at line 166 of file grsisort.cxx.
References gUtmpContents, ReadUtmp(), SearchEntry(), and STRUCT_UTMP.
Referenced by main().
| void SetGRSIEnv | ( | ) |
Definition at line 93 of file grsisort.cxx.
Referenced by main().
| void SetGRSIPluginHandlers | ( | ) |
Definition at line 104 of file grsisort.cxx.
Referenced by main().
| TStopwatch* gStopwatch |
Definition at line 46 of file grsisort.cxx.
Referenced by atexitHandler(), and main().
|
static |
Definition at line 38 of file grsisort.cxx.
Referenced by ReadUtmp(), SearchEntry(), and SetDisplay().