From 7bfd38a721360183f3392f9ab35db18a0dd7fef8 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Fri, 19 Aug 2022 15:23:36 +0100 Subject: Update Doxygen for 22.08 Release Signed-off-by: Nikhil Raj Change-Id: I4789fe868e0492839be1482e5cee3642ed90d756 --- ...nn_1_1gatordmock_1_1_stub_command_handler.xhtml | 224 +++++++++++++++++++++ 1 file changed, 224 insertions(+) create mode 100644 22.08/classarmnn_1_1gatordmock_1_1_stub_command_handler.xhtml (limited to '22.08/classarmnn_1_1gatordmock_1_1_stub_command_handler.xhtml') diff --git a/22.08/classarmnn_1_1gatordmock_1_1_stub_command_handler.xhtml b/22.08/classarmnn_1_1gatordmock_1_1_stub_command_handler.xhtml new file mode 100644 index 0000000000..756cfefdcb --- /dev/null +++ b/22.08/classarmnn_1_1gatordmock_1_1_stub_command_handler.xhtml @@ -0,0 +1,224 @@ + + + + + + + + + + + + + +ArmNN: StubCommandHandler Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  22.08 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
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: +
+
+ + + + -- cgit v1.2.1