Scope
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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
14
FPGAInterface::~FPGAInterface
() {
15
16
}
17
18
}
scope
Definition:
BaseController.h:6
scope::FPGAInterface::~FPGAInterface
virtual ~FPGAInterface()
Ends the FPGA program.
Definition:
FPGAInterface.cpp:14
stdafx.h
This is the include file for standard system include files, or project specific include files that ar...
scope
devices
fpga
FPGAInterface.cpp
Generated on Sun Feb 15 2015 13:20:52 for Scope by
1.8.9