Public Types | Public Member Functions | Public Attributes | Private Attributes
IriJoystickDriver Class Reference

IRI ROS Specific Driver Class. More...

#include <iri_joystick_driver.h>

Inheritance diagram for IriJoystickDriver:
Inheritance graph
[legend]

List of all members.

Public Types

typedef
iri_joystick::IriJoystickConfig 
Config
 define config type

Public Member Functions

bool closeDriver (void)
 close driver
void config_update (const Config &new_cfg, uint32_t level=0)
 config update
void enable_button_callback (int button_id, void(*callback)(void *param, unsigned int button_id, bool value), void *param=0)
void enable_position_change_callback (int axis_id, void(*callback)(void *param, unsigned int axis_id, float value), void *param=0)
std::string get_device () const
int get_num_axes () const
int get_num_buttons () const
 IriJoystickDriver ()
 constructor
bool openDriver (void)
 open driver
bool startDriver (void)
 start driver
bool stopDriver (void)
 start driver
 ~IriJoystickDriver ()
 Destructor.

Public Attributes

Config config_
 config variable

Private Attributes

std::string dev_
CJoystick * jh_
std::string pub_channel_name_

Detailed Description

IRI ROS Specific Driver Class.

This class inherits from the IRI Base class IriBaseDriver, which provides the guidelines to implement any specific driver. The IriBaseDriver class offers an easy framework to integrate functional drivers implemented in C++ with the ROS driver structure. ROS driver_base state transitions are already managed by IriBaseDriver.

The IriJoystickDriver class must implement all specific driver requirements to safetely open, close, run and stop the driver at any time. It also must guarantee an accessible interface for all driver's parameters.

The IriJoystickConfig.cfg needs to be filled up with those parameters suitable to be changed dynamically by the ROS dyanmic reconfigure application. The implementation of the CIriNode class will manage those parameters through methods like postNodeOpenHook() and reconfigureNodeHook().

Definition at line 53 of file iri_joystick_driver.h.


Member Typedef Documentation

typedef iri_joystick::IriJoystickConfig IriJoystickDriver::Config

define config type

Define a Config type with the IriJoystickConfig. All driver implementations will then use the same variable type Config.

Definition at line 79 of file iri_joystick_driver.h.


Constructor & Destructor Documentation

constructor

In this constructor parameters related to the specific driver can be initalized. Those parameters can be also set in the openDriver() function. Attributes from the main node driver class IriBaseDriver such as loop_rate, may be also overload here.

Definition at line 4 of file iri_joystick_driver.cpp.

Destructor.

This destructor is called when the object is about to be destroyed.

Definition at line 110 of file iri_joystick_driver.cpp.


Member Function Documentation

bool IriJoystickDriver::closeDriver ( void  ) [virtual]

close driver

In this function, the driver must be closed. Variables related to the driver state must also be taken into account. This function is automatically called by IriBaseDriver::doClose(), an state transition is performed if return value equals true.

Returns:
bool successful

Implements iri_base_driver::IriBaseDriver.

Definition at line 39 of file iri_joystick_driver.cpp.

void IriJoystickDriver::config_update ( const Config new_cfg,
uint32_t  level = 0 
)

config update

In this function the driver parameters must be updated with the input config variable. Then the new configuration state will be stored in the Config attribute.

Parameters:
new_cfgthe new driver configuration state
levellevel in which the update is taken place

Definition at line 64 of file iri_joystick_driver.cpp.

void IriJoystickDriver::enable_button_callback ( int  button_id,
void(*)(void *param, unsigned int button_id, bool value)  callback,
void *  param = 0 
)

Definition at line 85 of file iri_joystick_driver.cpp.

void IriJoystickDriver::enable_position_change_callback ( int  axis_id,
void(*)(void *param, unsigned int axis_id, float value)  callback,
void *  param = 0 
)

Definition at line 77 of file iri_joystick_driver.cpp.

std::string IriJoystickDriver::get_device ( ) const

return the physical device string from driver

Definition at line 105 of file iri_joystick_driver.cpp.

Definition at line 99 of file iri_joystick_driver.cpp.

return the total number of buttons as int

Definition at line 93 of file iri_joystick_driver.cpp.

bool IriJoystickDriver::openDriver ( void  ) [virtual]

open driver

In this function, the driver must be openned. Openning errors must be taken into account. This function is automatically called by IriBaseDriver::doOpen(), an state transition is performed if return value equals true.

Returns:
bool successful

Implements iri_base_driver::IriBaseDriver.

Definition at line 23 of file iri_joystick_driver.cpp.

bool IriJoystickDriver::startDriver ( void  ) [virtual]

start driver

After this function, the driver and its thread will be started. The driver and related variables should be properly setup. This function is automatically called by IriBaseDriver::doStart(), an state transition is performed if return value equals true.

Returns:
bool successful

Implements iri_base_driver::IriBaseDriver.

Definition at line 54 of file iri_joystick_driver.cpp.

bool IriJoystickDriver::stopDriver ( void  ) [virtual]

start driver

After this function, the driver's thread will stop its execution. The driver and related variables should be properly setup. This function is automatically called by IriBaseDriver::doStop(), an state transition is performed if return value equals true.

Returns:
bool successful

Implements iri_base_driver::IriBaseDriver.

Definition at line 59 of file iri_joystick_driver.cpp.


Member Data Documentation

config variable

This variable has all the driver parameters defined in the cfg config file. Is updated everytime function config_update() is called.

Definition at line 87 of file iri_joystick_driver.h.

std::string IriJoystickDriver::dev_ [private]

Definition at line 65 of file iri_joystick_driver.h.

CJoystick* IriJoystickDriver::jh_ [private]

Definition at line 60 of file iri_joystick_driver.h.

std::string IriJoystickDriver::pub_channel_name_ [private]

Definition at line 69 of file iri_joystick_driver.h.


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


iri_joystick
Author(s): Jose Luis Rivero
autogenerated on Fri Dec 6 2013 23:38:45