OpenSDN source code
ifmap_xmpp.h File Reference
#include <boost/function.hpp>
#include <boost/system/error_code.hpp>
#include <tbb/atomic.h>
#include <map>
#include <string>
#include "base/queue_task.h"
#include "ifmap/ifmap_client.h"
#include "ifmap/ifmap_server.h"
#include "xmpp/xmpp_channel.h"
Include dependency graph for ifmap_xmpp.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ChannelEventInfo
 
class  IFMapXmppChannel
 
class  IFMapChannelManager
 
struct  IFMapChannelManager::ConfigTaskQueueEntry
 

Enumerations

enum  XCEvent { XCE_NOT_READY = 1 , XCE_VR_SUBSCRIBE = 2 , XCE_VM_SUBSCRIBE = 3 , XCE_VM_UNSUBSCRIBE = 4 }
 

Enumeration Type Documentation

◆ XCEvent

enum XCEvent
Enumerator
XCE_NOT_READY 
XCE_VR_SUBSCRIBE 
XCE_VM_SUBSCRIBE 
XCE_VM_UNSUBSCRIBE 

Definition at line 26 of file ifmap_xmpp.h.