Represents an unconnected pin that does nothing.
More...
#include <cPin.hpp>
|
| constexpr void | write (bool b) |
| | does nothing (no-op)
|
| |
| constexpr void | high () |
| | does nothing (no-op)
|
| |
| constexpr void | low () |
| | does nothing (no-op)
|
| |
| constexpr void | dir (bool b) |
| | does nothing (no-op)
|
| |
| constexpr void | input () |
| | does nothing (no-op)
|
| |
| constexpr void | output () |
| | does nothing (no-op)
|
| |
| constexpr bool | read () |
| | always returns false
|
| |
| constexpr bool | is_high () |
| | always returns false
|
| |
| constexpr bool | is_low () |
| | always returns true
|
| |
Represents an unconnected pin that does nothing.
◆ dir()
| void fiber::VoidPin::dir |
( |
bool | b | ) |
|
|
inlineconstexpr |
◆ high()
| void fiber::VoidPin::high |
( |
| ) |
|
|
inlineconstexpr |
◆ input()
| void fiber::VoidPin::input |
( |
| ) |
|
|
inlineconstexpr |
◆ is_high()
| bool fiber::VoidPin::is_high |
( |
| ) |
|
|
inlinenodiscardconstexpr |
◆ is_low()
| bool fiber::VoidPin::is_low |
( |
| ) |
|
|
inlinenodiscardconstexpr |
◆ low()
| void fiber::VoidPin::low |
( |
| ) |
|
|
inlineconstexpr |
◆ output()
| void fiber::VoidPin::output |
( |
| ) |
|
|
inlineconstexpr |
◆ read()
| bool fiber::VoidPin::read |
( |
| ) |
|
|
inlinenodiscardconstexpr |
◆ write()
| void fiber::VoidPin::write |
( |
bool | b | ) |
|
|
inlineconstexpr |
The documentation for this class was generated from the following file: