Connection health check result. More...
#include <adapterBase.hpp>
Public Attributes | |
| bool | ok {false} |
| std::vector< std::string > | diagnostics |
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.
| std::vector<std::string> camcom::common::CheckResult::diagnostics |
| bool camcom::common::CheckResult::ok {false} |