AMO-Tools-Suite
v.0.9.0
Set of tools for calculating energy efficiency in industrial equipment
Main Page
+
Namespaces
Namespace List
+
Namespace Members
All
Enumerations
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
v
w
+
Functions
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
v
w
Variables
Enumerations
Related Functions
+
Files
File List
+
File Members
All
Enumerations
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Friends
Macros
Pages
bindings
svi.cpp
1
#include <nan.h>
2
#include "svi.h"
3
4
using namespace
Nan
;
5
6
NAN_MODULE_INIT(InitSludgeVolumeIndex) {
7
Nan::Set(target, New<String>(
"svi"
).ToLocalChecked(),
8
GetFunction(New<FunctionTemplate>(svi)).ToLocalChecked());
9
}
10
11
NODE_MODULE(svi, InitSludgeVolumeIndex)
Nan
Generated by
1.8.13