Go to the source code of this file.
Namespaces | |
namespace | RTM |
Typedefs | |
typedef short | RtmRes |
Return value of standard RTComponent operation. | |
typedef sequence< NamedValue > | NVList |
named value structure sequence | |
Variables | |
const RtmRes | RTM_OK = 0 |
The operation has returned normally. | |
const RtmRes | RTM_ERR = 1 |
The operation has returned with error. | |
const RtmRes | RTM_WARNING = 2 |
The operation has returned with fatal error. | |
const RtmRes | RTM_FATAL_ERR = 4 |
The operation has returned with fatal error. |
Copyright (C) 2003-2005 Task-intelligence Research Group, Intelligent Systems Research Institute, National Institute of Advanced Industrial Science and Technology (AIST), Japan
Intelligent Mechanism Technology Laboratory, Technology Fusion Laboratory, Matsushita Electric Works, Ltd
All rights reserved.
|
named value structure sequence This sequence store named value |
|
Return value of standard RTComponent operation. If operation have no specific return value, operation will return RtmRes type return value. RtmRes have the following pre-defined values: RTM_OK , RTM_ERR , RTM_WARNING , RTM_FATAL_ERR. const RtmRes RTM_OK = 0; const RtmRes RTM_ERR = 1; const RtmRes RTM_WARNING = 2; const RtmRes RTM_FATAL_ERR = 4; |
|
The operation has returned with error.
|
|
The operation has returned with fatal error.
|
|
The operation has returned normally.
|
|
The operation has returned with fatal error.
|