ADTF  3.18.2
IInfoabstract

Basic Info interface can be added to the InfoMap. More...

Inheritance diagram for IInfo:
[legend]

Public Member Functions

virtual ~IInfo ()=default
 virtual DTOR for IInfo object
 
virtual uint8_t getInfoType () const =0
 Get the Info Type ID. More...
 

Detailed Description

Basic Info interface can be added to the InfoMap.

Definition at line 35 of file infomodel_base.h.

Member Function Documentation

◆ getInfoType()

virtual uint8_t getInfoType ( ) const
pure virtual

Get the Info Type ID.

Returns
uint8_t the Type ID

Implemented in Info< INFO_T >, Info< TypeInfo >, Info< ValidationServiceInfo >, Info< ValidationInfo >, and Info< ElementTypeInfo >.