Zao SDK for Jetson / libzao-endpoint API リファレンス 1.5.0.0 (2024-09-25)
Loading...
Searching...
No Matches
Public Member Functions | List of all members
zao::endpoint::monitor::LineData Class Reference

RASCOW2 line データクラス. More...

#include <LineData.hpp>

Public Member Functions

 LineData () noexcept
 LineData オブジェクトをデフォルト構築する.
 
void SetLineData (const LineDataEntry &line_data) noexcept
 RASCOW2 Line データを LineDataEntry 構造体の動的配列に追加する.
 
std::vector< LineDataEntryGetLineData () const noexcept
 LineDataEntry 構造体の動的配列を取得する.
 
bool GetLineData (std::uint8_t number, LineDataEntry &line_data) const noexcept
 指定した回線番号の LineDataEntry 構造体を取得する.
 

Detailed Description

RASCOW2 line データクラス.

Member Function Documentation

◆ GetLineData()

bool zao::endpoint::monitor::LineData::GetLineData ( std::uint8_t  number,
LineDataEntry line_data 
) const
inlinenoexcept

指定した回線番号の LineDataEntry 構造体を取得する.

Parameters
number回線番号( 1 〜 )
line_dataLineDataEntry 構造体
Returns
ture(取得成功)/false(取得失敗)

◆ SetLineData()

void zao::endpoint::monitor::LineData::SetLineData ( const LineDataEntry line_data)
inlinenoexcept

RASCOW2 Line データを LineDataEntry 構造体の動的配列に追加する.

Parameters
line_dataRASCOW2 Line データオブジェクト

The documentation for this class was generated from the following file: