OpenRTM-aist-Python 1.1.2
|
OutPort class. [詳解]
クラス | |
class | OpenRTM_aist.OutPort.OutPort |
OutPort クラス [詳解] | |
class | OpenRTM_aist.OutPort.OutPort.subscribe |
関数 | |
def | OpenRTM_aist.OutPort.setTimestamp (data) |
データにタイムスタンプをセットする [詳解] | |
OutPort class.
Copyright (C) 2006-2008 Noriaki Ando Task-intelligence Research Group, Intelligent Systems Research Institute, National Institute of Advanced Industrial Science and Technology (AIST), Japan All rights reserved.
def OpenRTM_aist.OutPort.setTimestamp | ( | data | ) |
データにタイムスタンプをセットする
データポートのデータに対してタイムスタンプをセットする。データポート のデータは構造体のメンバーとして tm.sec, tm.nsec を持つ必要がある。
data | タイムスタンプをセットするデータ。実行後実行時のタイムス タンプがセットされる |
template <class datatype>=""> void setTimestamp(DataType& data)