|
ADTF
|
Namespace for all functionality of the ADTF Remote SDK provided since v3.22. More...
Classes | |
| class | IFileSystem |
| class | ISampleStreamTracer |
Functions | |
| 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 follw th format defined in stream_type_to_json. | |
Namespace for all functionality of the ADTF Remote SDK provided since v3.22.
| tResult adtf::remote::wolverine::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 follw th format defined in stream_type_to_json.
| pType | The object pointer for resulting streamtype on success |
| strJson | The json string to read |
| ERR_NOERROR | success |
| tResult adtf::remote::wolverine::stream_type_to_json | ( | adtf::base::IString && | strJson, |
| const adtf::streaming::IStreamType & | oType ) |
Serializes the streamtype to a json string in format like: das.
| strJson | The result json string |
| oType | The type to serialize |
| ERR_NOERROR | success |