From a983e4699082a0b1ef685bab7354f2ad9cd37a44 Mon Sep 17 00:00:00 2001 From: Colm Donelan Date: Wed, 20 May 2020 16:12:19 +0100 Subject: Updating Doxygen documentation for 20.05 release. Change-Id: I4d624343ed5fd6ae269c3d53532903084508fd14 Signed-off-by: Colm Donelan --- 20.05/_command_file_parser_8hpp_source.xhtml | 118 +++++++++++++++++++++++++++ 1 file changed, 118 insertions(+) create mode 100644 20.05/_command_file_parser_8hpp_source.xhtml (limited to '20.05/_command_file_parser_8hpp_source.xhtml') diff --git a/20.05/_command_file_parser_8hpp_source.xhtml b/20.05/_command_file_parser_8hpp_source.xhtml new file mode 100644 index 0000000000..dbc018b45d --- /dev/null +++ b/20.05/_command_file_parser_8hpp_source.xhtml @@ -0,0 +1,118 @@ + + + + + + + + + + + + + +ArmNN: tests/profiling/gatordmock/CommandFileParser.hpp Source File + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.05 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
CommandFileParser.hpp
+
+
+Go to the documentation of this file.
1 //
2 // Copyright © 2019 Arm Ltd. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 
6 #pragma once
7 
8 #include "GatordMockService.hpp"
9 #include <string>
10 
11 namespace armnn
12 {
13 
14 namespace gatordmock
15 {
16 
17 /// This class parses a command file for the GatordMockService. The file contains one command per line.
18 /// Valid commands are: SET and WAIT.
19 ///
20 /// SET: Will construct and send a PeriodicCounterSelection packet to enable a set of counters.
21 /// WAIT: Will pause for a set period of time to allow for data to be received.
23 {
24 public:
25  void ParseFile(std::string CommandFile, GatordMockService& mockService);
26 };
27 
28 } // namespace gatordmock
29 } // namespace armnn
void ParseFile(std::string CommandFile, GatordMockService &mockService)
+ +
Copyright (c) 2020 ARM Limited.
+
A class that implements a Mock Gatord server.
+
This class parses a command file for the GatordMockService.
+
+
+ + + + -- cgit v1.2.1