Configuration related event listener classes. More...
#include <vector>
#include <coil/Properties.h>
#include <coil/Mutex.h>
#include <coil/Guard.h>
Go to the source code of this file.
Classes | |
class | RTC::ConfigurationListeners |
class | RTC::ConfigurationParamListener |
ConfigurationParamListener class. More... | |
class | RTC::ConfigurationParamListenerHolder |
ConfigurationParamListener holder class. More... | |
class | RTC::ConfigurationSetListener |
ConfigurationSetListener class. More... | |
class | RTC::ConfigurationSetListenerHolder |
ConfigurationSetListener holder class. More... | |
class | RTC::ConfigurationSetNameListener |
ConfigurationSetNameListener class. More... | |
class | RTC::ConfigurationSetNameListenerHolder |
ConfigurationSetNameListener holder class. More... | |
Namespaces | |
RTC | |
RT-Component. | |
Enumerations | |
enum | RTC::ConfigurationParamListenerType { RTC::ON_UPDATE_CONFIG_PARAM, RTC::CONFIG_PARAM_LISTENER_NUM } |
The types of ConnectorDataListener. More... | |
enum | RTC::ConfigurationSetListenerType { RTC::ON_SET_CONFIG_SET, RTC::ON_ADD_CONFIG_SET, RTC::CONFIG_SET_LISTENER_NUM } |
The types of ConfigurationSetListener. More... | |
enum | RTC::ConfigurationSetNameListenerType { RTC::ON_UPDATE_CONFIG_SET, RTC::ON_REMOVE_CONFIG_SET, RTC::ON_ACTIVATE_CONFIG_SET, RTC::CONFIG_SET_NAME_LISTENER_NUM } |
The types of ConfigurationSetNameListener. More... | |
Configuration related event listener classes.
Copyright (C) 2011 Noriaki Ando Intelligent Systems Research Institute, National Institute of Advanced Industrial Science and Technology (AIST), Japan All rights reserved.
$Id$
Definition in file ConfigurationListener.h.