YARP
Yet Another Robot Platform
yarp::dev::IJoypadEvent::joyData< T > Struct Template Reference

#include <yarp/dev/IJoypadController.h>

Public Member Functions

 joyData (unsigned int id, const T &datum)
 

Public Attributes

unsigned int m_id
 
m_datum
 

Detailed Description

template<typename T>
struct yarp::dev::IJoypadEvent::joyData< T >

Definition at line 185 of file IJoypadController.h.

Constructor & Destructor Documentation

◆ joyData()

template<typename T >
yarp::dev::IJoypadEvent::joyData< T >::joyData ( unsigned int  id,
const T &  datum 
)
inline

Definition at line 190 of file IJoypadController.h.

Member Data Documentation

◆ m_datum

template<typename T >
T yarp::dev::IJoypadEvent::joyData< T >::m_datum

Definition at line 188 of file IJoypadController.h.

◆ m_id

template<typename T >
unsigned int yarp::dev::IJoypadEvent::joyData< T >::m_id

Definition at line 187 of file IJoypadController.h.


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