camcom 1.0.0-pre2
 
Loading...
Searching...
No Matches
camcom::common::CheckResult Struct Reference

Connection health check result. More...

#include <adapterBase.hpp>

Public Attributes

bool ok {false}
 
std::vector< std::string > diagnostics
 

Detailed Description

Connection health check result.

Returned by AdapterBase::CheckConnection(). ok==true means the adapter believes the link is healthy and diagnostics is expected to be empty; ok==false means the link is degraded or down and diagnostics carries one or more human-readable reasons.

Member Data Documentation

◆ diagnostics

std::vector<std::string> camcom::common::CheckResult::diagnostics

◆ ok

bool camcom::common::CheckResult::ok {false}

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