41 cModule* ipc = this->getParentModule()->getParentModule();
43 EV <<
"SrcAddress that this RIBd will use is " <<
MyAddress << endl;
54 srcApName = this->getModuleByPath(
"^.^.^")->par(
"apName").stdstringValue();
55 srcApInstance = this->getModuleByPath(
"^.^.^")->par(
"apInstance").stdstringValue();
56 srcAeName = this->par(
"aeName").stdstringValue();
59 dstApName = this->par(
"dstApName").stdstringValue();
61 dstAeName = this->par(
"dstAeName").stdstringValue();
std::string dstAeInstance
Application Process Name class.
std::string srcApInstance
const APNamingInfo & getDstNamingInfo() const
const APNamingInfo & getSrcNamingInfo() const
const Address & getMyAddress() const
APNamingInfo holds complete naming info for particular application process.
std::string dstApInstance
std::string srcAeInstance
void setMyAddress(const Address &addr)
const char * PAR_CURINVOKEID
Address class holds IPC Process identification.