#include <vector>
ネームスペース | |
namespace | RTC |
構成 | |
class | RTC::DataPortStatus |
DataPortStatus mixin クラス [詳細] | |
マクロ定義 | |
#define | DATAPORTSTATUS_ENUM |
型定義 | |
typedef std::vector < DataPortStatus::Enum > | RTC::DataPortStatusList |
$Id$
#define DATAPORTSTATUS_ENUM |
値:
typedef ::RTC::DataPortStatus::Enum ReturnCode; \ using ::RTC::DataPortStatus::PORT_OK; \ using ::RTC::DataPortStatus::PORT_ERROR; \ using ::RTC::DataPortStatus::BUFFER_FULL; \ using ::RTC::DataPortStatus::BUFFER_EMPTY; \ using ::RTC::DataPortStatus::BUFFER_TIMEOUT; \ using ::RTC::DataPortStatus::SEND_FULL; \ using ::RTC::DataPortStatus::SEND_TIMEOUT; \ using ::RTC::DataPortStatus::RECV_EMPTY; \ using ::RTC::DataPortStatus::RECV_TIMEOUT; \ using ::RTC::DataPortStatus::INVALID_ARGS; \ using ::RTC::DataPortStatus::PRECONDITION_NOT_MET; \ using ::RTC::DataPortStatus::CONNECTION_LOST; \ using ::RTC::DataPortStatus::UNKNOWN_ERROR;