options for DummyClientFace More...
#include <ndn-cxx/util/dummy-client-face.hpp>
Public Member Functions | |
Options (bool enablePacketLogging, bool enableRegistrationReply, const std::function< void(time::milliseconds)> &processEventsOverride) | |
Options (bool enablePacketLogging, bool enableRegistrationReply) | |
Options () | |
Public Attributes | |
bool | enablePacketLogging |
if true, packets sent out of DummyClientFace will be appended to a container More... | |
bool | enableRegistrationReply |
if true, prefix registration command will be automatically replied with a successful response More... | |
std::function< void(time::milliseconds)> | processEventsOverride |
if not empty, face.processEvents() will be overridden by this function More... | |
options for DummyClientFace
Definition at line 39 of file dummy-client-face.hpp.
|
inline |
Definition at line 42 of file dummy-client-face.hpp.
|
inline |
Definition at line 50 of file dummy-client-face.hpp.
|
inline |
Definition at line 55 of file dummy-client-face.hpp.
bool ndn::util::DummyClientFace::Options::enablePacketLogging |
if true, packets sent out of DummyClientFace will be appended to a container
Definition at line 63 of file dummy-client-face.hpp.
bool ndn::util::DummyClientFace::Options::enableRegistrationReply |
if true, prefix registration command will be automatically replied with a successful response
Definition at line 68 of file dummy-client-face.hpp.
std::function<void(time::milliseconds)> ndn::util::DummyClientFace::Options::processEventsOverride |
if not empty, face.processEvents() will be overridden by this function
Definition at line 72 of file dummy-client-face.hpp.