操作
マニュアル #1867
完了setTimestamp のドキュメントを追加する
開始日:
2010/09/28
期日:
進捗率:
100%
予定工数:
説明
setTimestamp のドキュメントを追加する
操作
n-ando さんが約14年前に追加. 13年以上前に更新.
100%
説明
setTimestamp のドキュメントを追加する
以下のドキュメントを追加した。
/*! * @if jp * @brief データにタイムスタンプをセットする * * データポートのデータに対してタイムスタンプをセットする。データポート * のデータは構造体のメンバーとして tm.sec, tm.nsec を持つ必要がある。 * * @param data タイムスタンプをセットするデータ。実行後実行時のタイムス * タンプがセットされる * * @else * @brief Setting timestamp to data * * This function sets timestamp to data of data port. This data should * have tm.sec, tm.nsec as members of the structure. * * @param data Data to be set timestamp. After executing this * function, current timestamp is set to the data. * * @endif */