CSL
6.0
|
struct used for the JUCE pop-up menu of tests (see the test files) More...
#include <CSL_Types.h>
Public Attributes | |
const char * | name |
VoidFcnPtrN * | fcn |
const char * | comment |
struct used for the JUCE pop-up menu of tests (see the test files)
Definition at line 265 of file CSL_Types.h.
const char* csl::testStruct::name |
Definition at line 266 of file CSL_Types.h.
Referenced by dumpTestList(), and CSLComponent::setComboLabels().
VoidFcnPtrN* csl::testStruct::fcn |
Definition at line 267 of file CSL_Types.h.
Referenced by CSLComponent::startStop().
const char* csl::testStruct::comment |
Definition at line 268 of file CSL_Types.h.