Instrument Neutral Distributed Interface INDI  2.0.2
Macros
IndiServerController.cpp File Reference
#include <system_error>
#include <sys/wait.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include "utils.h"
#include "IndiServerController.h"

Go to the source code of this file.

Macros

#define TEST_TCP_PORT   17624
 
#define TEST_UNIX_SOCKET   "/tmp/indi-test-server"
 
#define TEST_INDI_FIFO   "/tmp/indi-test-fifo"
 
#define STRINGIFY_TOK(x)   #x
 
#define TO_STRING(x)   STRINGIFY_TOK(x)
 

Macro Definition Documentation

◆ STRINGIFY_TOK

#define STRINGIFY_TOK (   x)    #x

Definition at line 32 of file IndiServerController.cpp.

◆ TEST_INDI_FIFO

#define TEST_INDI_FIFO   "/tmp/indi-test-fifo"

Definition at line 31 of file IndiServerController.cpp.

◆ TEST_TCP_PORT

#define TEST_TCP_PORT   17624

Definition at line 29 of file IndiServerController.cpp.

◆ TEST_UNIX_SOCKET

#define TEST_UNIX_SOCKET   "/tmp/indi-test-server"

Definition at line 30 of file IndiServerController.cpp.

◆ TO_STRING

#define TO_STRING (   x)    STRINGIFY_TOK(x)

Definition at line 33 of file IndiServerController.cpp.