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

#include <messages/fakeTestMsgs/idl_generated_code/FakeTestMsgs.h>

+ Inheritance diagram for FakeTestMsgs:

Public Member Functions

virtual yarp::os::ApplicationNetworkProtocolVersion getLocalProtocolVersion ()
 
virtual yarp::os::ApplicationNetworkProtocolVersion getRemoteProtocolVersion ()
 
virtual bool checkProtocolVersion ()
 
 FakeTestMsgs ()
 
virtual yarp::dev::ReturnValue doSomethingRPC ()
 
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 20 of file FakeTestMsgs.h.

Constructor & Destructor Documentation

◆ FakeTestMsgs()

FakeTestMsgs::FakeTestMsgs ( )

Definition at line 291 of file FakeTestMsgs.cpp.

Member Function Documentation

◆ checkProtocolVersion()

bool FakeTestMsgs::checkProtocolVersion ( )
virtual

Definition at line 80 of file FakeTestMsgs.cpp.

◆ doSomethingRPC()

yarp::dev::ReturnValue FakeTestMsgs::doSomethingRPC ( )
virtual

Reimplemented in FakeServerRPCd.

Definition at line 296 of file FakeTestMsgs.cpp.

◆ getLocalProtocolVersion()

yarp::os::ApplicationNetworkProtocolVersion FakeTestMsgs::getLocalProtocolVersion ( )
virtual

Definition at line 95 of file FakeTestMsgs.cpp.

◆ getRemoteProtocolVersion()

yarp::os::ApplicationNetworkProtocolVersion FakeTestMsgs::getRemoteProtocolVersion ( )
virtual

Definition at line 65 of file FakeTestMsgs.cpp.

◆ help()

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

Definition at line 307 of file FakeTestMsgs.cpp.

◆ read()

bool FakeTestMsgs::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 333 of file FakeTestMsgs.cpp.


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