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 --- ...classarmnn_1_1profiling_1_1_i_send_thread.xhtml | 240 +++++++++++++++++++++ 1 file changed, 240 insertions(+) create mode 100644 20.02/classarmnn_1_1profiling_1_1_i_send_thread.xhtml (limited to '20.02/classarmnn_1_1profiling_1_1_i_send_thread.xhtml') diff --git a/20.02/classarmnn_1_1profiling_1_1_i_send_thread.xhtml b/20.02/classarmnn_1_1profiling_1_1_i_send_thread.xhtml new file mode 100644 index 0000000000..3c01eecb79 --- /dev/null +++ b/20.02/classarmnn_1_1profiling_1_1_i_send_thread.xhtml @@ -0,0 +1,240 @@ + + + + + + + + + + + + + +ArmNN: ISendThread Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
ISendThread Class Referenceabstract
+
+
+ +

#include <ISendThread.hpp>

+
+Inheritance diagram for ISendThread:
+
+
+ + +SendThread + +
+ + + + + + + + + + +

+Public Member Functions

virtual ~ISendThread ()
 
virtual void Start (IProfilingConnection &profilingConnection)=0
 Start the thread. More...
 
virtual void Stop (bool rethrowSendThreadExceptions=true)=0
 Stop the thread. More...
 
+

Detailed Description

+
+

Definition at line 16 of file ISendThread.hpp.

+

Constructor & Destructor Documentation

+ +

◆ ~ISendThread()

+ +
+
+ + + + + +
+ + + + + + + +
virtual ~ISendThread ()
+
+inlinevirtual
+
+ +

Definition at line 19 of file ISendThread.hpp.

+ +

References ISendThread::Start(), and ISendThread::Stop().

+
19 {}
+
+
+

Member Function Documentation

+ +

◆ Start()

+ +
+
+ + + + + +
+ + + + + + + + +
virtual void Start (IProfilingConnectionprofilingConnection)
+
+pure virtual
+
+ +

Start the thread.

+ +

Implemented in SendThread.

+ +

Referenced by ISendThread::~ISendThread().

+ +
+
+ +

◆ Stop()

+ +
+
+ + + + + +
+ + + + + + + + +
virtual void Stop (bool rethrowSendThreadExceptions = true)
+
+pure virtual
+
+ +

Stop the thread.

+ +

Implemented in SendThread.

+ +

Referenced by ISendThread::~ISendThread().

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