|
#include <RobotAPI/drivers/WeissHapticSensor/TactileSensor.h>
Public Member Functions | |
PeriodicFrameData (std::shared_ptr< std::vector< short > > data, int count, unsigned int timestamp) | |
Public Attributes | |
int | count |
std::shared_ptr< std::vector< short > > | data |
unsigned int | timestamp |
Definition at line 70 of file TactileSensor.h.
|
inline |
Definition at line 73 of file TactileSensor.h.
int count |
Definition at line 77 of file TactileSensor.h.
std::shared_ptr<std::vector<short> > data |
Definition at line 76 of file TactileSensor.h.
unsigned int timestamp |
Definition at line 78 of file TactileSensor.h.