ADTF  3.18.3
object_info_intf.h File Reference

Copyright © Audi Electronics Venture GmbH. More...

Go to the source code of this file.

Classes

class  IObjectInfo
 The IObjectInfo interface provides methods for getting and setting class information. More...
 

Namespaces

 adtf
 Namespace for entire ADTF SDK.
 
 adtf::ucom
 Namespace for the ADTF uCOM3 SDK.
 
 adtf::ucom::ant
 Namespace for all functionality provided since v3.0.
 

Macros

#define ADTF_OBJECT_INFO_IMPL(_variable_)
 

Typedefs

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

Detailed Description

Copyright © Audi Electronics Venture GmbH.

All rights reserved

Definition in file object_info_intf.h.

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(); \
} \
const tChar * GetPtr() const
This function returns the current string as an array of characters (c-style)
Definition: string.h:467
string_base< cStackString > cString
cString implementation for a stack string which works on stack if string is lower than A_UTILS_DEFAUL...
Definition: string.h:2778

Definition at line 64 of file object_info_intf.h.