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 --- 20.02/classarmnn_1_1profiling_1_1_counter.xhtml | 457 ++++++++++++++++++++++++ 1 file changed, 457 insertions(+) create mode 100644 20.02/classarmnn_1_1profiling_1_1_counter.xhtml (limited to '20.02/classarmnn_1_1profiling_1_1_counter.xhtml') diff --git a/20.02/classarmnn_1_1profiling_1_1_counter.xhtml b/20.02/classarmnn_1_1profiling_1_1_counter.xhtml new file mode 100644 index 0000000000..0bfd220092 --- /dev/null +++ b/20.02/classarmnn_1_1profiling_1_1_counter.xhtml @@ -0,0 +1,457 @@ + + + + + + + + + + + + + +ArmNN: Counter Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
Counter Class Referencefinal
+
+
+ +

#include <ICounterDirectory.hpp>

+ + + + +

+Public Member Functions

 Counter (BackendId backendId, uint16_t counterUid, uint16_t maxCounterUid, uint16_t counterClass, uint16_t interpolation, double multiplier, const std::string &name, const std::string &description, const std::string &units, uint16_t deviceUid, uint16_t counterSetUid)
 
+ + + + + + + + + + + + + + + + + + + + + + + +

+Public Attributes

BackendId m_BackendId
 
uint16_t m_Uid
 
uint16_t m_MaxCounterUid
 
uint16_t m_Class
 
uint16_t m_Interpolation
 
double m_Multiplier
 
std::string m_Name
 
std::string m_Description
 
std::string m_Units
 
uint16_t m_DeviceUid
 
uint16_t m_CounterSetUid
 
+

Detailed Description

+
+

Definition at line 95 of file ICounterDirectory.hpp.

+

Constructor & Destructor Documentation

+ +

◆ Counter()

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Counter (BackendId backendId,
uint16_t counterUid,
uint16_t maxCounterUid,
uint16_t counterClass,
uint16_t interpolation,
double multiplier,
const std::string & name,
const std::string & description,
const std::string & units,
uint16_t deviceUid,
uint16_t counterSetUid 
)
+
+inline
+
+ +

Definition at line 99 of file ICounterDirectory.hpp.

+
110  : m_BackendId(backendId)
111  , m_Uid(counterUid)
112  , m_MaxCounterUid(maxCounterUid)
113  , m_Class(counterClass)
114  , m_Interpolation(interpolation)
115  , m_Multiplier(multiplier)
116  , m_Name(name)
117  , m_Description(description)
118  , m_Units(units)
119  , m_DeviceUid(deviceUid)
120  , m_CounterSetUid(counterSetUid)
121  {}
+ + + + + + + + + + +
+
+
+

Member Data Documentation

+ +

◆ m_BackendId

+ +
+
+ + + + +
BackendId m_BackendId
+
+ +

Definition at line 124 of file ICounterDirectory.hpp.

+ +
+
+ +

◆ m_Class

+ +
+
+ + + + +
uint16_t m_Class
+
+ +

Definition at line 127 of file ICounterDirectory.hpp.

+ +

Referenced by BOOST_AUTO_TEST_CASE().

+ +
+
+ +

◆ m_CounterSetUid

+ +
+
+ + + + +
uint16_t m_CounterSetUid
+
+ +

Definition at line 136 of file ICounterDirectory.hpp.

+ +

Referenced by BOOST_AUTO_TEST_CASE().

+ +
+
+ +

◆ m_Description

+ +
+
+ + + + +
std::string m_Description
+
+ +

Definition at line 131 of file ICounterDirectory.hpp.

+ +

Referenced by BOOST_AUTO_TEST_CASE().

+ +
+
+ +

◆ m_DeviceUid

+ +
+
+ + + + +
uint16_t m_DeviceUid
+
+ +

Definition at line 135 of file ICounterDirectory.hpp.

+ +

Referenced by BOOST_AUTO_TEST_CASE().

+ +
+
+ +

◆ m_Interpolation

+ +
+
+ + + + +
uint16_t m_Interpolation
+
+ +

Definition at line 128 of file ICounterDirectory.hpp.

+ +

Referenced by BOOST_AUTO_TEST_CASE().

+ +
+
+ +

◆ m_MaxCounterUid

+ +
+
+ + + + +
uint16_t m_MaxCounterUid
+
+
+ +

◆ m_Multiplier

+ +
+
+ + + + +
double m_Multiplier
+
+ +

Definition at line 129 of file ICounterDirectory.hpp.

+ +

Referenced by BOOST_AUTO_TEST_CASE().

+ +
+
+ +

◆ m_Name

+ +
+
+ + + + +
std::string m_Name
+
+ +

Definition at line 130 of file ICounterDirectory.hpp.

+ +

Referenced by BOOST_AUTO_TEST_CASE(), and CounterDirectory::RegisterCounter().

+ +
+
+ +

◆ m_Uid

+ + + +

◆ m_Units

+ +
+
+ + + + +
std::string m_Units
+
+ +

Definition at line 132 of file ICounterDirectory.hpp.

+ +

Referenced by BOOST_AUTO_TEST_CASE().

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