iCub-main
Loading...
Searching...
No Matches
Public Member Functions | List of all members
iCub::learningmachine::PredictProcessor Class Reference

Reply processor helper class for predictions. More...

#include <PredictModule.h>

+ Inheritance diagram for iCub::learningmachine::PredictProcessor:

Public Member Functions

 PredictProcessor (MachinePortable &mp)
 Constructor.
 
virtual bool read (yarp::os::ConnectionReader &connection)
 
- Public Member Functions inherited from iCub::learningmachine::IMachineProcessor
 IMachineProcessor (MachinePortable &mp)
 Constructor.
 
virtual MachinePortablegetMachinePortable ()
 Retrieve the machine portable machine wrapper.
 
virtual IMachineLearnergetMachine ()
 Convenience function to quickly retrieve the machine that is wrapped in the portable machine wrapper.
 

Additional Inherited Members

- Protected Attributes inherited from iCub::learningmachine::IMachineProcessor
MachinePortablemachinePortable
 A pointer to a concrete wrapper around a learning machine.
 

Detailed Description

Reply processor helper class for predictions.

See also
iCub::learningmachine::PredictModule
iCub::learningmachine::IMachineProcessor
Author
Arjan Gijsberts

Definition at line 83 of file PredictModule.h.

Constructor & Destructor Documentation

◆ PredictProcessor()

iCub::learningmachine::PredictProcessor::PredictProcessor ( MachinePortable mp)
inline

Constructor.

Parameters
mpa reference to a machine portable.

Definition at line 90 of file PredictModule.h.

Member Function Documentation

◆ read()

bool iCub::learningmachine::PredictProcessor::read ( yarp::os::ConnectionReader &  connection)
virtual

Definition at line 34 of file PredictModule.cpp.


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