From de36e4a9c299028e792c3a5bd99ad0816d806077 Mon Sep 17 00:00:00 2001 From: Ryan OShea Date: Fri, 13 Mar 2020 16:26:19 +0000 Subject: IVGCVSW-3726 Upload ArmNN Doxygen files * Upload current ArmNN Doxygen files Signed-off-by: Ryan OShea Change-Id: I8989ed16ee40a99a4495b100bd009cf3e24a7285 --- .../classarmnn_1_1profiling_1_1_i_consumer.html | 190 +++++++++++++++++++++ 1 file changed, 190 insertions(+) create mode 100644 Documentation/classarmnn_1_1profiling_1_1_i_consumer.html (limited to 'Documentation/classarmnn_1_1profiling_1_1_i_consumer.html') diff --git a/Documentation/classarmnn_1_1profiling_1_1_i_consumer.html b/Documentation/classarmnn_1_1profiling_1_1_i_consumer.html new file mode 100644 index 0000000000..85ae1e2f39 --- /dev/null +++ b/Documentation/classarmnn_1_1profiling_1_1_i_consumer.html @@ -0,0 +1,190 @@ + + + + + + + +ArmNN: IConsumer Class Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
ArmNN +  NotReleased +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
IConsumer Class Referenceabstract
+
+
+ +

#include <IConsumer.hpp>

+
+Inheritance diagram for IConsumer:
+
+
+ + +SendThread + +
+ + + + + + + +

+Public Member Functions

virtual ~IConsumer ()
 
virtual void SetReadyToRead ()=0
 Set a "ready to read" flag in the buffer to notify the reading thread to start reading it. More...
 
+

Detailed Description

+
+

Definition at line 14 of file IConsumer.hpp.

+

Constructor & Destructor Documentation

+ +

◆ ~IConsumer()

+ +
+
+ + + + + +
+ + + + + + + +
virtual ~IConsumer ()
+
+inlinevirtual
+
+ +

Definition at line 17 of file IConsumer.hpp.

+ +

References IConsumer::SetReadyToRead().

+
17 {}
+
+
+

Member Function Documentation

+ +

◆ SetReadyToRead()

+ +
+
+ + + + + +
+ + + + + + + +
virtual void SetReadyToRead ()
+
+pure virtual
+
+ +

Set a "ready to read" flag in the buffer to notify the reading thread to start reading it.

+ +

Implemented in SendThread.

+ +

Referenced by BufferManager::FlushReadList(), and IConsumer::~IConsumer().

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