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 --- ...n_1_1profiling_1_1_i_profiling_connection.xhtml | 313 --------------------- 1 file changed, 313 deletions(-) delete mode 100644 Documentation/classarmnn_1_1profiling_1_1_i_profiling_connection.xhtml (limited to 'Documentation/classarmnn_1_1profiling_1_1_i_profiling_connection.xhtml') diff --git a/Documentation/classarmnn_1_1profiling_1_1_i_profiling_connection.xhtml b/Documentation/classarmnn_1_1profiling_1_1_i_profiling_connection.xhtml deleted file mode 100644 index d213ce5888..0000000000 --- a/Documentation/classarmnn_1_1profiling_1_1_i_profiling_connection.xhtml +++ /dev/null @@ -1,313 +0,0 @@ - - - - - - - - - - - - - -ArmNN: IProfilingConnection Class Reference - - - - - - - - - - - - - - - - -
-
- - - - ArmNN - - - -
-
-  20.02 -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
IProfilingConnection Class Referenceabstract
-
-
- -

#include <IProfilingConnection.hpp>

-
-Inheritance diagram for IProfilingConnection:
-
-
- - -FileOnlyProfilingConnection -MockProfilingConnection -ProfilingConnectionDumpToFileDecorator -SocketProfilingConnection -TestProfilingConnectionBase -TestProfilingConnectionArmnnError -TestProfilingConnectionBadAckPacket -TestProfilingConnectionTimeoutError - -
- - - - - - - - - - - - -

-Public Member Functions

virtual ~IProfilingConnection ()
 
virtual bool IsOpen () const =0
 
virtual void Close ()=0
 
virtual bool WritePacket (const unsigned char *buffer, uint32_t length)=0
 
virtual Packet ReadPacket (uint32_t timeout)=0
 
-

Detailed Description

-
-

Definition at line 18 of file IProfilingConnection.hpp.

-

Constructor & Destructor Documentation

- -

◆ ~IProfilingConnection()

- -
-
- - - - - -
- - - - - - - -
virtual ~IProfilingConnection ()
-
-inlinevirtual
-
-
-

Member Function Documentation

- -

◆ Close()

- -
-
- - - - - -
- - - - - - - -
virtual void Close ()
-
-pure virtual
-
-
- -

◆ IsOpen()

- - - -

◆ ReadPacket()

- - - -

◆ WritePacket()

- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - -
virtual bool WritePacket (const unsigned char * buffer,
uint32_t length 
)
-
-pure virtual
-
-
-
The documentation for this class was generated from the following file: -
-
- - - - -- cgit v1.2.1