ICP
1
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
isis2
instcontrol_temp
ICP
nivisa_driver
nivisa_driver.cpp
Go to the documentation of this file.
1
// nivisa_driver.cpp : Defines the exported functions for the DLL application.
2
//
3
4
#include "
stdafx.h
"
5
#include "
nivisa_driver.h
"
6
7
8
// This is an example of an exported variable
9
NIVISA_DRIVER_API
int
nnivisa_driver
=0;
10
11
// This is an example of an exported function.
12
NIVISA_DRIVER_API
int
fnnivisa_driver
(
void
)
13
{
14
return
42;
15
}
16
17
// This is the constructor of a class that has been exported.
18
// see nivisa_driver.h for the class definition
19
Cnivisa_driver::Cnivisa_driver
()
20
{
21
return
;
22
}
fnnivisa_driver
NIVISA_DRIVER_API int fnnivisa_driver(void)
Definition:
nivisa_driver.cpp:12
Cnivisa_driver::Cnivisa_driver
Cnivisa_driver(void)
Definition:
nivisa_driver.cpp:19
stdafx.h
nivisa_driver.h
NIVISA_DRIVER_API
#define NIVISA_DRIVER_API
Definition:
nivisa_driver.h:10
nnivisa_driver
NIVISA_DRIVER_API int nnivisa_driver
Definition:
nivisa_driver.cpp:9
Generated by
1.8.5