ekg2  GIT master
Funkcje | Zmienne
Dokumentacja pliku main.c
#include "ekg2.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/socket.h>
#include <stdlib.h>
#include <unistd.h>
#include <fcntl.h>
#include <string.h>
#include <errno.h>
#include "rc.h"
Wykres zależności załączania dla main.c:

Funkcje

static int rc_plugin_destroy ()
 
static void rc_input_close (rc_input_t *r)
 
static int rc_input_handler_line (int type, int fd, const char *watch, void *data)
 
static int rc_input_handler_dgram (int type, int fd, watch_type_t watch, void *data)
 
static int rc_input_handler_accept (int type, int fd, watch_type_t watch, void *data)
 
static rc_input_trc_input_find (const char *path)
 
static watch_trc_watch_find (int fd)
 
static void rc_paths_changed (const char *name)
 
 __attribute__ ((visibility("default")))
 

Zmienne

plugin_t rc_plugin = { .name = "rc", .pclass = PLUGIN_UI , .destroy = rc_plugin_destroy, .theme_init = NULL }
 
static list_t rc_inputs = NULL
 
static char * rc_paths = NULL
 

Dokumentacja funkcji

◆ __attribute__()

__attribute__ ( (visibility("default"))  )

◆ rc_input_close()

static void rc_input_close ( rc_input_t r)
static

◆ rc_input_find()

static rc_input_t* rc_input_find ( const char *  path)
static

◆ rc_input_handler_accept()

static int rc_input_handler_accept ( int  type,
int  fd,
watch_type_t  watch,
void *  data 
)
static

◆ rc_input_handler_dgram()

static int rc_input_handler_dgram ( int  type,
int  fd,
watch_type_t  watch,
void *  data 
)
static

◆ rc_input_handler_line()

static int rc_input_handler_line ( int  type,
int  fd,
const char *  watch,
void *  data 
)
static

◆ rc_paths_changed()

static void rc_paths_changed ( const char *  name)
static

◆ rc_plugin_destroy()

static int rc_plugin_destroy ( )
static

◆ rc_watch_find()

static watch_t* rc_watch_find ( int  fd)
static

Dokumentacja zmiennych

◆ rc_inputs

list_t rc_inputs = NULL
static

◆ rc_paths

char* rc_paths = NULL
static

◆ rc_plugin

plugin_t rc_plugin = { .name = "rc", .pclass = PLUGIN_UI , .destroy = rc_plugin_destroy, .theme_init = NULL }