![]() |
Mads
Multi-Agent Distributed System
|
#include <doctor_checks.hpp>
Public Attributes | |
| std::string | plugin_file |
| bool | file_exists = false |
| bool | loaded = false |
| std::string | driver_kind |
| std::string | driver_name |
| int | protocol_version = -1 |
| std::string | error |
Facts collected by src/main/doctor.cpp's pugg::Kernel dry-run load (see the file-level comment above for why the loading itself lives there).
Definition at line 99 of file doctor_checks.hpp.
| std::string Mads::Doctor::PluginLoadFacts::driver_kind |
Definition at line 103 of file doctor_checks.hpp.
| std::string Mads::Doctor::PluginLoadFacts::driver_name |
Definition at line 104 of file doctor_checks.hpp.
| std::string Mads::Doctor::PluginLoadFacts::error |
Definition at line 106 of file doctor_checks.hpp.
| bool Mads::Doctor::PluginLoadFacts::file_exists = false |
Definition at line 101 of file doctor_checks.hpp.
| bool Mads::Doctor::PluginLoadFacts::loaded = false |
Definition at line 102 of file doctor_checks.hpp.
| std::string Mads::Doctor::PluginLoadFacts::plugin_file |
Definition at line 100 of file doctor_checks.hpp.
| int Mads::Doctor::PluginLoadFacts::protocol_version = -1 |
Definition at line 105 of file doctor_checks.hpp.