AgentX++  2.0.5
Classes | Macros | Variables
agentx_queue.h File Reference
#include <agentx_pp/agentx_threads.h>
#include <agentx_pp/agentx_pdu.h>
#include <agent_pp/List.h>

Go to the source code of this file.

Classes

class  AgentXQueue
 

Macros

#define AGENTXPP_DECL_TEMPL_LIST_AGENTXPDU
 The AgentXQueue class holds pending AgentX requests.
 
#define AGENTXPP_DECL_TEMPL_LISTCURSOR_AGENTXPDU
 
#define AGENTXPP_DECL_TEMPL_ORDEREDLIST_AGENTXPDU
 
#define AGENTXPP_DECL_TEMPL_ORDEREDLISTCURSOR_AGENTXPDU
 

Variables

AGENTXPP_DECL_TEMPL template
class AGENTXPP_DECL 
List< AgentXPdu >
 
AGENTXPP_DECL_TEMPL template
class AGENTXPP_DECL 
ListCursor< AgentXPdu >
 
AGENTXPP_DECL_TEMPL template
class AGENTXPP_DECL 
OrderedList< AgentXPdu >
 
AGENTXPP_DECL_TEMPL template
class AGENTXPP_DECL 
OrderedListCursor< AgentXPdu >
 

Macro Definition Documentation

#define AGENTXPP_DECL_TEMPL_LIST_AGENTXPDU

The AgentXQueue class holds pending AgentX requests.

Requests that have a timestamp of 0 are supposed to not being sent yet. Thus, requests that have a timestamp value of 0, will be ignored when requests are being timed out.

Author
Frank Fock
Version
1.4.7
#define AGENTXPP_DECL_TEMPL_LISTCURSOR_AGENTXPDU
#define AGENTXPP_DECL_TEMPL_ORDEREDLIST_AGENTXPDU
#define AGENTXPP_DECL_TEMPL_ORDEREDLISTCURSOR_AGENTXPDU

Variable Documentation

AGENTXPP_DECL_TEMPL template class AGENTXPP_DECL ListCursor< AgentXPdu >
AGENTXPP_DECL_TEMPL template class AGENTXPP_DECL OrderedList< AgentXPdu >
AGENTXPP_DECL_TEMPL template class AGENTXPP_DECL OrderedListCursor< AgentXPdu >