OpenRTM
1.0.0
メインページ
ネームスペース
クラス
ファイル
ファイル一覧
ファイルメンバ
tmp
buildd
ros-hydro-openrtm-aist-1.1.0-13quantal-20150213-1351
src
lib
rtm
PeriodicTaskFactory.h
説明を見る。
1
// -*- C++ -*-
20
#ifndef RTC_PERIODICTASKFACTORY_H
21
#define RTC_PERIODICTASKFACTORY_H
22
23
#include <
coil/Factory.h
>
24
#include <
coil/PeriodicTaskBase.h
>
25
26
namespace
RTC
27
{
28
29
typedef ::coil::GlobalFactory<coil::PeriodicTaskBase>
PeriodicTaskFactory
;
30
31
#if defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__NT__)
32
EXTERN
template
class
DLL_PLUGIN
33
::coil::GlobalFactory<coil::PeriodicTaskBase>;
34
#endif
35
};
36
37
#endif // RTC_PERIODICTASKFACTORY_H
OpenRTMに対してFri Feb 13 2015 13:57:28に生成されました。
1.8.1.2