gem5
v20.1.0.0
|
Dispatch entry is a metadata struct which contains information about the command (like the name) and the function object implementing the command. More...
#include <gic_v3_its.hh>
Public Types | |
using | ExecFn = std::function< void(ItsCommand *, Yield &, CommandEntry &)> |
Public Member Functions | |
DispatchEntry (std::string _name, ExecFn _exec) | |
Public Attributes | |
std::string | name |
ExecFn | exec |
Dispatch entry is a metadata struct which contains information about the command (like the name) and the function object implementing the command.
Definition at line 467 of file gic_v3_its.hh.
using ItsCommand::DispatchEntry::ExecFn = std::function<void(ItsCommand*, Yield&, CommandEntry&)> |
Definition at line 469 of file gic_v3_its.hh.
|
inline |
Definition at line 471 of file gic_v3_its.hh.
ExecFn ItsCommand::DispatchEntry::exec |
Definition at line 476 of file gic_v3_its.hh.
std::string ItsCommand::DispatchEntry::name |
Definition at line 475 of file gic_v3_its.hh.