Go to the documentation of this file.
29 #ifndef ROSCPP_SERVICE_HANDLE_H
30 #define ROSCPP_SERVICE_HANDLE_H
32 #include "ros/forwards.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_;
105 friend class NodeHandleBackingCollection;
111 #endif // ROSCPP_SERVICE_HANDLE_H
Manages an service advertisement.
std::shared_ptr< NodeHandle > NodeHandlePtr
ROSCPP_DECL void shutdown()
Disconnects everything and unregisters from the master. It is generally not necessary to call this fu...
std::vector< ServiceServer > V_ServiceServer
NodeHandlePtr node_handle_
roscpp's interface for creating subscribers, publishers, etc.
std::shared_ptr< Impl > ImplPtr
bool operator<(const ServiceServer &rhs) const
std::weak_ptr< Impl > ImplWPtr
bool operator==(const ServiceServer &rhs) const
bool operator!=(const ServiceServer &rhs) const
sick_scan_xd
Author(s): Michael Lehning
, Jochen Sprickerhof , Martin Günther
autogenerated on Fri Oct 25 2024 02:47:10