Fval2

Fval2 のヘッダファイル

Copyright (C) 2025 Yusuke Matsunaga All rights reserved.

Author

Yusuke Matsunaga (松永 裕介)

Enums

enum class Fval2 : std::uint8_t

故障値を表す列挙型

Values:

enumerator zero
enumerator one

Functions

inline bool is_sa0(Fval2 val)

0縮退故障のときに true を返す.

inline bool is_sa1(Fval2 val)

1縮退故障のときに true を返す.

inline bool is_rise_transition(Fval2 val)

0 -> 1 遷移故障の時に true を返す.

inline bool is_fall_transition(Fval2 val)

1 -> 0 遷移故障のときに true を返す.

inline bool operator==(Fval2 left, Val3 right)

Val3 との等価比較演算

inline bool operator!=(Fval2 left, Val3 right)
inline bool operator==(Val3 left, Fval2 right)
inline bool operator!=(Val3 left, Fval2 right)
inline std::ostream &operator<<(std::ostream &s, Fval2 val)

Fval2 のストリーム演算子