gem5  v22.1.0.0
Public Types | Public Member Functions | Public Attributes | List of all members
gem5::ItsCommand::DispatchEntry Struct Reference

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
 

Detailed Description

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 477 of file gic_v3_its.hh.

Member Typedef Documentation

◆ ExecFn

Definition at line 479 of file gic_v3_its.hh.

Constructor & Destructor Documentation

◆ DispatchEntry()

gem5::ItsCommand::DispatchEntry::DispatchEntry ( std::string  _name,
ExecFn  _exec 
)
inline

Definition at line 481 of file gic_v3_its.hh.

Member Data Documentation

◆ exec

ExecFn gem5::ItsCommand::DispatchEntry::exec

Definition at line 486 of file gic_v3_its.hh.

◆ name

std::string gem5::ItsCommand::DispatchEntry::name

Definition at line 485 of file gic_v3_its.hh.


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

Generated on Wed Dec 21 2022 10:23:17 for gem5 by doxygen 1.9.1