VendorSpecificContentManager class. More...
#include "vendor-specific-action.h"
Collaboration diagram for ns3::VendorSpecificContentManager:Public Member Functions | |
| VendorSpecificContentManager (void) | |
| virtual | ~VendorSpecificContentManager (void) |
| 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 204 of file vendor-specific-action.h.
|
private |
VSC callback typedef.
Definition at line 235 of file vendor-specific-action.h.
|
private |
VSC callback iterator typedef.
Definition at line 237 of file vendor-specific-action.h.
| ns3::VendorSpecificContentManager::VendorSpecificContentManager | ( | void | ) |
Definition at line 341 of file vendor-specific-action.cc.
References NS_LOG_FUNCTION.
|
virtual |
Definition at line 346 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 363 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 385 of file vendor-specific-action.cc.
References m_callbacks, and NS_LOG_FUNCTION.
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 370 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 352 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 239 of file vendor-specific-action.h.
Referenced by DeregisterVscCallback(), FindVscCallback(), IsVscCallbackRegistered(), and RegisterVscCallback().