59 #ifndef TCP_SocketNoDelay_h 60 #define TCP_SocketNoDelay_h 62 #include "../channel/Socket.h" 63 #include "../channel/Channel.h" 64 #include "../address/SocketAddress.h" 76 struct sockaddr_in my_Addr, other_Addr;
86 virtual int setUpShadow(
void);
87 virtual int setUpActor(
void);
107 unsigned int getPortNumber(
void)
const;
108 char *addToProgram(
void);
FEM_ObjectBroker is is an object broker class for the finite element method. All methods are virtual ...
Definition: FEM_ObjectBroker.h:138
Definition: ChannelAddress.h:69
Object that can move between processes.
Definition: MovableObject.h:91
Channel is an abstract base class which defines the channel interface. A channel is a point of commun...
Definition: Channel.h:85
TCP_SocketNoDelay is a sub-class of channel. It is implemented with Berkeley stream sockets using the...
Definition: TCP_SocketNoDelay.h:72
Message between processes.
Definition: Message.h:67
================================================================================
Definition: ContinuaReprComponent.h:34