Instrument Neutral Distributed Interface INDI  2.0.2
Classes | Macros | Functions
getINDIproperty.c File Reference
#include "base64.h"
#include "indiapi.h"
#include "lilxml.h"
#include "zlib.h"
#include <errno.h>
#include <math.h>
#include <netdb.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
#include <netinet/in.h>
#include <sys/types.h>
#include <sys/socket.h>

Go to the source code of this file.

Classes

struct  INDIDef
 
struct  INDIkwattr
 
struct  SearchDef
 

Macros

#define NKWA   (sizeof(kwattr) / sizeof(kwattr[0]))
 
#define INDIPORT   7624 /* default port */
 
#define TIMEOUT   2 /* default timeout, secs */
 
#define WILDCARD   '*' /* show all in this category */
 

Functions

int main (int ac, char *av[])
 

Macro Definition Documentation

◆ INDIPORT

#define INDIPORT   7624 /* default port */

Definition at line 83 of file getINDIproperty.c.

◆ NKWA

#define NKWA   (sizeof(kwattr) / sizeof(kwattr[0]))

Definition at line 53 of file getINDIproperty.c.

◆ TIMEOUT

#define TIMEOUT   2 /* default timeout, secs */

Definition at line 85 of file getINDIproperty.c.

◆ WILDCARD

#define WILDCARD   '*' /* show all in this category */

Definition at line 89 of file getINDIproperty.c.

Function Documentation

◆ main()

int main ( int  ac,
char *  av[] 
)

Definition at line 98 of file getINDIproperty.c.