src
lib
coil
tests
DynamicLib
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
{
14
int
libDllTest::FuncTest
(
void
)
15
{
16
std::cout<<
"ForExternTest"
<<std::endl;
17
return
0xdeadbeef;
18
}
19
};
20
24
extern
"C"
25
{
26
int
ForExternTest
(
void
)
27
{
28
return
coil::libDllTest::FuncTest
();
29
}
30
};
31
coil::libDllTest::FuncTest
static int FuncTest(void)
Definition:
libDll.cpp:14
ForExternTest
int ForExternTest(void)
Definition:
libDll.cpp:26
libDll.h
coil
Common Object Interface Layer.
Definition:
ace/coil/Condition.cpp:22
openrtm_aist
Author(s): Noriaki Ando
autogenerated on Mon Feb 28 2022 23:00:43