w11 - cpp 0.794
Backend server for Rlink and w11
|
#include <unistd.h>
#include <errno.h>
#include <string.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <iostream>
#include <string>
#include <algorithm>
#include "librtools/RerrMsg.hpp"
#include "librtcltools/RtclArgs.hpp"
#include "RtclSignalAction.hpp"
#include "RtclSystem.hpp"
Go to the source code of this file.
Namespaces | |
namespace | Retro |
Declaration of class ReventLoop . | |
Functions | |
static int | Retro::signam2num (const std::string &signam) |
static const char * | Retro::signum2nam (int signum) |
Variables | |
static const int | Retro::kOK = TCL_OK |
static const int | Retro::kERR = TCL_ERROR |