/* -*- mode: c++ -*- */
/**
 \page FrameCPPCInterface The C interface to FrameCPP library

 This interface has been developed to allow for C based applications
 to benifit from the the FrameCPP library.
 The interface has been designed to catch all exceptions raised
 at the C++ layer and translate them into a C error structure.
 This allows the C application to be built and linked with only
 a C compiler.

 The detailed documentation can be reference at @ref CInterface .

 <TABLE>
   <TR>
     <TH>
	<CENTER>Classification</CENTER>
     </TH>
     <TH>
	<CENTER>Desription</CENTER>
     </TH>
   </TR>
   <TR>
     <TD>
	\ref CInterfaceFrChan FrChan
     </TD>
     <TD>
	Collection of functions for manipulating channel structures.
     </TD>
   </TR>
 </TABLE>

*/

