ekg2  GIT master
 All Struktury Danych Pliki Funkcje Zmienne Definicje typów Wyliczenia Wartości wyliczeń Definicje Grupay Strony
Funkcje | Zmienne
Dokumentacja pliku main.c
#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 }
 

Dokumentacja funkcji

__attribute__ ( (visibility("default"))  )
static int command_beeps_spk ( const char *  name,
const char **  params,
session_t session,
const char *  target,
int  quiet 
)
static
static int command_blink_leds ( const char *  name,
const char **  params,
session_t session,
const char *  target,
int  quiet 
)
static
static int ioctld_parse_seq ( const char *  seq,
struct action_data data 
)
static
static int ioctld_plugin_destroy ( )
static
static int ioctld_send ( const char *  seq,
int  act,
int  quiet 
)
static
static int ioctld_socket ( const char *  path)
static

Dokumentacja zmiennych

int ioctld_pid = -1
static
plugin_t ioctld_plugin = { .name = "ioctld", .pclass = PLUGIN_GENERIC , .destroy = ioctld_plugin_destroy, .theme_init = NULL }
int ioctld_sock = -1
static