OpenRTM-aist 2.0.2
Loading...
Searching...
No Matches
ComponentActionListener.h File Reference

component action listener class More...

#include <mutex>
#include <rtm/RTC.h>
#include <rtm/idl/RTCSkel.h>
#include <rtm/ConnectorBase.h>
#include <vector>
#include <utility>
#include <array>
Include dependency graph for ComponentActionListener.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RTC::PreComponentActionListener
 PreComponentActionListener class. More...
 
class  RTC::PostComponentActionListener
 PostComponentActionListener class. More...
 
class  RTC::PortActionListener
 PortActionListener class. More...
 
class  RTC::ExecutionContextActionListener
 ExecutionContextActionListener class. More...
 
class  RTC::PreComponentActionListenerHolder
 PreComponentActionListener holder class. More...
 
class  RTC::PostComponentActionListenerHolder
 PostComponentActionListener holder class. More...
 
class  RTC::PortActionListenerHolder
 PortActionListener holder class. More...
 
class  RTC::ExecutionContextActionListenerHolder
 ExecutionContextActionListener holder class. More...
 
class  RTC::ComponentActionListeners
 ComponentActionListeners class. More...
 

Namespaces

namespace  RTC
 RT-Component.
 

Typedefs

using RTC::UniqueId = ExecutionContextHandle_t
 

Enumerations

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
}
 The types of ConnectorDataListener. More...
 
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
}
 The types of ConnectorDataListener. More...
 
enum class  RTC::PortActionListenerType : uint8_t { RTC::ADD_PORT , RTC::REMOVE_PORT , RTC::PORT_ACTION_LISTENER_NUM }
 The types of PortActionListener. More...
 
enum class  RTC::ExecutionContextActionListenerType : uint8_t { RTC::EC_ATTACHED , RTC::EC_DETACHED , RTC::EC_ACTION_LISTENER_NUM }
 The types of ExecutionContextActionListener. More...
 

Detailed Description

component action listener class

Date
$Date$
Author
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$