|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
9 #ifndef YARP_MANAGER_LOGICRESOURCE
10 #define YARP_MANAGER_LOGICRESOURCE
32 void setRelease(
const char* str) {
if(str) { strRelease = str; } }
39 std::string strDistrib;
40 std::string strRelease;
52 void setPort(
const char* szPort) {
if(szPort) { strPort = szPort; } }
53 const char*
getPort() {
return strPort.c_str(); }
54 void setRequest(
const char* szReq) {
if(szReq) { strRequest = szReq; } }
55 void setReply(
const char* szRep) {
if(szRep) { strReply = szRep; } }
57 const char*
getReply() {
return strReply.c_str(); }
67 std::string strRequest;
76 #endif // __YARP_MANAGER_LOGICRESOURCE__
void setReply(const char *szRep)
void setTimeout(double t)
ResYarpPort()
Class ResYarpPort.
bool satisfy(GenericResource *resource) override
void setPort(const char *szPort)
void setRequest(const char *szReq)
The main, catch-all namespace for YARP.
const char * getRequest()