ArmNN
 21.02
StubCommandHandler Class Reference

#include <StubCommandHandler.hpp>

Inheritance diagram for StubCommandHandler:

Public Member Functions

 StubCommandHandler (uint32_t familyId, uint32_t packetId, uint32_t version)
 
void operator() (const arm::pipe::Packet &packet) override
 

Detailed Description

Definition at line 18 of file StubCommandHandler.hpp.

Constructor & Destructor Documentation

◆ StubCommandHandler()

StubCommandHandler ( uint32_t  familyId,
uint32_t  packetId,
uint32_t  version 
)
inline
Parameters
packetIdThe id of packets this handler will process.
versionThe version of that id.

Definition at line 27 of file StubCommandHandler.hpp.

30  : CommandHandlerFunctor(familyId, packetId, version)
31  {}

Member Function Documentation

◆ operator()()

void operator() ( const arm::pipe::Packet &  packet)
inlineoverride

Definition at line 33 of file StubCommandHandler.hpp.

References armnn::IgnoreUnused().

34  {
35  //No op
37  }
void IgnoreUnused(Ts &&...)

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