RASCOW2 Line ステータス情報のフォーマット
More...
#include <LineState.hpp>
|
| | LineStateEntry () noexcept |
| | LineStateEntry オブジェクトをデフォルト構築する.
|
| |
| | LineStateEntry (std::uint8_t number, bool is_active) noexcept |
| | LineStateEntry オブジェクトを初期値付きで構築する.
|
| |
|
std::uint8_t | GetNumber () const noexcept |
| | Line 番号を取得する.
|
| |
| void | SetNumber (std::uint8_t number) noexcept |
| | Line 番号を設定する.
|
| |
|
bool | GetActive () const noexcept |
| | Active 状態を取得する.
|
| |
| void | SetActive (bool active) noexcept |
| | Line の Active 状態を設定する.
|
| |
RASCOW2 Line ステータス情報のフォーマット
◆ LineStateEntry() [1/2]
| zao::endpoint::monitor::LineStateEntry::LineStateEntry |
( |
| ) |
|
|
inlinenoexcept |
◆ LineStateEntry() [2/2]
| zao::endpoint::monitor::LineStateEntry::LineStateEntry |
( |
std::uint8_t |
number, |
|
|
bool |
is_active |
|
) |
| |
|
inlinenoexcept |
LineStateEntry オブジェクトを初期値付きで構築する.
- Parameters
-
| number | Line 番号 |
| is_active | Active 状態 |
◆ SetActive()
| void zao::endpoint::monitor::LineStateEntry::SetActive |
( |
bool |
active | ) |
|
|
inlinenoexcept |
Line の Active 状態を設定する.
- Parameters
-
◆ SetNumber()
| void zao::endpoint::monitor::LineStateEntry::SetNumber |
( |
std::uint8_t |
number | ) |
|
|
inlinenoexcept |
The documentation for this struct was generated from the following file:
- /home/jenkins/workspace/J2408.zao_sdk_jetson.build/zep_sdk/libzao-endpoint/include/zao/endpoint/monitor/LineState.hpp