Mads
Multi-Agent Distributed System
Loading...
Searching...
No Matches
Mads::Doctor::PluginLoadFacts Struct Reference

#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
 

Detailed Description

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.

Member Data Documentation

◆ driver_kind

std::string Mads::Doctor::PluginLoadFacts::driver_kind

Definition at line 103 of file doctor_checks.hpp.

◆ driver_name

std::string Mads::Doctor::PluginLoadFacts::driver_name

Definition at line 104 of file doctor_checks.hpp.

◆ error

std::string Mads::Doctor::PluginLoadFacts::error

Definition at line 106 of file doctor_checks.hpp.

◆ file_exists

bool Mads::Doctor::PluginLoadFacts::file_exists = false

Definition at line 101 of file doctor_checks.hpp.

◆ loaded

bool Mads::Doctor::PluginLoadFacts::loaded = false

Definition at line 102 of file doctor_checks.hpp.

◆ plugin_file

std::string Mads::Doctor::PluginLoadFacts::plugin_file

Definition at line 100 of file doctor_checks.hpp.

◆ protocol_version

int Mads::Doctor::PluginLoadFacts::protocol_version = -1

Definition at line 105 of file doctor_checks.hpp.


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