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

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

+ Inheritance diagram for ISerialMsgs:

Public Member Functions

virtual yarp::os::ApplicationNetworkProtocolVersion getLocalProtocolVersion ()
 
virtual yarp::os::ApplicationNetworkProtocolVersion getRemoteProtocolVersion ()
 
virtual bool checkProtocolVersion ()
 
 ISerialMsgs ()
 
virtual bool setDTR (const bool enable)
 
virtual std::int32_t flush ()
 
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 18 of file ISerialMsgs.h.

Constructor & Destructor Documentation

◆ ISerialMsgs()

ISerialMsgs::ISerialMsgs ( )

Definition at line 517 of file ISerialMsgs.cpp.

Member Function Documentation

◆ checkProtocolVersion()

bool ISerialMsgs::checkProtocolVersion ( )
virtual

Definition at line 80 of file ISerialMsgs.cpp.

◆ flush()

std::int32_t ISerialMsgs::flush ( )
virtual

Reimplemented in ISerialMsgsd.

Definition at line 532 of file ISerialMsgs.cpp.

◆ getLocalProtocolVersion()

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

Definition at line 95 of file ISerialMsgs.cpp.

◆ getRemoteProtocolVersion()

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

Definition at line 65 of file ISerialMsgs.cpp.

◆ help()

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

Definition at line 543 of file ISerialMsgs.cpp.

◆ read()

bool ISerialMsgs::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 573 of file ISerialMsgs.cpp.

◆ setDTR()

bool ISerialMsgs::setDTR ( const bool  enable)
virtual

Reimplemented in ISerialMsgsd.

Definition at line 522 of file ISerialMsgs.cpp.


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