ADTF
Loading...
Searching...
No Matches
report.h
Go to the documentation of this file.
1
7
8#pragma once
9
12#include <json/value.h>
13#include <iostream>
14#include <string>
15
16namespace adtf
17{
18namespace system
19{
20
25std::string create_report();
26
31void create_report(std::ostream& oStream);
32
39Json::Value create_resolved_macros(const std::vector<tResolvedMacro>& oResolvedMacros);
40
41}
42}
Namespace for the ADTF System SDK.
Definition adtf_service.h:14
std::string create_report()
Json::Value create_resolved_macros(const std::vector< tResolvedMacro > &oResolvedMacros)
Namespace for all functionality provided by ADTF and its SDKs.
Definition adtf_client_connector.h:14