28 #ifndef ROSCPP_SERVICE_HANDLE_H 29 #define ROSCPP_SERVICE_HANDLE_H 64 std::string getService()
const;
66 operator void*()
const {
return (impl_ && impl_->isValid()) ? (
void*)1 : (
void*)0; }
70 return impl_ < rhs.
impl_;
75 return impl_ == rhs.
impl_;
80 return impl_ != rhs.
impl_;
111 #endif // ROSCPP_SERVICE_HANDLE_H bool operator==(const ServiceServer &rhs) const
std::vector< ServiceServer > V_ServiceServer
NodeHandlePtr node_handle_
boost::weak_ptr< Impl > ImplWPtr
bool operator<(const ServiceServer &rhs) const
boost::shared_ptr< Impl > ImplPtr
roscpp's interface for creating subscribers, publishers, etc.
bool operator!=(const ServiceServer &rhs) const
Manages an service advertisement.
ROSCPP_DECL void shutdown()
Disconnects everything and unregisters from the master. It is generally not necessary to call this fu...