61 #include "utility/actor/channel/Socket.h" 62 #include "utility/actor/channel/Channel.h" 63 #include "../address/SocketAddress.h" 78 struct sockaddr_in addr_in;
82 struct sockaddr_in addr_in;
85 socklen_type addrLength;
92 unsigned int getPortNumber(
void)
const;
96 TCP_Socket(
unsigned int other_Port,
char *other_InetAddr);
99 char *addToProgram(
void);
101 virtual int setUpConnection(
void);
118 int sendID(
int dbTag,
int commitTag,
const ID &,
ChannelAddress *theAddress =0);
FEM_ObjectBroker is is an object broker class for the finite element method. All methods are virtual ...
Definition: FEM_ObjectBroker.h:138
TCP_Socket is a sub-class of channel. It is implemented with Berkeley stream sockets using the TCP pr...
Definition: TCP_Socket.h:71
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
Message between processes.
Definition: Message.h:67
================================================================================
Definition: ContinuaReprComponent.h:34