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

simulated_network_delay: Documentation to be added More...

#include </home/runner/work/yarp-documentation/yarp-documentation/yarp/src/portmonitors/simulated_network_delay/Simulated_network_delay.h>

+ Inheritance diagram for Simulated_network_delay:

Public Member Functions

void getParamsFromCommandLine (std::string carrierString, yarp::os::Property &prop)
 
bool create (const yarp::os::Property &options) override
 This will be called when the dll is properly loaded by the portmonitor carrier.
 
void destroy () override
 This will be called when the portmonitor object destroyes.
 
bool setparam (const yarp::os::Property &params) override
 This will be called when the portmonitor carrier parameters are set via YARP admin port.
 
bool getparam (yarp::os::Property &params) override
 This will be called when the portmonitor carrier parameters are requested via YARP admin port.
 
void trig () override
 This will be called when one of the peer connections to the same import port receives data.
 
bool accept (yarp::os::Things &thing) override
 This will be called when the data reach the portmonitor object.
 
yarp::os::Thingsupdate (yarp::os::Things &thing) override
 After data get accpeted in the accept() callback, an instance of that is given to the update function where the data can be accessed and modified.
 
- Public Member Functions inherited from yarp::os::MonitorObject
virtual ~MonitorObject ()
 
virtual yarp::os::ThingsupdateReply (yarp::os::Things &thing)
 The updateReply makes it possible to modify a reply from a port when the portmonitor object is attached to a two-ways connection (e.g., RPC).
 

Detailed Description

simulated_network_delay: Documentation to be added

Definition at line 16 of file Simulated_network_delay.h.

Member Function Documentation

◆ accept()

bool Simulated_network_delay::accept ( yarp::os::Things thing)
overridevirtual

This will be called when the data reach the portmonitor object.

Parameters
thingAn instance of yarp::os::Thing object which can be used to typecast the data to the correct type.
Returns
returning false will avoid delivering data to an input port or transmitting through the output port

Reimplemented from yarp::os::MonitorObject.

Definition at line 86 of file Simulated_network_delay.cpp.

◆ create()

bool Simulated_network_delay::create ( const yarp::os::Property options)
overridevirtual

This will be called when the dll is properly loaded by the portmonitor carrier.

Parameters
optionsA set of useful information of the current connection which the monitor object is attached.
Returns
Returning false will stop the portmonitor object to procced

Reimplemented from yarp::os::MonitorObject.

Definition at line 56 of file Simulated_network_delay.cpp.

◆ destroy()

void Simulated_network_delay::destroy ( void  )
overridevirtual

This will be called when the portmonitor object destroyes.

Reimplemented from yarp::os::MonitorObject.

Definition at line 72 of file Simulated_network_delay.cpp.

◆ getparam()

bool Simulated_network_delay::getparam ( yarp::os::Property params)
overridevirtual

This will be called when the portmonitor carrier parameters are requested via YARP admin port.

Parameters
paramsThe Property
Returns
Returns true of any parameter is available

Reimplemented from yarp::os::MonitorObject.

Definition at line 81 of file Simulated_network_delay.cpp.

◆ getParamsFromCommandLine()

void Simulated_network_delay::getParamsFromCommandLine ( std::string  carrierString,
yarp::os::Property prop 
)

Definition at line 28 of file Simulated_network_delay.cpp.

◆ setparam()

bool Simulated_network_delay::setparam ( const yarp::os::Property params)
overridevirtual

This will be called when the portmonitor carrier parameters are set via YARP admin port.

Parameters
paramsThe Property
Returns
Returns true if parameters are correctly set

Reimplemented from yarp::os::MonitorObject.

Definition at line 76 of file Simulated_network_delay.cpp.

◆ trig()

void Simulated_network_delay::trig ( )
overridevirtual

This will be called when one of the peer connections to the same import port receives data.

Note
this is available only if the portmonitor object attached to the input port

Reimplemented from yarp::os::MonitorObject.

Definition at line 97 of file Simulated_network_delay.cpp.

◆ update()

yarp::os::Things & Simulated_network_delay::update ( yarp::os::Things thing)
overridevirtual

After data get accpeted in the accept() callback, an instance of that is given to the update function where the data can be accessed and modified.

Parameters
thingAn instance of yarp::os::Thing object which can be used to typecast the data to the correct type.
Returns
An instance of modified data in form of Thing

Reimplemented from yarp::os::MonitorObject.

Definition at line 91 of file Simulated_network_delay.cpp.


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