ngc 1.5.0
 
Loading...
Searching...
No Matches
ngcdcsTools.hpp
Go to the documentation of this file.
1
8#ifndef ngcdcsTools_H
9#define ngcdcsTools_H
10
11
12#ifndef __cplusplus
13#error This is a C++ include file and cannot be used from plain C
14#endif
15
16#include <ngc/core/ngcbCON.hpp>
17
21int ngcdcsExpDrvTool(int argc, char *argv[], ngcbCON_FACTORY *factory);
22
23#endif
Definition ngcbCON.hpp:119
int ngcdcsExpDrvTool(int argc, char *argv[], ngcbCON_FACTORY *factory)
Definition ngcdcsExpDrvTool.cpp:153