OpenRTM-aist 2.0.2
読み取り中…
検索中…
一致する文字列を見つけられません
ComponentActionListener.h ファイル

component action listener class [詳解]

#include <mutex>
#include <rtm/RTC.h>
#include <rtm/idl/RTCSkel.h>
#include <rtm/ConnectorBase.h>
#include <vector>
#include <utility>
#include <array>
ComponentActionListener.h の依存先関係図:
被依存関係図:

[ソースコード]

クラス

class  RTC::PreComponentActionListener
 PreComponentActionListener クラス [詳解]
 
class  RTC::PostComponentActionListener
 PostComponentActionListener クラス [詳解]
 
class  RTC::PortActionListener
 PortActionListener クラス [詳解]
 
class  RTC::ExecutionContextActionListener
 ExecutionContextActionListener クラス [詳解]
 
class  RTC::PreComponentActionListenerHolder
 PreComponentActionListener ホルダクラス [詳解]
 
class  RTC::PostComponentActionListenerHolder
 PostComponentActionListener ホルダクラス [詳解]
 
class  RTC::PortActionListenerHolder
 PortActionListener ホルダクラス [詳解]
 
class  RTC::ExecutionContextActionListenerHolder
 ExecutionContextActionListener ホルダクラス [詳解]
 
class  RTC::ComponentActionListeners
 ComponentActionListeners クラス [詳解]
 

名前空間

namespace  RTC
 RTコンポーネント
 

型定義

using RTC::UniqueId = ExecutionContextHandle_t
 

列挙型

enum class  RTC::PreComponentActionListenerType : uint8_t {
  RTC::PRE_ON_INITIALIZE , RTC::PRE_ON_FINALIZE , RTC::PRE_ON_STARTUP , RTC::PRE_ON_SHUTDOWN ,
  RTC::PRE_ON_ACTIVATED , RTC::PRE_ON_DEACTIVATED , RTC::PRE_ON_ABORTING , RTC::PRE_ON_ERROR ,
  RTC::PRE_ON_RESET , RTC::PRE_ON_EXECUTE , RTC::PRE_ON_STATE_UPDATE , RTC::PRE_ON_RATE_CHANGED ,
  RTC::PRE_COMPONENT_ACTION_LISTENER_NUM
}
 PreComponentActionListener のタイプ [詳解]
 
enum class  RTC::PostComponentActionListenerType : uint8_t {
  RTC::POST_ON_INITIALIZE , RTC::POST_ON_FINALIZE , RTC::POST_ON_STARTUP , RTC::POST_ON_SHUTDOWN ,
  RTC::POST_ON_ACTIVATED , RTC::POST_ON_DEACTIVATED , RTC::POST_ON_ABORTING , RTC::POST_ON_ERROR ,
  RTC::POST_ON_RESET , RTC::POST_ON_EXECUTE , RTC::POST_ON_STATE_UPDATE , RTC::POST_ON_RATE_CHANGED ,
  RTC::POST_COMPONENT_ACTION_LISTENER_NUM
}
 PostCompoenntActionListener のタイプ [詳解]
 
enum class  RTC::PortActionListenerType : uint8_t { RTC::ADD_PORT , RTC::REMOVE_PORT , RTC::PORT_ACTION_LISTENER_NUM }
 PortActionListener のタイプ [詳解]
 
enum class  RTC::ExecutionContextActionListenerType : uint8_t { RTC::EC_ATTACHED , RTC::EC_DETACHED , RTC::EC_ACTION_LISTENER_NUM }
 ExecutionContextActionListener のタイプ [詳解]
 

詳解

component action listener class

日付
$Date$
著者
Noriaki Ando n-and.nosp@m.o@ai.nosp@m.st.go.nosp@m..jp

Copyright (C) 2011 Noriaki Ando Intelligent Systems Research Institute, National Institute of Advanced Industrial Science and Technology (AIST), Japan All rights reserved.

$Id$