21 #ifndef __OMNETPP_CPROXYGATE_H 22 #define __OMNETPP_CPROXYGATE_H 24 #include "omnetpp/cgate.h" 28 class cParsimPartition;
72 virtual std::string str()
const override;
93 void setRemoteGate(
short procId,
int moduleId,
int gateId);
short getRemoteProcId()
Definition: cproxygate.h:98
void * getSynchData()
Definition: cproxygate.h:134
int getRemoteGateId()
Definition: cproxygate.h:108
void setPartition(cParsimPartition *seg)
Definition: cproxygate.h:116
A gate that belongs to a cross-partition link and represents the remote gate on the local partition...
Definition: cproxygate.h:51
void setSynchData(void *data)
Definition: cproxygate.h:130
In distributed parallel simulation, modules of the network are distributed across partitions...
Definition: cplaceholdermod.h:37
cParsimPartition * getPartition()
Definition: cproxygate.h:120
Definition: cadvlinkdelaylookahead.h:26
int getRemoteModuleId()
Definition: cproxygate.h:103
Represents one partition in a parallel simulation. Knows about partitions and the links between this ...
Definition: cparsimpartition.h:62