OpenSDN source code
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ArpSandesh Class Reference

#include <services_sandesh.h>

Collaboration diagram for ArpSandesh:

Public Member Functions

 ArpSandesh (SandeshResponse *resp)
 
bool SetArpEntry (const ArpKey &key, const ArpEntry *entry)
 
void Response ()
 
void SetInterfaceArpStatsEntry (ArpProto::InterfaceArpMap::const_iterator &it, std::vector< InterfaceArpStats > &list)
 

Static Public Attributes

static const uint8_t entries_per_sandesh = 100
 

Private Member Functions

 DISALLOW_COPY_AND_ASSIGN (ArpSandesh)
 

Private Attributes

int iter_
 
SandeshResponseresp_
 

Detailed Description

Definition at line 75 of file services_sandesh.h.

Constructor & Destructor Documentation

ArpSandesh::ArpSandesh ( SandeshResponse resp)
inline

Definition at line 78 of file services_sandesh.h.

Member Function Documentation

ArpSandesh::DISALLOW_COPY_AND_ASSIGN ( ArpSandesh  )
private
void ArpSandesh::Response ( )
inline

Definition at line 80 of file services_sandesh.h.

Here is the call graph for this function:

bool ArpSandesh::SetArpEntry ( const ArpKey key,
const ArpEntry entry 
)

Definition at line 1321 of file services_sandesh.cc.

Here is the call graph for this function:

void ArpSandesh::SetInterfaceArpStatsEntry ( ArpProto::InterfaceArpMap::const_iterator &  it,
std::vector< InterfaceArpStats > &  list 
)

Definition at line 1363 of file services_sandesh.cc.

Member Data Documentation

const uint8_t ArpSandesh::entries_per_sandesh = 100
static

Definition at line 77 of file services_sandesh.h.

int ArpSandesh::iter_
private

Definition at line 86 of file services_sandesh.h.

SandeshResponse* ArpSandesh::resp_
private

Definition at line 87 of file services_sandesh.h.


The documentation for this class was generated from the following files: