evart-client  2.2
Macros | Typedefs | Enumerations
Constants and enumerations

Macros

#define EVAS_STREAM_PORT   3615
 Default IP port of the evart-stream server.
 
#define EVAS_STREAM_HOST   "shrek"
 Default hostname of the evart-stream server.
 
#define EVAS_STRMAX   (128)
 Maximum length of names and miscelaneous strings parameters.
 

Typedefs

typedef enum evas_onoff_t evas_onoff_t
 On/off flag. More...
 

Enumerations

enum  evas_onoff_t { EVAS_OFF, EVAS_ON }
 On/off flag. More...
 

Detailed Description

Typedef Documentation

◆ evas_onoff_t

typedef enum evas_onoff_t evas_onoff_t

On/off flag.

Boolean used for activation or deactivation of some functionality.

Enumeration Type Documentation

◆ evas_onoff_t

On/off flag.

Boolean used for activation or deactivation of some functionality.

Enumerator
EVAS_OFF 

Deactivate.

EVAS_ON 

Activate.