6 #ifndef YARP_DEV_FRAMETRANSFORMSETNWSYARP_H
7 #define YARP_DEV_FRAMETRANSFORMSETNWSYARP_H
68 bool close()
override;
75 bool setTransformsRPC(
const std::vector<yarp::math::FrameTransform>& transforms)
override;
81 mutable std::mutex m_pd_mutex;
82 mutable std::mutex m_trf_mutex;
83 std::string m_defaultConfigPrefix{
"/frameTransformServer"};
84 std::string m_deviceName{
"frameTransformSet_nws_yarp"};
86 std::string m_thriftPortName;
contains the definition of a Vector type
Interface implemented by all device drivers.
A container for a device driver.
Helper interface for an object that can wrap/or "attach" to a single other device.
A mini-server for network communication.
A base class for nested structures that can be searched.