YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
IRangefinder2DMsgs Class Reference

#include <messages/IRangefinder2DMsgs/idl_generated_code/IRangefinder2DMsgs.h>

+ Inheritance diagram for IRangefinder2DMsgs:

Public Member Functions

 IRangefinder2DMsgs ()
 
virtual return_getDeviceStatus getDeviceStatus_RPC ()
 
virtual return_getDistanceRange getDistanceRange_RPC ()
 
virtual return_getScanLimits getScanLimits_RPC ()
 
virtual return_getHorizontalResolution getHorizontalResolution_RPC ()
 
virtual return_getScanRate getScanRate_RPC ()
 
virtual return_getDeviceInfo getDeviceInfo_RPC ()
 
virtual bool setDistanceRange_RPC (const double min, const double max)
 
virtual bool setScanLimits_RPC (const double min, const double max)
 
virtual bool setHorizontalResolution_RPC (const double step)
 
virtual bool setScanRate_RPC (const double rate)
 
virtual std::vector< std::string > help (const std::string &functionName="--all")
 
bool read (yarp::os::ConnectionReader &connection) override
 Read this object from a network connection.
 
- Public Member Functions inherited from yarp::os::Wire
yarp::os::WireLinkyarp ()
 Get YARP state associated with this object.
 
const yarp::os::WireLinkyarp () const
 Get YARP state associated with this object (const version).
 
- Public Member Functions inherited from yarp::os::PortReader
virtual ~PortReader ()
 Destructor.
 
virtual Type getReadType () const
 

Detailed Description

Definition at line 23 of file IRangefinder2DMsgs.h.

Constructor & Destructor Documentation

◆ IRangefinder2DMsgs()

IRangefinder2DMsgs::IRangefinder2DMsgs ( )

Definition at line 2058 of file IRangefinder2DMsgs.cpp.

Member Function Documentation

◆ getDeviceInfo_RPC()

return_getDeviceInfo IRangefinder2DMsgs::getDeviceInfo_RPC ( )
virtual

Reimplemented in IRangefinder2DRPCd.

Definition at line 2113 of file IRangefinder2DMsgs.cpp.

◆ getDeviceStatus_RPC()

return_getDeviceStatus IRangefinder2DMsgs::getDeviceStatus_RPC ( )
virtual

Reimplemented in IRangefinder2DRPCd.

Definition at line 2063 of file IRangefinder2DMsgs.cpp.

◆ getDistanceRange_RPC()

return_getDistanceRange IRangefinder2DMsgs::getDistanceRange_RPC ( )
virtual

Reimplemented in IRangefinder2DRPCd.

Definition at line 2073 of file IRangefinder2DMsgs.cpp.

◆ getHorizontalResolution_RPC()

return_getHorizontalResolution IRangefinder2DMsgs::getHorizontalResolution_RPC ( )
virtual

Reimplemented in IRangefinder2DRPCd.

Definition at line 2093 of file IRangefinder2DMsgs.cpp.

◆ getScanLimits_RPC()

return_getScanLimits IRangefinder2DMsgs::getScanLimits_RPC ( )
virtual

Reimplemented in IRangefinder2DRPCd.

Definition at line 2083 of file IRangefinder2DMsgs.cpp.

◆ getScanRate_RPC()

return_getScanRate IRangefinder2DMsgs::getScanRate_RPC ( )
virtual

Reimplemented in IRangefinder2DRPCd.

Definition at line 2103 of file IRangefinder2DMsgs.cpp.

◆ help()

std::vector< std::string > IRangefinder2DMsgs::help ( const std::string &  functionName = "--all")
virtual

Definition at line 2164 of file IRangefinder2DMsgs.cpp.

◆ read()

bool IRangefinder2DMsgs::read ( yarp::os::ConnectionReader reader)
overridevirtual

Read this object from a network connection.

Override this for your particular class.

Parameters
readeran interface to the network connection for reading
Returns
true iff the object is successfully read

Implements yarp::os::PortReader.

Definition at line 2226 of file IRangefinder2DMsgs.cpp.

◆ setDistanceRange_RPC()

bool IRangefinder2DMsgs::setDistanceRange_RPC ( const double  min,
const double  max 
)
virtual

Reimplemented in IRangefinder2DRPCd.

Definition at line 2123 of file IRangefinder2DMsgs.cpp.

◆ setHorizontalResolution_RPC()

bool IRangefinder2DMsgs::setHorizontalResolution_RPC ( const double  step)
virtual

Reimplemented in IRangefinder2DRPCd.

Definition at line 2143 of file IRangefinder2DMsgs.cpp.

◆ setScanLimits_RPC()

bool IRangefinder2DMsgs::setScanLimits_RPC ( const double  min,
const double  max 
)
virtual

Reimplemented in IRangefinder2DRPCd.

Definition at line 2133 of file IRangefinder2DMsgs.cpp.

◆ setScanRate_RPC()

bool IRangefinder2DMsgs::setScanRate_RPC ( const double  rate)
virtual

Reimplemented in IRangefinder2DRPCd.

Definition at line 2153 of file IRangefinder2DMsgs.cpp.


The documentation for this class was generated from the following files: