esp8266ndn
NDN Arduino library for ESP8266 and more
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Public Member Functions | Protected Attributes | List of all members
ndnph::SegmentProducerBase Class Reference

#include <segment-producer.hpp>

Inherits ndnph::PacketHandler.

Inherited by ndnph::BasicSegmentProducer< SegmentConvention, regionCap >.

Classes

struct  Options
 

Public Member Functions

 SegmentProducerBase (Face &face, Options opts)
 Constructor. More...
 
 SegmentProducerBase (Face &face)
 
void setContent (Name prefix, const uint8_t *content, size_t size)
 Set or change served content. More...
 
- Public Member Functions inherited from ndnph::PacketHandler
 PacketHandler ()=default
 Construct without adding to Face. More...
 
 PacketHandler (Face &face, int8_t prio=0)
 Construct and add handler to Face. More...
 

Protected Attributes

Options m_opts
 
Name m_prefix
 
uint64_t m_lastSegment = 0
 
const uint8_t * m_content = nullptr
 
size_t m_size = 0
 

Additional Inherited Members

- Public Types inherited from ndnph::PacketHandler
using PacketInfo = Face::PacketInfo
 
- Protected Member Functions inherited from ndnph::PacketHandler
virtual ~PacketHandler ()
 Remove handler from Face. More...
 
FacegetFace () const
 
const PacketInfogetCurrentPacketInfo () const
 Retrieve information about current processing packet. More...
 
template<typename Packet >
bool send (Region &region, const Packet &packet, PacketInfo pi={})
 Synchronously transmit a packet. More...
 
template<typename Packet , typename... PacketInfoModifier>
bool send (Region &region, const Packet &packet, const PacketInfoModifier &... pim)
 Synchronously transmit a packet. More...
 
template<typename Packet , typename... Arg, typename = typename std::enable_if< !std::is_base_of<Region, typename std::decay<Packet>::type>::value>::type>
bool send (const Packet &packet, Arg &&... arg)
 Synchronously transmit a packet. More...
 
template<typename... Arg>
bool reply (Arg &&... arg)
 Synchronously transmit a packet in reply to current processing packet. More...
 

Constructor & Destructor Documentation

◆ SegmentProducerBase() [1/2]

ndnph::SegmentProducerBase::SegmentProducerBase ( Face face,
Options  opts 
)
inlineexplicit

Constructor.

Parameters
faceface for communication.
optsoptions.

◆ SegmentProducerBase() [2/2]

ndnph::SegmentProducerBase::SegmentProducerBase ( Face face)
inlineexplicit

Member Function Documentation

◆ setContent()

void ndnph::SegmentProducerBase::setContent ( Name  prefix,
const uint8_t *  content,
size_t  size 
)
inline

Set or change served content.

Parameters
prefixname prefix. This should end with version component, if desired.
contentcontent pointer.
sizecontent size.
Note
All arguments must be kept alive until setContent() is called again.

Member Data Documentation

◆ m_content

const uint8_t* ndnph::SegmentProducerBase::m_content = nullptr
protected

◆ m_lastSegment

uint64_t ndnph::SegmentProducerBase::m_lastSegment = 0
protected

◆ m_opts

Options ndnph::SegmentProducerBase::m_opts
protected

◆ m_prefix

Name ndnph::SegmentProducerBase::m_prefix
protected

◆ m_size

size_t ndnph::SegmentProducerBase::m_size = 0
protected

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