ekg2
GIT master
|
#include "ekg2.h"
#include <glib.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
#include <signal.h>
#include "ioctld.h"
Funkcje | |
static int | ioctld_plugin_destroy () |
static int | ioctld_parse_seq (const char *seq, struct action_data *data) |
static int | ioctld_socket (const char *path) |
static int | ioctld_send (const char *seq, int act, int quiet) |
static int | command_beeps_spk (const char *name, const char **params, session_t *session, const char *target, int quiet) |
static int | command_blink_leds (const char *name, const char **params, session_t *session, const char *target, int quiet) |
__attribute__ ((visibility("default"))) | |
Zmienne | |
static int | ioctld_sock = -1 |
static int | ioctld_pid = -1 |
plugin_t | ioctld_plugin = { .name = "ioctld", .pclass = PLUGIN_GENERIC , .destroy = ioctld_plugin_destroy, .theme_init = NULL } |
__attribute__ | ( | (visibility("default")) | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
plugin_t ioctld_plugin = { .name = "ioctld", .pclass = PLUGIN_GENERIC , .destroy = ioctld_plugin_destroy, .theme_init = NULL } |
|
static |