About
User Reference
C++ API
luafaudes
Developer
Links
libFAUDES online
libFAUDES

Sections

Index

iop_simplenet.h File Reference

Simple networked events via tcp/ip. More...

#include "corefaudes.h"
#include "iop_vdevice.h"
#include <sys/socket.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <cerrno>

Go to the source code of this file.

Classes

class  faudes::SimplenetAddress
 Simplenet node address. More...
class  faudes::AttributeSimplenetOutput
 Configuration of a network output mapping. More...
class  faudes::AttributeSimplenetInput
 Configuration of a network input mapping. More...
class  faudes::AttributeSimplenetEvent
 Configuration of a networked input or output. More...
class  faudes::nDevice
 An nDevice implements networked IO via a simple tcp/ip protocol. More...
struct  faudes::nDevice::ClientState
 Background: state of a connection to a client (shared). More...
struct  faudes::nDevice::ServerState
 Background: state of a connection to an event server (shared). More...

Namespaces

namespace  faudes
 

libFAUDES resides within the namespace faudes.


Functions

void * faudes::NDeviceListen (void *arg)
void * faudes::NDeviceServer (void *)
void * faudes::NDeviceReply (void *arg)

Detailed Description

Simple networked events via tcp/ip.

Definition in file iop_simplenet.h.

libFAUDES 2.20s --- 2011.10.12 --- c++ source docu by doxygen