lacteApp
C++17 service for Lacte hardware
Loading...
Searching...
No Matches
BoardOnlineStatus Struct Reference

#include <AppRuntime.hpp>

Public Member Functions

 BoardOnlineStatus (const std::string_view name)
auto to_string () const noexcept -> std::string
auto operator== (const BoardOnlineStatus &other) const -> bool

Public Attributes

bool online {}

Static Public Attributes

static constexpr auto NAME = "board is online"sv

Detailed Description

Definition at line 40 of file AppRuntime.hpp.

Constructor & Destructor Documentation

◆ BoardOnlineStatus()

BoardOnlineStatus::BoardOnlineStatus ( const std::string_view name)
inlineexplicit

Definition at line 44 of file AppRuntime.hpp.

Here is the caller graph for this function:

Member Function Documentation

◆ operator==()

auto BoardOnlineStatus::operator== ( const BoardOnlineStatus & other) const -> bool
inline

Definition at line 55 of file AppRuntime.hpp.

Here is the call graph for this function:

◆ to_string()

auto BoardOnlineStatus::to_string ( ) const -> std::string
inlinenodiscardnoexcept

Definition at line 50 of file AppRuntime.hpp.

Member Data Documentation

◆ NAME

auto BoardOnlineStatus::NAME = "board is online"sv
staticconstexpr

Definition at line 41 of file AppRuntime.hpp.

◆ online

bool BoardOnlineStatus::online {}

Definition at line 42 of file AppRuntime.hpp.


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