OpenSDN source code
|
#include <test_xml_packet.h>
Public Member Functions | |
AgentUtXmlPktParseValidate (const std::string &name, const pugi::xml_node &node) | |
virtual | ~AgentUtXmlPktParseValidate () |
virtual bool | ReadXml () |
virtual bool | Validate () |
virtual const std::string | ToString () |
virtual uint32_t | wait_count () |
bool | Validate (PktHandler::PktModuleName type, PktInfo *info) |
![]() | |
AgentUtXmlValidationNode (const std::string &name, const pugi::xml_node &node) | |
virtual | ~AgentUtXmlValidationNode () |
bool | ReadCmnXml () |
const std::string & | name () const |
uint16_t | id () const |
bool | delete_marked () const |
bool | present () const |
const pugi::xml_node & | node () const |
virtual uint32_t | wait_count () const |
virtual uint32_t | sleep_time () const |
Private Attributes | |
AgentUtXmlPacketUtils | pkt_ |
Definition at line 92 of file test_xml_packet.h.
AgentUtXmlPktParseValidate::AgentUtXmlPktParseValidate | ( | const std::string & | name, |
const pugi::xml_node & | node | ||
) |
Definition at line 341 of file test_xml_packet.cc.
|
virtual |
Definition at line 346 of file test_xml_packet.cc.
|
virtual |
Implements AgentUtXmlValidationNode.
Definition at line 349 of file test_xml_packet.cc.
|
virtual |
Implements AgentUtXmlValidationNode.
Definition at line 353 of file test_xml_packet.cc.
|
virtual |
Implements AgentUtXmlValidationNode.
Definition at line 396 of file test_xml_packet.cc.
bool AgentUtXmlPktParseValidate::Validate | ( | PktHandler::PktModuleName | type, |
PktInfo * | info | ||
) |
|
inlinevirtual |
Definition at line 101 of file test_xml_packet.h.
|
private |
Definition at line 105 of file test_xml_packet.h.