DataPortStatus class. More...
#include <vector>
Go to the source code of this file.
Classes | |
class | RTC::DataPortStatus |
DataPortStatus mixin class. More... | |
Namespaces | |
RTC | |
RT-Component. | |
Macros | |
#define | DATAPORTSTATUS_ENUM |
Importing RTC::DataPortStatus macro. More... | |
Typedefs | |
typedef std::vector< DataPortStatus::Enum > | RTC::DataPortStatusList |
DataPortStatus class.
Copyright (C) 2009-2010 Noriaki Ando Task-intelligence Research Group, Intelligent Systems Research Institute, National Institute of Advanced Industrial Science and Technology (AIST), Japan All rights reserved.
$Id$
Definition in file DataPortStatus.h.
#define DATAPORTSTATUS_ENUM |
Importing RTC::DataPortStatus macro.
This macro imports all the member of enum declared in RTC::DataPortStatus into the current namespace. Inserting at the head of class declaration, classes which utilize DataPortStatus can access Enum members of DataPortStatus without using namespace resolve operator.
Definition at line 233 of file DataPortStatus.h.