60 #ifndef TCP_SocketNoDelay_h 61 #define TCP_SocketNoDelay_h 63 #include "../channel/Socket.h" 64 #include "../channel/Channel.h" 65 #include "../address/SocketAddress.h" 77 struct sockaddr_in my_Addr, other_Addr;
87 virtual int setUpShadow(
void);
88 virtual int setUpActor(
void);
108 unsigned int getPortNumber(
void)
const;
Float vector abstraction.
Definition: Vector.h:94
Object that can move between processes.
Definition: MovableObject.h:100
int setNextAddress(const ChannelAddress &otherChannelAddress)
A method invoked to set specify the next address that the next messages to be sent if {sendMessage()}...
Definition: TCP_SocketNoDelay.cpp:274
FEM_ObjectBroker is is an object broker class for the finite element method.
Definition: FEM_ObjectBroker.h:151
Vector of integers.
Definition: ID.h:95
TCP_SocketNoDelay is a sub-class of channel.
Definition: TCP_SocketNoDelay.h:73
Channel is an abstract base class which defines the channel interface.
Definition: Channel.h:92
std::string addToProgram(void)
When creating remote actors the channels created in the actor space need to know how to contact the s...
Definition: TCP_SocketNoDelay.cpp:709
Message between processes.
Definition: Message.h:77
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
Base class for classes that encapsulate channel addresses.
Definition: ChannelAddress.h:78
Matrix of floats.
Definition: Matrix.h:111