libDll.cpp
Go to the documentation of this file.
1 // -*- C++ -*-
2 
3 #include <iostream>
4 #include <string>
5 
6 #include "libDll.h"
7 
8 
9 namespace coil
10 {
15  {
16  std::cout<<"ForExternTest"<<std::endl;
17  return 0xdeadbeef;
18  }
19 };
20 
24 extern "C"
25 {
26  int ForExternTest(void)
27  {
29  }
30 };
31 
static int FuncTest(void)
Definition: libDll.cpp:14
int ForExternTest(void)
Definition: libDll.cpp:26
Common Object Interface Layer.


openrtm_aist
Author(s): Noriaki Ando
autogenerated on Mon Jun 10 2019 14:07:52