WPOCT Software Developer's Kit (SDK)
SDK For using Wasatch Photonics OCT Spectrometers
ScanProcessorCPU.h
Go to the documentation of this file.
1 
6 #pragma once
7 
8 #include "ScanProcessor.h"
9 
11 {
12 public:
14 
15  ~ScanProcessorCPU(void);
16 
17 };
Interface of the ScanProcessor class.
Definition: ScanProcessorCPU.h:11
Class that processes scans.
Definition: ScanProcessor.h:32