nl:: Weave:: DeviceLayer:: Internal:: GenericThreadStackManagerImpl_OpenThread
#include <src/adaptations/device-layer/include/Weave/DeviceLayer/OpenThread/GenericThreadStackManagerImpl_OpenThread.h>
Bietet eine generische Implementierung von ThreadStackManager-Funktionen, die in Verbindung mit OpenThread funktioniert.
Zusammenfassung
Diese Klasse enthält Implementierungen ausgewählter Funktionen aus der abstrakten Schnittstelle ThreadStackManager, die für Geräte mit OpenThread geeignet sind. Es soll direkt oder indirekt von der Klasse ThreadStackManagerImpl übernommen werden, die auch als ImplClass-Parameter der Vorlage angezeigt wird.
Die Klasse ist so konzipiert, dass sie unabhängig von der Wahl des Hostbetriebssystems (z.B. RTOS oder posix) und Netzwerkstack (z.B. LwIP oder anderer IP-Stack) ist.
Übernahme
Direkte bekannte abgeleitete Klassen:nl::Weave::DeviceLayer::Internal::GenericThreadStackManagerImpl_OpenThread_LwIP< ThreadStackManagerImpl >
nl::Weave::DeviceLayer::Internal::GenericThreadStackManagerImpl_OpenThread_LwIP< ImplClass >
Öffentliche Funktionen |
|
---|---|
OTInstance() const
|
otInstance *
Gibt das zugrunde liegende OpenThread-Instanzobjekt zurück.
|
Öffentliche statische Funktionen |
|
---|---|
OnOpenThreadStateChange(uint32_t flags, void *context)
|
void
|
Öffentliche Funktionen
OTInstance
otInstance * OTInstance() const
Gibt das zugrunde liegende OpenThread-Instanzobjekt zurück.
Öffentliche statische Funktionen
OnOpenThreadStateChange
void OnOpenThreadStateChange( uint32_t flags, void *context )
Geschützte Funktionen
AdjustPollingInterval
WEAVE_ERROR AdjustPollingInterval( void )
DoInit
WEAVE_ERROR DoInit( otInstance *otInst )
IsThreadAttachedNoLock
bool IsThreadAttachedNoLock( void )
_ClearThreadProvision
void _ClearThreadProvision( void )
_GetAndLogThreadStatsCounters
WEAVE_ERROR _GetAndLogThreadStatsCounters( void )
_GetAndLogThreadTopologyFull
WEAVE_ERROR _GetAndLogThreadTopologyFull( void )
_GetAndLogThreadTopologyMinimal
WEAVE_ERROR _GetAndLogThreadTopologyMinimal( void )
_GetPrimary802154MAC-Adresse
WEAVE_ERROR _GetPrimary802154MACAddress( uint8_t *buf )
_GetThreadDeviceType
ConnectivityManager::ThreadDeviceType _GetThreadDeviceType( void )
_GetThreadPollingConfig
void _GetThreadPollingConfig( ConnectivityManager::ThreadPollingConfig & pollingConfig )
_GetThreadProvision
WEAVE_ERROR _GetThreadProvision( DeviceNetworkInfo & netInfo, bool includeCredentials )
_Vernetzung mit Mesh-WLAN
bool _HaveMeshConnectivity( void )
_HaveRouteToAddress
bool _HaveRouteToAddress( const IPAddress & destAddr )
_IsThreadAttached
bool _IsThreadAttached( void )
_IsThreadEnabled
bool _IsThreadEnabled( void )
_IsThreadProvisioned
bool _IsThreadProvisioned( void )
_OnMessageLayerActivityChanged
void _OnMessageLayerActivityChanged( bool messageLayerIsActive )
_OnPlatformEvent
void _OnPlatformEvent( const WeaveDeviceEvent *event )
_OnWoBLEAdvertisingStart
void _OnWoBLEAdvertisingStart( void )
_OnWoBLEAdvertisingStop
void _OnWoBLEAdvertisingStop( void )
_ProcessThreadActivity
void _ProcessThreadActivity( void )
_SetThreadDeviceType
WEAVE_ERROR _SetThreadDeviceType( ConnectivityManager::ThreadDeviceType deviceType )
_SetThreadEnabled
WEAVE_ERROR _SetThreadEnabled( bool val )
_SetThreadPollingConfig
WEAVE_ERROR _SetThreadPollingConfig( const ConnectivityManager::ThreadPollingConfig & pollingConfig )