tttrlib
A library for time-tagged time resolved data
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
LVI32Array Struct Reference

Structures and functions used for LabView interface. More...

#include <LvArrays.h>

Public Member Functions

 ~LVI32Array ()
 
std::string str ()
 

Public Attributes

int length
 
int * data
 

Detailed Description

Structures and functions used for LabView interface.

fit2x was originally developed as a C backend for LabView software. Therefore, the interface with fit2x uses structures that can be accessed by Labview. In order to make an interfacing with Python and other languages possible there is a this files defines a set of functions that facilitate the creation of the LabView structures.

Constructor & Destructor Documentation

◆ ~LVI32Array()

LVI32Array::~LVI32Array ( )
inline

Member Function Documentation

◆ str()

std::string LVI32Array::str ( )
inline

Member Data Documentation

◆ data

int* LVI32Array::data

◆ length

int LVI32Array::length

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