FrameData Struct Reference

#include <RobotAPI/drivers/WeissHapticSensor/TactileSensor.h>

Public Member Functions

 FrameData (std::shared_ptr< std::vector< short > > data, int count)
 

Public Attributes

int count
 
std::shared_ptr< std::vector< short > > data
 

Detailed Description

Definition at line 61 of file TactileSensor.h.

Constructor & Destructor Documentation

◆ FrameData()

FrameData ( std::shared_ptr< std::vector< short > >  data,
int  count 
)
inline

Definition at line 64 of file TactileSensor.h.

Member Data Documentation

◆ count

int count

Definition at line 68 of file TactileSensor.h.

◆ data

std::shared_ptr<std::vector<short> > data

Definition at line 67 of file TactileSensor.h.


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