VendorSpecificContentManager class. More...
#include "vendor-specific-action.h"
Collaboration diagram for ns3::VendorSpecificContentManager:Public Member Functions | |
| VendorSpecificContentManager () | |
| virtual | ~VendorSpecificContentManager () |
| void | DeregisterVscCallback (OrganizationIdentifier &oi) |
| VscCallback | FindVscCallback (OrganizationIdentifier &oi) |
| bool | IsVscCallbackRegistered (OrganizationIdentifier &oi) |
| void | RegisterVscCallback (OrganizationIdentifier oi, VscCallback cb) |
Private Types | |
| typedef std::map< OrganizationIdentifier, VscCallback > | VscCallbacks |
| VSC callback typedef. More... | |
| typedef std::map< OrganizationIdentifier, VscCallback >::iterator | VscCallbacksI |
| VSC callback iterator typedef. More... | |
Private Attributes | |
| VscCallbacks | m_callbacks |
| VSC callbacks. More... | |
VendorSpecificContentManager class.
Definition at line 219 of file vendor-specific-action.h.
|
private |
VSC callback typedef.
Definition at line 250 of file vendor-specific-action.h.
|
private |
VSC callback iterator typedef.
Definition at line 252 of file vendor-specific-action.h.
| ns3::VendorSpecificContentManager::VendorSpecificContentManager | ( | ) |
Definition at line 347 of file vendor-specific-action.cc.
References NS_LOG_FUNCTION.
|
virtual |
Definition at line 352 of file vendor-specific-action.cc.
References NS_LOG_FUNCTION.
| void ns3::VendorSpecificContentManager::DeregisterVscCallback | ( | OrganizationIdentifier & | oi | ) |
| oi | the specific OrganizationIdentifier when receive management information by VendorSpecificAction management frame. |
Definition at line 369 of file vendor-specific-action.cc.
References m_callbacks, and NS_LOG_FUNCTION.
Referenced by ns3::OcbWifiMac::RemoveReceiveVscCallback().
Here is the caller graph for this function:| VscCallback ns3::VendorSpecificContentManager::FindVscCallback | ( | OrganizationIdentifier & | oi | ) |
| oi | the specific OrganizationIdentifier when receive management information by VendorSpecificAction management frame. |
Definition at line 395 of file vendor-specific-action.cc.
References m_callbacks, NS_LOG_FUNCTION, and ns3::null_callback.
Referenced by ns3::OcbWifiMac::Receive().
Here is the caller graph for this function:| bool ns3::VendorSpecificContentManager::IsVscCallbackRegistered | ( | OrganizationIdentifier & | oi | ) |
| oi | the specific OrganizationIdentifier when receive management information by VendorSpecificAction management frame. |
Definition at line 376 of file vendor-specific-action.cc.
References m_callbacks, NS_LOG_FUNCTION, and ns3::OrganizationIdentifiers.
Referenced by RegisterVscCallback().
Here is the caller graph for this function:| void ns3::VendorSpecificContentManager::RegisterVscCallback | ( | OrganizationIdentifier | oi, |
| VscCallback | cb | ||
| ) |
| oi | the specific OrganizationIdentifier when receive management information by VendorSpecificAction management frame. |
| cb | the receive callback when oi related management packets are received |
Definition at line 358 of file vendor-specific-action.cc.
References IsVscCallbackRegistered(), m_callbacks, NS_LOG_FUNCTION, and NS_LOG_WARN.
Referenced by ns3::OcbWifiMac::AddReceiveVscCallback().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
VSC callbacks.
Definition at line 254 of file vendor-specific-action.h.
Referenced by DeregisterVscCallback(), FindVscCallback(), IsVscCallbackRegistered(), and RegisterVscCallback().