Loading...
Searching...
No Matches
RemoveNodes.hpp
1#pragma once
2#include <Explorer/Commands/DeviceExplorerCommandFactory.hpp>
3
4#include <score/command/AggregateCommand.hpp>
5
6namespace Explorer
7{
8namespace Command
9{
11{
12 SCORE_COMMAND_DECL(
13 DeviceExplorerCommandFactoryName(), RemoveNodes, "Remove Explorer nodes")
14};
15}
16}
Definition RemoveNodes.hpp:11
Allows for grouping of multiple commands in a single one.
Definition AggregateCommand.hpp:15