From ef50dd62804d54af7da18d8bd8413c0dccd729b8 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Tue, 6 May 2003 02:36:40 +0000 Subject: "" svn path=/trunk/; revision=609 --- externals/grill/flext/source/flclass.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'externals/grill/flext/source/flclass.h') diff --git a/externals/grill/flext/source/flclass.h b/externals/grill/flext/source/flclass.h index fc0ff0f8..676cb4a9 100644 --- a/externals/grill/flext/source/flclass.h +++ b/externals/grill/flext/source/flclass.h @@ -35,6 +35,17 @@ WARRANTIES, see the file, "license.txt," in this distribution. // === flext_base ================================================== /*! \brief Flext message only base object + + This is the base class from which typical external object derive. + DSP objects should use the flext_dsp class which inherits from flext_base and + provides the needed functionality. + + For a valid external object class you would also need FLEXT_HEADER, also if it's only + a base class without instantiated objects again. + To make an instance of an object class you would typically use FLEXT_NEW or + its companions. + + See the flext_obj class for additional information. */ -- cgit v1.2.1