AI Watch A1
Multi-person 3D skeleton detection using Intel RealSense and OpenPose with Kafka support.
Managers
OutputManagers
OutputManager.cpp
Go to the documentation of this file.
1
//
2
// OutputManager.cpp
3
// AI Watch A1
4
//
5
// Created by Denny Caruso on 23/07/22.
6
//
7
8
// License: Apache 2.0. See LICENSE file in root directory.
9
// Copyright(c) 2022. All Rights Reserved.
10
11
#include "
OutputManager.hpp
"
12
13
14
15
void
OutputManager::setStringOutputData
(std::string stringOutputData) {
16
this->stringOutputData =
stringOutputData
;
17
}
18
19
std::string
OutputManager::getStringOutputData
(
void
) {
20
return
this->
stringOutputData
;
21
}
OutputManager.hpp
OutputManager::setStringOutputData
void setStringOutputData(std::string stringOutputData)
Set the output file's content.
Definition:
OutputManager.cpp:15
OutputManager::getStringOutputData
std::string getStringOutputData(void)
Get the output file's content.
Definition:
OutputManager.cpp:19
OutputManager::stringOutputData
std::string stringOutputData
Output file's content.
Definition:
OutputManager.hpp:37
Generated by
1.9.4