Zao SDK for Jetson / libzep API Reference
|
Format of RASCOW2 Line status information. More...
#include <LineInfo.hpp>
Public Member Functions | |
LineInfoEntry () noexcept | |
Construct a LineInfoEntry object by default. | |
LineInfoEntry (const std::uint8_t number, const line_status_t status) noexcept | |
LineInfoEntry object with initial values. | |
LineInfoEntry () noexcept | |
LineInfoEntry オブジェクトをデフォルト構築する。 | |
LineInfoEntry (const std::uint8_t number, const line_status_t status) noexcept | |
LineInfoEntry オブジェクトを初期値付きで構築する。 | |
std::uint8_t | GetNumber () const noexcept |
Line番号を取得する。 | |
void | SetNumber (std::uint8_t number) noexcept |
Line番号を設定する。 | |
line_status_t | GetStatus () const noexcept |
Lineステータスを取得する。 | |
void | SetStatus (line_status_t status) noexcept |
Lineステータスを設定する。 | |
Format of RASCOW2 Line status information.
RASCOW2 Lineステータス情報のフォーマット
|
inlinenoexcept |
Construct a LineInfoEntry object by default.
|
inlinenoexcept |
LineInfoEntry object with initial values.
Construct an
number | Initial value of Line number |
status | Initial value of Line status |
|
inlinenoexcept |
LineInfoEntry オブジェクトをデフォルト構築する。
|
inlinenoexcept |
LineInfoEntry オブジェクトを初期値付きで構築する。
number | Line番号の初期値 |
status | Lineステータスの初期値 |
|
inlinenoexcept |
Line番号を設定する。
number | Line番号設定値 |
|
inlinenoexcept |
Lineステータスを設定する。
status | Lineステータス設定値 |