PrevUpHomeNext

Function read_xml_interval_schedule

fd::read_xml_interval_schedule — Read a schedule from an xml stream, encoded in utf-8.

Synopsis

// In header: <fd/ptree_io_xml.h>


std::list< interval_schedule_definition > 
read_xml_interval_schedule(std::istream & is, 
                           const std::function< void(const boost::property_tree::ptree &, interval_schedule_data *)> & read_appdata = {});

Description

[Note] Note

The xml stream must conform to the xml schema as found in xml/scheduling-v3.xsd.


PrevUpHomeNext