My Project
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Macros | Functions
socket_interface.c File Reference
#include "socket_interface.h"
#include "cli.h"
#include "logging.h"
#include <stdlib.h>
#include <zmq.h>

Go to the source code of this file.

Macros

#define MAX_RECV_LEN   1024
 

Functions

static void * socket_loop (void *v_port)
 
int start_socket_interface_thread (pthread_t *thread, int port)
 

Macro Definition Documentation

#define MAX_RECV_LEN   1024

Definition at line 27 of file socket_interface.c.

Function Documentation

static void* socket_loop ( void *  v_port)
static

Definition at line 29 of file socket_interface.c.

int start_socket_interface_thread ( pthread_t *  thread,
int  port 
)

Definition at line 84 of file socket_interface.c.