ADTF
Loading...
Searching...
No Matches
adtf_streamtype_json.h
Go to the documentation of this file.
1
7#pragma once
8
10
11namespace adtf
12{
13namespace remote
14{
15namespace wolverine
16{
39
50 const adtf::base::IString& strJson);
51
52}
55}
56}
A_UTILS_NS::cResult tResult
For backwards compatibility and to bring latest version into scope.
Definition result.h:736
Definition string_intf.h:29
Defines access methods for the interface of a Stream Type.
Definition streamtype_intf.h:96
Namespace for all functionality of the ADTF Remote SDK provided since v3.22.
Definition adtf_remote_filesystem_intf.h:50
tResult stream_type_to_json(adtf::base::IString &&strJson, const adtf::streaming::IStreamType &oType)
Serializes the streamtype to a json string in format like: das.
tResult stream_type_from_json(adtf::ucom::iobject_ptr< adtf::streaming::IStreamType > &pType, const adtf::base::IString &strJson)
Reads a json string and creates the corresponding streamtype and it properties. The json string must ...
Namespace for the ADTF Remote SDK.
Definition adtf_client_connector.h:16
ant::iobject_ptr< T > iobject_ptr
Alias always bringing the latest version of ant::iobject_ptr into scope.
Definition object_ptr_intf.h:437
Namespace for all functionality provided by ADTF and its SDKs.
Definition adtf_client_connector.h:14