Copyright (c) 2013, Pleora Technologies Inc., All rights reserved.

===================
ConfigurationReader
===================

This sample code illustrates how to use the ConfigurationReader and ConfigurationWriter classes.

1. Introduction

Using the ConfigurationWriter class, this sample shows how to:
 * Store different kind of configuration to a pvxml file
 * Store a device configuration
 * Store a stream configuration
 * Store a string information

Using the ConfigurationReader class, this sample shows how to:
 * Open and restore device and stream configuration
 * Restore the string information

2. Prerequisites

This sample assumes that:
 * You have a GigE Vision Device connected to a network adapter or an USB3 Vision device connected to a USB3 interface.

3. Description

3.1 ConfigurationReader.cpp

Shows how to use the ConfigurationReader and ConfigurationWriter classes. Please refer to the comments in the source code for information on the methods used in this sample.


