#include <config.h>#include <cppunit/extensions/HelperMacros.h>#include <cppunit/Asserter.h>#include "Asserts.h"#include "CCAENV1x90.h"#include "CCAENV1x90Data.h"#include "DesignByContract.h"#include <unistd.h>Go to the source code of this file.
Classes | |
| class | ReadTests |
Functions | |
| CPPUNIT_TEST_SUITE_REGISTRATION (ReadTests) | |
Variables | |
| long | ModuleBase |
| static const CCAENV1x90::HitMax | hitcode [] |
| static const int | hitwords [] |
| static const int | nHitvalues = sizeof(hitwords)/sizeof(int) |
| CPPUNIT_TEST_SUITE_REGISTRATION | ( | ReadTests | ) |
const CCAENV1x90::HitMax hitcode[] [static] |
Initial value:
{
CCAENV1x90::HITS_1,
CCAENV1x90::HITS_2,
CCAENV1x90::HITS_4,
CCAENV1x90::HITS_8,
CCAENV1x90::HITS_16,
CCAENV1x90::HITS_32,
CCAENV1x90::HITS_64,
CCAENV1x90::HITS_128
}
Definition at line 100 of file 1x90ReadTests.cpp.
Referenced by ReadTests::TestReadHeaders(), and ReadTests::TestReadNoHeaders().
const int hitwords[] [static] |
Initial value:
{
1,2,4,8,16,32,64,128
}
Definition at line 110 of file 1x90ReadTests.cpp.
Referenced by ReadTests::TestReadHeaders(), and ReadTests::TestReadNoHeaders().
| long ModuleBase |
Definition at line 11 of file 1x90TestRunner.cpp.
const int nHitvalues = sizeof(hitwords)/sizeof(int) [static] |
Definition at line 114 of file 1x90ReadTests.cpp.
Referenced by ReadTests::TestReadHeaders(), and ReadTests::TestReadNoHeaders().
1.5.1