From 4840dfb7543d66652dc11c5ff39c8f5c1e2f9370 Mon Sep 17 00:00:00 2001 From: Ryan OShea Date: Tue, 25 Aug 2020 12:35:58 +0100 Subject: Updating Doxygen Documentation for 20.08 release Signed-off-by: Ryan OShea Change-Id: I605409f8720de5353feceb161b39f8a5f0598180 --- ...assarmnn_1_1profiling_1_1_i_packet_buffer.xhtml | 300 +++++++++++++++++++++ 1 file changed, 300 insertions(+) create mode 100644 20.08/classarmnn_1_1profiling_1_1_i_packet_buffer.xhtml (limited to '20.08/classarmnn_1_1profiling_1_1_i_packet_buffer.xhtml') diff --git a/20.08/classarmnn_1_1profiling_1_1_i_packet_buffer.xhtml b/20.08/classarmnn_1_1profiling_1_1_i_packet_buffer.xhtml new file mode 100644 index 0000000000..1fa3a562ad --- /dev/null +++ b/20.08/classarmnn_1_1profiling_1_1_i_packet_buffer.xhtml @@ -0,0 +1,300 @@ + + + + + + + + + + + + + +ArmNN: IPacketBuffer Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.08 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
IPacketBuffer Class Referenceabstract
+
+
+ +

#include <IPacketBuffer.hpp>

+
+Inheritance diagram for IPacketBuffer:
+
+
+ + +IReadOnlyPacketBuffer +MockPacketBuffer +PacketBuffer + +
+ + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

virtual ~IPacketBuffer ()
 
virtual void Commit (unsigned int size)=0
 
virtual void Release ()=0
 
virtual unsigned char * GetWritableData ()=0
 
virtual void Destroy ()=0
 release the memory held and reset internal point to null. More...
 
- Public Member Functions inherited from IReadOnlyPacketBuffer
virtual ~IReadOnlyPacketBuffer ()
 
virtual const unsigned char * GetReadableData () const =0
 
virtual unsigned int GetSize () const =0
 
virtual void MarkRead ()=0
 
+

Detailed Description

+
+

Definition at line 28 of file IPacketBuffer.hpp.

+

Constructor & Destructor Documentation

+ +

◆ ~IPacketBuffer()

+ +
+
+ + + + + +
+ + + + + + + +
virtual ~IPacketBuffer ()
+
+inlinevirtual
+
+ +

Definition at line 31 of file IPacketBuffer.hpp.

+
31 {}
+
+
+

Member Function Documentation

+ +

◆ Commit()

+ +
+
+ + + + + +
+ + + + + + + + +
virtual void Commit (unsigned int size)
+
+pure virtual
+
+ +

Implemented in MockPacketBuffer, and PacketBuffer.

+ +
+
+ +

◆ Destroy()

+ +
+
+ + + + + +
+ + + + + + + +
virtual void Destroy ()
+
+pure virtual
+
+ +

release the memory held and reset internal point to null.

+

After this function is invoked the PacketBuffer is unusable.

+ +

Implemented in MockPacketBuffer, and PacketBuffer.

+ +
+
+ +

◆ GetWritableData()

+ +
+
+ + + + + +
+ + + + + + + +
virtual unsigned char* GetWritableData ()
+
+pure virtual
+
+ +

Implemented in MockPacketBuffer, and PacketBuffer.

+ +
+
+ +

◆ Release()

+ +
+
+ + + + + +
+ + + + + + + +
virtual void Release ()
+
+pure virtual
+
+ +

Implemented in MockPacketBuffer, and PacketBuffer.

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