Buffer status enum definition. More...
Go to the source code of this file.
Classes | |
class | RTC::BufferStatus |
BufferStatus mixin class. More... | |
Namespaces | |
RTC | |
RT-Component. | |
Macros | |
#define | BUFFERSTATUS_ENUM |
Importing RTC::BufferStatus macro. More... | |
Buffer status enum definition.
Copyright (C) 2009 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 BufferStatus.h.
#define BUFFERSTATUS_ENUM |
Importing RTC::BufferStatus macro.
This macro imports all the member of enum declared in RTC::BufferStatus into the current namespace. Inserting at the head of class declaration, classes which utilize BufferStatus can access Enum members of BufferStatus without using namespace resolve operator.
Definition at line 157 of file BufferStatus.h.