iCub-main
Public Member Functions | List of all members
eth::IethResource Class Referenceabstract

#include <IethResource.h>

+ Inheritance diagram for eth::IethResource:

Public Member Functions

virtual ~IethResource ()
 
virtual bool initialised ()=0
 
virtual bool update (eOprotID32_t id32, double timestamp, void *rxdata)=0
 
virtual iethresType_t type ()=0
 
const char * stringOfType ()
 
virtual bool getEntityName (uint32_t entityId, std::string &entityName)
 

Detailed Description

Definition at line 82 of file IethResource.h.

Constructor & Destructor Documentation

◆ ~IethResource()

virtual eth::IethResource::~IethResource ( )
inlinevirtual

Definition at line 86 of file IethResource.h.

Member Function Documentation

◆ getEntityName()

bool IethResource::getEntityName ( uint32_t  entityId,
std::string &  entityName 
)
virtual

Reimplemented in yarp::dev::embObjMotionControl.

Definition at line 72 of file IethResource.cpp.

◆ initialised()

virtual bool eth::IethResource::initialised ( )
pure virtual

◆ stringOfType()

const char * IethResource::stringOfType ( )

Definition at line 60 of file IethResource.cpp.

◆ type()

virtual iethresType_t eth::IethResource::type ( )
pure virtual

◆ update()

virtual bool eth::IethResource::update ( eOprotID32_t  id32,
double  timestamp,
void *  rxdata 
)
pure virtual

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