Lines Matching full:command
1 #include "command/payload_cmds.hpp"
2 #include "command/sol_cmds.hpp"
9 namespace command namespace
14 static const ::command::CmdDetails commands[] = { in registerCommands()
20 // Activate Payload Command in registerCommands()
22 static_cast<uint16_t>(::command::NetFns::APP) | 0x48}, in registerCommands()
26 // Deactivate Payload Command in registerCommands()
28 static_cast<uint16_t>(::command::NetFns::APP) | 0x49}, in registerCommands()
34 static_cast<uint16_t>(::command::NetFns::APP) | 0x4A}, in registerCommands()
38 // Get Payload Instance Info Command in registerCommands()
40 static_cast<uint16_t>(::command::NetFns::APP) | 0x4B}, in registerCommands()
48 ::command::Table::get().registerCommand( in registerCommands()
49 iter.command, in registerCommands()
50 std::make_unique<::command::NetIpmidEntry>( in registerCommands()
51 iter.command, iter.functor, iter.privilege, iter.sessionless)); in registerCommands()
55 } // namespace command