#include <driver_node.h>
Static Private Member Functions | |
static void | hupCalled (int sig) |
static void | sigCalled (int sig) |
Static Private Attributes | |
static int | ctrl_c_hit_count_ = 0 |
Definition at line 51 of file driver_node.h.
static void driver_base::AbstractDriverNode::hupCalled | ( | int | sig | ) | [inline, static, private] |
Definition at line 55 of file driver_node.h.
static void driver_base::AbstractDriverNode::sigCalled | ( | int | sig | ) | [inline, static, private] |
Definition at line 60 of file driver_node.h.
int driver_base::AbstractDriverNode::ctrl_c_hit_count_ = 0 [static, private] |
Definition at line 53 of file driver_node.h.