LTI-Lib latest version v1.9 - last update 10 Apr 2010

lti::sonyEviD100P::externPoll Class Reference

If an user wants to send inquiries to the device and process the answers explicitly, he may obtain a reference to this class. More...

#include <ltiSonyEviD100P.h>

Inheritance diagram for lti::sonyEviD100P::externPoll:
Inheritance graph
[legend]
Collaboration diagram for lti::sonyEviD100P::externPoll:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 externPoll ()
 externPoll (const externPoll &other)
 ~externPoll ()
externPollcopy (const externPoll &other)
externPolloperator= (const externPoll &other)
virtual void attachPoller (poll *poller)
virtual const char * getTypeName () const
virtual bool processMessages () const
virtual bool inquiry () const

Detailed Description

If an user wants to send inquiries to the device and process the answers explicitly, he may obtain a reference to this class.


Constructor & Destructor Documentation

lti::sonyEviD100P::externPoll::externPoll (  ) 

constructor

lti::sonyEviD100P::externPoll::externPoll ( const externPoll other  ) 

copy constructor

Parameters:
other the class to be copied
lti::sonyEviD100P::externPoll::~externPoll (  ) 

destructor


Member Function Documentation

virtual void lti::sonyEviD100P::externPoll::attachPoller ( poll *  poller  )  [virtual]

Attaches the class which does the actual inquiry of the device.

Parameters:
poller the poller-object which does the inquiry
externPoll& lti::sonyEviD100P::externPoll::copy ( const externPoll other  ) 

copy data of "other" functor.

Parameters:
other the class to be copied
Returns:
a reference to this functor object
virtual const char* lti::sonyEviD100P::externPoll::getTypeName (  )  const [virtual]
Returns:
the name of this type

Reimplemented from lti::object.

virtual bool lti::sonyEviD100P::externPoll::inquiry (  )  const [virtual]

send inquiry commands to the device.

Returns:
true on success, false otherwise.
externPoll& lti::sonyEviD100P::externPoll::operator= ( const externPoll other  ) 

alias for copy member

Parameters:
other the class to be copied
Returns:
a reference to this functor object
virtual bool lti::sonyEviD100P::externPoll::processMessages (  )  const [virtual]

check returned messages and update the buffers.

Returns:
true on success, false otherwise.

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

Generated on Sat Apr 10 15:28:07 2010 for LTI-Lib by Doxygen 1.6.1