Visioscan Set SDK Libraries 1.0.14
Visioscan Set SDK Help documentation file for C++ and C++/CLI
 
Loading...
Searching...
No Matches
RawData Class Reference

The base class encapsulating sensor's RAW data. More...

#include <RawData.h>

Public Attributes

int * _indexes = NULL
 The index of the record starting from 1 (FREE the pointer after usage !!!)
 
double * _timestamps = NULL
 The reading timestamps elapsed from the StartMdi command expressed in nanoseconds (FREE the pointer after usage !!!)
 
double * _distances = NULL
 Distances array (FREE the pointer after usage !!!)
 
double * _intensities = NULL
 Intensities array (FREE the pointer after usage !!!)
 
double * _angles = NULL
 Angles array (FREE the pointer after usage !!!)
 
int _scanCount = 0
 Scan counts.
 
int _frameRate = 0
 The frame rate (can be used by a recorder for replay purpose)
 

Detailed Description

The base class encapsulating sensor's RAW data.

Member Data Documentation

◆ _angles

double* RawData::_angles = NULL

Angles array (FREE the pointer after usage !!!)

◆ _distances

double* RawData::_distances = NULL

Distances array (FREE the pointer after usage !!!)

◆ _frameRate

int RawData::_frameRate = 0

The frame rate (can be used by a recorder for replay purpose)

◆ _indexes

int* RawData::_indexes = NULL

The index of the record starting from 1 (FREE the pointer after usage !!!)

◆ _intensities

double* RawData::_intensities = NULL

Intensities array (FREE the pointer after usage !!!)

◆ _scanCount

int RawData::_scanCount = 0

Scan counts.

◆ _timestamps

double* RawData::_timestamps = NULL

The reading timestamps elapsed from the StartMdi command expressed in nanoseconds (FREE the pointer after usage !!!)


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