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

Interface of the IWPOCTController struct. More...

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

Go to the source code of this file.

Classes

class  IWPOCTController
 The WPOCT Controller is packaged as a toolkit and provides a set of application programming interfaces (APIs) that are designed to control and monitor the OCT engine board sold by Wasatch Photonics. More...
 

Typedefs

typedef void(* SendNoParams) (void *)
 Typedefs for callbacks.
 
typedef void(* NotifyErrorCallback) (bool)
 

Functions

 __declspec (dllexport) IWPOCTController *GetOCTController()
 Gets the instance of the controller object. More...
 

Detailed Description

Interface of the IWPOCTController struct.

Function Documentation

◆ __declspec()

__declspec ( dllexport  )

Gets the instance of the controller object.

Destroys the instance of the controller object.

Returns
A pointer to a scan controller object. This is needed to call the other APIs.
true if deletion was successful

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