From 6940dd720ebb6b3d1df8ca203ab696daefe58189 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Fri, 20 Mar 2020 12:25:56 +0000 Subject: renamed Documentation folder 20.02 and added .nojekyll file Signed-off-by: Jim Flynn --- ..._1_1profiling_1_1_command_handler_functor.xhtml | 328 +++++++++++++++++++++ 1 file changed, 328 insertions(+) create mode 100644 20.02/classarmnn_1_1profiling_1_1_command_handler_functor.xhtml (limited to '20.02/classarmnn_1_1profiling_1_1_command_handler_functor.xhtml') diff --git a/20.02/classarmnn_1_1profiling_1_1_command_handler_functor.xhtml b/20.02/classarmnn_1_1profiling_1_1_command_handler_functor.xhtml new file mode 100644 index 0000000000..52df22ac9a --- /dev/null +++ b/20.02/classarmnn_1_1profiling_1_1_command_handler_functor.xhtml @@ -0,0 +1,328 @@ + + + + + + + + + + + + + +ArmNN: CommandHandlerFunctor Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
CommandHandlerFunctor Class Referenceabstract
+
+
+ +

#include <CommandHandlerFunctor.hpp>

+
+Inheritance diagram for CommandHandlerFunctor:
+
+
+ + +PeriodicCounterCaptureCommandHandler +PeriodicCounterSelectionResponseHandler +StreamMetadataCommandHandler +ConnectionAcknowledgedCommandHandler +DirectoryCaptureCommandHandler +PeriodicCounterSelectionCommandHandler +PerJobCounterSelectionCommandHandler +RequestCounterDirectoryCommandHandler +TestFunctorA +TimelineCaptureCommandHandler +TimelineDirectoryCaptureCommandHandler + +
+ + + + + + + + + + + + + + +

+Public Member Functions

 CommandHandlerFunctor (uint32_t familyId, uint32_t packetId, uint32_t version)
 
uint32_t GetFamilyId () const
 
uint32_t GetPacketId () const
 
uint32_t GetVersion () const
 
virtual void operator() (const Packet &packet)=0
 
virtual ~CommandHandlerFunctor ()
 
+

Detailed Description

+
+

Definition at line 20 of file CommandHandlerFunctor.hpp.

+

Constructor & Destructor Documentation

+ +

◆ CommandHandlerFunctor()

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
CommandHandlerFunctor (uint32_t familyId,
uint32_t packetId,
uint32_t version 
)
+
+inline
+
+ +

Definition at line 23 of file CommandHandlerFunctor.hpp.

+ +

References CommandHandlerFunctor::GetFamilyId(), CommandHandlerFunctor::GetPacketId(), CommandHandlerFunctor::GetVersion(), and CommandHandlerFunctor::operator()().

+
24  : m_FamilyId(familyId),
25  m_PacketId(packetId)
26  , m_Version(version)
27  {}
+
+
+ +

◆ ~CommandHandlerFunctor()

+ +
+
+ + + + + +
+ + + + + + + +
virtual ~CommandHandlerFunctor ()
+
+inlinevirtual
+
+ +

Definition at line 35 of file CommandHandlerFunctor.hpp.

+
35 {}
+
+
+

Member Function Documentation

+ +

◆ GetFamilyId()

+ +
+
+ + + + + + + +
uint32_t GetFamilyId () const
+
+ +

Definition at line 14 of file CommandHandlerFunctor.cpp.

+ +

Referenced by BOOST_AUTO_TEST_CASE(), CommandHandlerFunctor::CommandHandlerFunctor(), and CommandHandlerRegistry::RegisterFunctor().

+
15 {
16  return m_FamilyId;
17 }
+
+
+ +

◆ GetPacketId()

+ +
+
+ + + + + + + +
uint32_t GetPacketId () const
+
+ +

Definition at line 19 of file CommandHandlerFunctor.cpp.

+ +

Referenced by BOOST_AUTO_TEST_CASE(), CommandHandlerFunctor::CommandHandlerFunctor(), and CommandHandlerRegistry::RegisterFunctor().

+
20 {
21  return m_PacketId;
22 }
+
+
+ +

◆ GetVersion()

+ +
+
+ + + + + + + +
uint32_t GetVersion () const
+
+ +

Definition at line 24 of file CommandHandlerFunctor.cpp.

+ +

Referenced by BOOST_AUTO_TEST_CASE(), CommandHandlerFunctor::CommandHandlerFunctor(), and CommandHandlerRegistry::RegisterFunctor().

+
25 {
26  return m_Version;
27 }
+
+
+ +

◆ operator()()

+ + +
The documentation for this class was generated from the following files: +
+
+ + + + -- cgit v1.2.1