PostComponentActionListener クラス. [詳細]
#include <ComponentActionListener.h>
Public メソッド | |
virtual | ~PostComponentActionListener () |
デストラクタ | |
virtual void | operator() (UniqueId ec_id, ReturnCode_t ret)=0 |
仮想コールバック関数 | |
Static Public メソッド | |
static const char * | toString (PostComponentActionListenerType type) |
PostComponentActionListenerType を文字列に変換. |
PostComponentActionListener クラス.
OMG RTC仕様で定義されている以下のコンポーネントアクショントについ て、
各アクションに対応するユーザーコードが呼ばれる直前のタイミング でコールされるリスなクラスの基底クラス。
virtual RTC::PostComponentActionListener::~PostComponentActionListener | ( | ) | [virtual] |
デストラクタ
virtual void RTC::PostComponentActionListener::operator() | ( | UniqueId | ec_id, | |
ReturnCode_t | ret | |||
) | [pure virtual] |
仮想コールバック関数
PostComponentActionListener のコールバック関数
static const char* RTC::PostComponentActionListener::toString | ( | PostComponentActionListenerType | type | ) | [inline, static] |
PostComponentActionListenerType を文字列に変換.
PostComponentActionListenerType を文字列に変換する
type | 変換対象 PostComponentActionListenerType |