32 auto* resource =
new Platform(*
this);
41 auto* os =
dynamic_cast<Platform*
>(resource);
43 return satisfy_platform(os);
48 bool Platform::satisfy_platform(
Platform* os)
66 strRequest = strReply =
"";
86 auto* resport =
dynamic_cast<ResYarpPort*
>(resource);
89 return (strPort ==
string(resport->getPort()) ||
90 strPort == string(resport->getName()) );
void setName(const char *szName)
bool satisfy(GenericResource *resource) override
ResYarpPort()
Class ResYarpPort.
bool compareString(const char *szFirst, const char *szSecond)