gem5  v21.0.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Static Public Attributes | Protected Attributes | List of all members
SCMI::Protocol Class Referenceabstract

#include <scmi_protocols.hh>

Inheritance diagram for SCMI::Protocol:
SCMI::BaseProtocol

Public Member Functions

 Protocol (Platform &_platform)
 
virtual ~Protocol ()
 
virtual void handleMessage (Message &msg)=0
 
virtual void version (Message &msg)=0
 
virtual void attributes (Message &msg)=0
 
virtual void messageAttributes (Message &msg)=0
 
const std::string name () const
 

Static Public Attributes

static const uint32_t MAX_STRING_SIZE = 15
 

Protected Attributes

Platformplatform
 

Detailed Description

Definition at line 65 of file scmi_protocols.hh.

Constructor & Destructor Documentation

◆ Protocol()

SCMI::Protocol::Protocol ( Platform _platform)
inline

Definition at line 73 of file scmi_protocols.hh.

◆ ~Protocol()

virtual SCMI::Protocol::~Protocol ( )
inlinevirtual

Definition at line 77 of file scmi_protocols.hh.

Member Function Documentation

◆ attributes()

virtual void SCMI::Protocol::attributes ( Message msg)
pure virtual

Implemented in SCMI::BaseProtocol.

◆ handleMessage()

virtual void SCMI::Protocol::handleMessage ( Message msg)
pure virtual

Implemented in SCMI::BaseProtocol.

Referenced by SCMI::Platform::handleMessage().

◆ messageAttributes()

virtual void SCMI::Protocol::messageAttributes ( Message msg)
pure virtual

Implemented in SCMI::BaseProtocol.

◆ name()

const std::string Protocol::name ( ) const

Definition at line 46 of file scmi_protocols.cc.

References SimObject::name(), and platform.

◆ version()

virtual void SCMI::Protocol::version ( Message msg)
pure virtual

Implemented in SCMI::BaseProtocol.

Member Data Documentation

◆ MAX_STRING_SIZE

const uint32_t SCMI::Protocol::MAX_STRING_SIZE = 15
static

◆ platform

Platform& SCMI::Protocol::platform
protected

The documentation for this class was generated from the following files:

Generated on Tue Mar 23 2021 19:42:05 for gem5 by doxygen 1.8.17