ADTF
Loading...
Searching...
No Matches
object_info_intf.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  adtf::ucom::ant::IObjectInfo
 

Namespaces

namespace  adtf
 Namespace for all functionality provided by ADTF and its SDKs.
 
namespace  adtf::ucom
 Namespace for the ADTF uCOM SDK.
 
namespace  adtf::ucom::ant
 Namespace for all functionality of the ADTF UCOM SDK provided since v3.0.
 

Macros

#define ADTF_OBJECT_INFO_IMPL(_variable_)
 

Typedefs

using adtf::ucom::IObjectInfo = ant::IObjectInfo
 Alias always bringing the latest version of ant::IObjectInfo into scope.
 

Detailed Description

Copyright © Audi Electronics Venture GmbH. All rights reserved

Macro Definition Documentation

◆ ADTF_OBJECT_INFO_IMPL

#define ADTF_OBJECT_INFO_IMPL ( _variable_)
Value:
adtf::util::cString _variable_; \
void SetOID(const char* strOID) override \
{ \
_variable_ = strOID; \
} \
const char* GetOID() const override \
{ \
return _variable_.GetPtr(); \
} \