The contents of this legacy page are no longer maintained nor supported, and are made available only for historical purposes.


CflowdCollector Documentation

CflowdCollector


[ libCfd | Source | Keywords | Summary | Ancestors | All Members | Descendants ]

Quick Index

DESCRIPTION

Class Summary

class CflowdCollector

{

public:
CflowdCollector();
~CflowdCollector();
ipv4addr_t IpAddress() const;
ipv4addr_t IpAddress(ipv4addr_t ipAddr);
uint8_t AuthType() const;
uint8_t AuthType(uint8_t authType);
protected:
}; // CflowdCollector

Back to the top of CflowdCollector


DESCRIPTION


---------------------------------------------------------------------------
class CflowdCollector
---------------------------------------------------------------------------
This class abstracts a central collector for cflowd (corresponding to a COLLECTOR stanza in cflowd.conf).
---------------------------------------------------------------------------

Back to the top of CflowdCollector


CflowdCollector();


-------------------------------------------------------------------------
CflowdCollector()
.........................................................................
constructor
-------------------------------------------------------------------------

  CflowdCollector();

Back to the top of CflowdCollector


~CflowdCollector();


-------------------------------------------------------------------------
~CflowdCollector()
.........................................................................
destructor
-------------------------------------------------------------------------

  ~CflowdCollector();

Back to the top of CflowdCollector


ipv4addr_t IpAddress() const;


-------------------------------------------------------------------------
ipv4addr_t IpAddress() const
.........................................................................
Returns the IP address of the collector (corresponding to the HOST setting in the COLLECTOR stanza in cflowd.conf).
-------------------------------------------------------------------------

  ipv4addr_t IpAddress() const;

Back to the top of CflowdCollector


ipv4addr_t IpAddress(ipv4addr_t ipAddr);


-------------------------------------------------------------------------
ipv4addr_t IpAddress(ipv4addr_t ipAddr)
.........................................................................
Sets and returns the IP address of the collector.
-------------------------------------------------------------------------

  ipv4addr_t IpAddress(ipv4addr_t ipAddr);

Back to the top of CflowdCollector


uint8_t AuthType() const;


-------------------------------------------------------------------------
uint8_t AuthType() const
.........................................................................
Returns the authorization type we'll use for the collector. Currently this is unused.
-------------------------------------------------------------------------

  uint8_t AuthType() const;

Back to the top of CflowdCollector


uint8_t AuthType(uint8_t authType);


-------------------------------------------------------------------------
uint8_t AuthType(uint8_t authType)
.........................................................................
Sets and returns the authorization type we'll use for the collector. Currently this is unused.
-------------------------------------------------------------------------

  uint8_t AuthType(uint8_t authType);

Back to the top of CflowdCollector


All Members

public:
ipv4addr_t IpAddress() const;
ipv4addr_t IpAddress(ipv4addr_t ipAddr);
uint8_t AuthType() const;
uint8_t AuthType(uint8_t authType);
protected:

Back to the top of CflowdCollector


Ancestors

Class does not inherit from any other class.

Back to the top of CflowdCollector


Descendants

Class is not inherited by any others.

Back to the top of CflowdCollector


Generated from source by the Cocoon utilities on Tue Sep 22 04:08:52 1998 .

Report problems to jkotula@unimax.com

Related Objects

See https://catalog.caida.org/software/cflowd/ to explore related objects to this document in the CAIDA Resource Catalog.