Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement dynamic modules #156

Merged
merged 15 commits into from
Dec 9, 2021
Merged

implement dynamic modules #156

merged 15 commits into from
Dec 9, 2021

Conversation

weyrick
Copy link
Member

@weyrick weyrick commented Dec 6, 2021

add Dynamic Module support. adds --module-list, --module-load, and --module-dir command line options, plus a sample dynamic Mock Handler module.

@weyrick weyrick requested a review from a user December 9, 2021 20:33
{

_logger = spdlog::get("visor");
if (!_logger) {
_logger = spdlog::stderr_color_mt("visor");
}

// inputs
_input_manager = std::make_unique<InputStreamManager>();
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only a question: is this module dynamically loaded? If so, I didn't get how it is created before it os loaded @weyrick

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no, this one is static and part of core code

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh ok, nice

@weyrick weyrick merged commit b1561f1 into develop Dec 9, 2021
@weyrick weyrick deleted the feature/dyn-mock-handler branch December 9, 2021 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant