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

 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 17 of file ISerialMsgs.h.

Constructor & Destructor Documentation

◆ ISerialMsgs()

ISerialMsgs::ISerialMsgs ( )

Definition at line 426 of file ISerialMsgs.cpp.

Member Function Documentation

◆ flush()

std::int32_t ISerialMsgs::flush ( )
virtual

Reimplemented in ISerialMsgsd.

Definition at line 441 of file ISerialMsgs.cpp.

◆ help()

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

Definition at line 452 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 482 of file ISerialMsgs.cpp.

◆ setDTR()

bool ISerialMsgs::setDTR ( const bool  enable)
virtual

Reimplemented in ISerialMsgsd.

Definition at line 431 of file ISerialMsgs.cpp.


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