OOoRTCs  0.6
 全て クラス ファイル 関数
Public メソッド | Public 変数
クラス DataBaseOutPut.DataBaseOutPut

すべてのメンバ一覧

Public メソッド

def __init__
 constructor
def ConfigUpdate
 コンフィギュレーションパラメータが変更されたときに呼び出される関数
def onInitialize
 The initialize action (on CREATED->ALIVE transition) formaer rtc_init_entry()
def onActivated
 The activated action (Active state entry action) former rtc_active_entry()
def onExecute
 The execution action that is invoked periodically former rtc_active_do()

Public 変数

 DataBase_Name
 Table_Name
 row_out
 row_in
 OutPortDataType
 InPortDataType
 conditional
 currentOutPortDataType
 currentInPortDataType
 DSName

コンストラクタとデストラクタ

def DataBaseOutPut.DataBaseOutPut.__init__ (   self,
  manager 
)

constructor

引数:
self
managerManeger Object

メソッド

def DataBaseOutPut.DataBaseOutPut.ConfigUpdate (   self)

コンフィギュレーションパラメータが変更されたときに呼び出される関数

引数:
self
def DataBaseOutPut.DataBaseOutPut.onActivated (   self,
  ec_id 
)

The activated action (Active state entry action) former rtc_active_entry()

引数:
ec_idtarget ExecutionContext Id
戻り値:
RTC::ReturnCode_t
def DataBaseOutPut.DataBaseOutPut.onExecute (   self,
  ec_id 
)

The execution action that is invoked periodically former rtc_active_do()

引数:
ec_idtarget ExecutionContext Id
戻り値:
RTC::ReturnCode_t
def DataBaseOutPut.DataBaseOutPut.onInitialize (   self)

The initialize action (on CREATED->ALIVE transition) formaer rtc_init_entry()

戻り値:
RTC::ReturnCode_t

このクラスの説明は次のファイルから生成されました: