nl:: Weave:: DeviceLayer:: Internal:: GenericPlatformManagerImpl
#include <src/adaptations/device-layer/include/Weave/DeviceLayer/internal/GenericPlatformManagerImpl.h>
यह कई प्लैटफ़ॉर्म पर काम करने वाली PlatformManager सुविधाओं को लागू करने की सामान्य सुविधा उपलब्ध कराता है.
खास जानकारी
इस टेंप्लेट में PlatformManager ऐब्स्ट्रैक्ट इंटरफ़ेस की कुछ ऐसी सुविधाएं लागू की गई हैं जो सभी प्लैटफ़ॉर्म पर इस्तेमाल के लिए सही हैं. इसे PlatformManagerImpl क्लास से (सीधे तौर पर या किसी दूसरे तरीके से) इनहेरिट किया जाना चाहिए. यह क्लास टेंप्लेट के ImplClass पैरामीटर के तौर पर भी दिखती है.
इनहेरिटेंस
पहले से मालूम सब-क्लास:nl::Weave::DeviceLayer::Internal::GenericPlatformManagerImpl_FreeRTOS< PlatformManagerImpl >
nl::Weave::DeviceLayer::Internal::GenericPlatformManagerImpl_FreeRTOS< ImplClass >
सुरक्षित किए गए एट्रिब्यूट |
|
---|---|
mAppEventHandlerList
|
सुरक्षित फ़ंक्शन |
|
---|---|
DispatchEventToApplication(const WeaveDeviceEvent *event)
|
void
|
DispatchEventToDeviceLayer(const WeaveDeviceEvent *event)
|
void
|
DispatchEventToSystemLayer(const WeaveDeviceEvent *event)
|
void
|
_AddEventHandler(PlatformManager::EventHandlerFunct handler, intptr_t arg)
|
|
_DispatchEvent(const WeaveDeviceEvent *event)
|
void
|
_InitWeaveStack()
|
|
_RemoveEventHandler(PlatformManager::EventHandlerFunct handler, intptr_t arg)
|
void
|
_ScheduleWork(AsyncWorkFunct workFunct, intptr_t arg)
|
void
|
सुरक्षित किए गए स्टैटिक फ़ंक्शन |
|
---|---|
HandleMessageLayerActivityChanged(bool messageLayerIsActive)
|
void
|
HandleSessionEstablished(WeaveSecurityManager *sm, WeaveConnection *con, void *reqState, uint16_t sessionKeyId, uint64_t peerNodeId, uint8_t encType)
|
void
|
सुरक्षित किए गए एट्रिब्यूट
mAppEventHandlerList
AppEventHandler * mAppEventHandlerList
सुरक्षित फ़ंक्शन
DispatchEventToApplication
void DispatchEventToApplication( const WeaveDeviceEvent *event )
DispatchEventToDeviceLayer
void DispatchEventToDeviceLayer( const WeaveDeviceEvent *event )
DispatchEventToSystemLayer
void DispatchEventToSystemLayer( const WeaveDeviceEvent *event )
_AddEventHandler
WEAVE_ERROR _AddEventHandler( PlatformManager::EventHandlerFunct handler, intptr_t arg )
_DispatchEvent
void _DispatchEvent( const WeaveDeviceEvent *event )
_InitWeaveStack
WEAVE_ERROR _InitWeaveStack()
_RemoveEventHandler
void _RemoveEventHandler( PlatformManager::EventHandlerFunct handler, intptr_t arg )
_ScheduleWork
void _ScheduleWork( AsyncWorkFunct workFunct, intptr_t arg )
सुरक्षित किए गए स्टैटिक फ़ंक्शन
HandleMessageLayerActivityChanged
void HandleMessageLayerActivityChanged( bool messageLayerIsActive )
HandleSessionEstablished
void HandleSessionEstablished( WeaveSecurityManager *sm, WeaveConnection *con, void *reqState, uint16_t sessionKeyId, uint64_t peerNodeId, uint8_t encType )