WPOCT Software Developer's Kit (SDK)
SDK For using Wasatch Photonics OCT Spectrometers
Classes | Functions
IWPOCTInOutData.h File Reference

Interface fo the IWPOCTInOutData class. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IWPOCTInOutData
 The data object contains pointers to input and output data. More...
 

Functions

 __declspec (dllexport) IWPOCTInOutData *CreateOCTInOutData()
 Creates an instance of the in/out data object. More...
 

Detailed Description

Interface fo the IWPOCTInOutData class.

Function Documentation

◆ __declspec()

__declspec ( dllexport  )

Creates an instance of the in/out data object.

Destroys an instance of the in/out data object.

More than one instance can be created.

Returns
a pointer to a data object. This is needed to call the in/out data APIs.
true on success

Creates an instance of the in/out data object.

Gets the instance of the scan converter object.

Gets the instance of the controller object.

Destroys an instance of the in/out data object.

Destroys the instance of the scan converter object.

Destroys the instance of the controller object.

Destroys the instance of the camera object.

Returns
true if deletion was successful
true on success