ekg2  GIT master
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"
Wykres zależności załączania dla main.c:

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__()

__attribute__ ( (visibility("default"))  )

◆ command_beeps_spk()

static int command_beeps_spk ( const char *  name,
const char **  params,
session_t session,
const char *  target,
int  quiet 
)
static

◆ command_blink_leds()

static int command_blink_leds ( const char *  name,
const char **  params,
session_t session,
const char *  target,
int  quiet 
)
static

◆ ioctld_parse_seq()

static int ioctld_parse_seq ( const char *  seq,
struct action_data data 
)
static

◆ ioctld_plugin_destroy()

static int ioctld_plugin_destroy ( )
static

◆ ioctld_send()

static int ioctld_send ( const char *  seq,
int  act,
int  quiet 
)
static

◆ ioctld_socket()

static int ioctld_socket ( const char *  path)
static

Dokumentacja zmiennych

◆ ioctld_pid

int ioctld_pid = -1
static

◆ ioctld_plugin

plugin_t ioctld_plugin = { .name = "ioctld", .pclass = PLUGIN_GENERIC , .destroy = ioctld_plugin_destroy, .theme_init = NULL }

◆ ioctld_sock

int ioctld_sock = -1
static