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