/* -*- mode: c++ -*- */
//-----------------------------------------------------------------------
/**
 * \mainpage FrameCPP Library
 *
 * @anchor LDASToolsFrameCPP
 *
 * The FrameCPP library is intended to allow easy reading and writing of
 * frame streams.
 * The library currently implements
 * <I>Specification of a Common Data Frame Format for Interferometric Gravitational Wave Detectors</I>
 * as referenced by DCC numbers LIGO-T970130-B-E through LIGO-T9670130-v1.
 * Several interfaces are defined allowing developers to read and write frames using
 * one of several languages.
 * There are also utility programs allowing for basic frame generation, inspection, validation
 * and correction.
 *
 * \section user_sec Users
 *
 * This package provides the following command line tools.
 * 
 *  \li \ref CommandFramecppCompressor
 *  \li \ref CommandFramecppDumpChannel
 *  \li \ref CommandFramecppDumpObjects
 *  \li \ref CommandFramecppDumpToc
 *  \li \ref CommandFramecppFixMetadata
 *  \li \ref CommandFramecppQuery
 *  \li \ref CommandFramecppSample
 *  \li \ref CommandFramecppVerify
 *  \li \ref CommandFramecppChecksum
 *
 * \section devel_sec Developers
 *
 * \li \ref FrameCPPCPlusPlusInterface
 * \li \ref FrameCPPCInterface
 * \li \ref FrameCPPPythonInterface
 *
 */
//-----------------------------------------------------------------------
