Scope
FPGAInterface.cpp
1 #include "stdafx.h"
2 #include "FPGAInterface.h"
3 #include "parameters/IO.h"
4 #include "helpers/DaqChunk.h"
5 
6 namespace scope {
7 
8 FPGAInterface::FPGAInterface()
9  : status(NiFpga_Status_Success)
10  , session(0)
11  , initialized(false) {
12 }
13 
15 
16 }
17 
18 }
virtual ~FPGAInterface()
Ends the FPGA program.
This is the include file for standard system include files, or project specific include files that ar...