QTrk
Classes | Macros | Functions
labview.h File Reference
#include "extcode.h"
#include "niimaq.h"
#include <complex>
#include "lv_prolog.h"
#include "lv_epilog.h"

Go to the source code of this file.

Classes

struct  ErrorCluster
 
struct  LVArray< T >
 LabVIEW Array template. More...
 
struct  LVArray2D< T >
 LabVIEW 2D Array template. More...
 
struct  LVArray3D< T >
 LabVIEW 3D Array template. More...
 
struct  LVArrayND< T, N >
 LabVIEW N dimensions array template. More...
 

Macros

#define _STDINT_H
 

Functions

template<typename T >
void ResizeLVArray2D (LVArray2D< T > **&d, int rows, int cols)
 
template<typename T >
void ResizeLVArray3D (LVArray3D< T > **&d, int depth, int rows, int cols)
 
template<typename T , int N>
void ResizeLVArray (LVArrayND< T, N > **&d, int *dims)
 
template<typename T >
void ResizeLVArray (LVArray< T > **&d, int elems)
 
void ArgumentErrorMsg (ErrorCluster *e, const std::string &msg)
 
void SetLVString (LStrHandle str, const char *text)
 
MgErr FillErrorCluster (MgErr err, const char *message, ErrorCluster *error)
 
std::vector< std::string > LVGetStringArray (int count, LStrHandle *str)
 
bool ValidateTracker (QueuedTracker *tracker, ErrorCluster *e, const char *funcname)
 Verify the referenced tracker is a valid QueuedTracker instance. More...
 

Macro Definition Documentation

§ _STDINT_H

#define _STDINT_H

Definition at line 3 of file labview.h.