nl:: Weave:: Profiles:: DataManagement_Current:: GenericTraitCatalogImpl
#include <src/lib/profiles/data-management/Current/GenericTraitCatalogImpl.h>
הטמעה של Weave לממשק TraitCatalogBase עבור אוסף של מופעי נתוני מאפיינים שכוללים הפניה לאותו משאב.
סיכום
הוא מספק אחסון שמבוסס על מפה של C++ למופעים האלה.
ירושה
ירושה מ: nl::Weave::Profiles::DataManagement_Current::TraitCatalogBase< T >
פונקציות יצירת אובייקטים ופונקציות מחיקה של אובייקטים |
|
---|---|
GenericTraitCatalogImpl(void)
|
|
~GenericTraitCatalogImpl(void)
|
פונקציות ציבוריות |
|
---|---|
Add(const ResourceIdentifier & aResourceId, const uint64_t & aInstanceId, PropertyPathHandle basePathHandle, T *traitInstance, TraitDataHandle & aHandle)
|
|
AddressToHandle(TLV::TLVReader & aReader, TraitDataHandle & aHandle, SchemaVersionRange & aSchemaVersionRange) const
|
virtual WEAVE_ERROR
נתון קורא שממוקם במבנה Path::kCsTag_RootSection בנתיב WDM, מבצעים ניתוח של המבנה הזה ומחזירים את ה-handle התואם למאפיין.
|
Clear(void)
|
|
DispatchEvent(uint16_t aEvent, void *aContext) const
|
virtual WEAVE_ERROR
שליחת אירוע לכל המופעים של נתוני המאפיינים שנמצאים בקטלוג הזה.
|
GetInstanceId(TraitDataHandle aHandle, uint64_t & aInstanceId) const
|
virtual WEAVE_ERROR
|
GetResourceId(TraitDataHandle aHandle, ResourceIdentifier & aResourceId) const
|
virtual WEAVE_ERROR
|
HandleToAddress(TraitDataHandle aHandle, TLV::TLVWriter & aWriter, SchemaVersionRange & aSchemaVersionRange) const
|
virtual WEAVE_ERROR
נותנים למאפיין ה-handle ערך, ומזינים את TLV למבנה Path::kCsTag_RootSection.
|
Iterate(IteratorCallback aCallback, void *aContext)
|
virtual void
|
Locate(TraitDataHandle aHandle, T **aTraitInstance) const
|
virtual WEAVE_ERROR
קבלת הפנייה למופעי נתוני המאפיינים התואמים לפי שם המשתמש.
|
Locate(T *aTraitInstance, TraitDataHandle & aHandle) const
|
virtual WEAVE_ERROR
היפוך.
|
Locate(uint32_t aProfileId, uint64_t aInstanceId, ResourceIdentifier aResourceId, TraitDataHandle & aHandle) const
|
|
Locate(uint32_t aProfileId, uint64_t aInstanceId, ResourceIdentifier aResourceId, T **aTraitInstance) const
|
|
PrepareSubscriptionPathList(TraitPath *pathList, uint16_t pathListSize, uint16_t & pathListLen)
|
|
PrepareSubscriptionSpecificPathList(TraitPath *pathList, uint16_t pathListSize, TraitDataHandle aHandle)
|
|
Remove(T *traitInstance)
|
|
Remove(TraitDataHandle aHandle)
|
|
SetNodeId(uint64_t aNodeId)
|
void
|
Size(void) const
|
uint32_t
הפונקציה מחזירה את מספר המופעים של המאפיין בקטלוג.
|
פונקציות ציבוריות
הוספה
WEAVE_ERROR Add( const ResourceIdentifier & aResourceId, const uint64_t & aInstanceId, PropertyPathHandle basePathHandle, T *traitInstance, TraitDataHandle & aHandle )
AddressToHandle
virtual WEAVE_ERROR AddressToHandle( TLV::TLVReader & aReader, TraitDataHandle & aHandle, SchemaVersionRange & aSchemaVersionRange ) const
נתון קורא שממוקם במבנה Path::kCsTag_RootSection בנתיב WDM, מבצעים ניתוח של המבנה הזה ומחזירים את ה-handle התואם למאפיין.
ניקוי
WEAVE_ERROR Clear( void )
DispatchEvent
virtual WEAVE_ERROR DispatchEvent( uint16_t aEvent, void *aContext ) const
שליחת אירוע לכל המופעים של נתוני המאפיינים שנמצאים בקטלוג הזה.
GenericTraitCatalogImpl
GenericTraitCatalogImpl( void )
GetInstanceId
virtual WEAVE_ERROR GetInstanceId( TraitDataHandle aHandle, uint64_t & aInstanceId ) const
GetResourceId
virtual WEAVE_ERROR GetResourceId( TraitDataHandle aHandle, ResourceIdentifier & aResourceId ) const
HandleToAddress
virtual WEAVE_ERROR HandleToAddress( TraitDataHandle aHandle, TLV::TLVWriter & aWriter, SchemaVersionRange & aSchemaVersionRange ) const
נותנים למאפיין ה-handle ערך, ומזינים את TLV למבנה Path::kCsTag_RootSection.
מעבר חוזר
virtual void Iterate( IteratorCallback aCallback, void *aContext )
איתור
virtual WEAVE_ERROR Locate( TraitDataHandle aHandle, T **aTraitInstance ) const
קבלת הפנייה למופעי נתוני המאפיינים התואמים לפי שם המשתמש.
איתור
WEAVE_ERROR Locate( uint32_t aProfileId, uint64_t aInstanceId, ResourceIdentifier aResourceId, TraitDataHandle & aHandle ) const
איתור
WEAVE_ERROR Locate( uint32_t aProfileId, uint64_t aInstanceId, ResourceIdentifier aResourceId, T **aTraitInstance ) const
PrepareSubscriptionPathList
WEAVE_ERROR PrepareSubscriptionPathList( TraitPath *pathList, uint16_t pathListSize, uint16_t & pathListLen )
PrepareSubscriptionSpecificPathList
WEAVE_ERROR PrepareSubscriptionSpecificPathList( TraitPath *pathList, uint16_t pathListSize, TraitDataHandle aHandle )
הסרה
WEAVE_ERROR Remove( T *traitInstance )
הסרה
WEAVE_ERROR Remove( TraitDataHandle aHandle )
SetNodeId
void SetNodeId( uint64_t aNodeId )
גודל
uint32_t Size( void ) const
הפונקציה מחזירה את מספר המופעים של המאפיין בקטלוג.
~GenericTraitCatalogImpl
virtual ~GenericTraitCatalogImpl( void )