![]() |
ChimeraTK-DeviceAccess 03.25.00
|
#include <boost/test/unit_test.hpp>#include "Exception.h"#include "helperFunctions.h"#include "MapFileParser.h"#include "NumericAddressedRegisterCatalogue.h"#include <sstream>
Include dependency graph for testMapFileParser.cpp:Go to the source code of this file.
Macros | |
| #define | BOOST_TEST_DYN_LINK |
| #define | BOOST_TEST_MODULE MapFileParser |
Functions | |
| void | printRegInfo (const ChimeraTK::NumericAddressedRegisterInfo &info, std::ostream &ostr=std::cout) |
| void | compareCatalogue (const NumericAddressedRegisterCatalogue ®cat, const std::vector< ChimeraTK::NumericAddressedRegisterInfo > &RegisterInfoents) |
| BOOST_AUTO_TEST_CASE (testFileDoesNotExist) | |
| BOOST_AUTO_TEST_CASE (testInvalidMetadata) | |
| BOOST_AUTO_TEST_CASE (testMandatoryRegisterFieldMissing) | |
| BOOST_AUTO_TEST_CASE (testIncorrectRegisterWidth) | |
| BOOST_AUTO_TEST_CASE (testFracBits) | |
| BOOST_AUTO_TEST_CASE (test64BitSequence) | |
| BOOST_AUTO_TEST_CASE (testGoodMapFileParse) | |
| BOOST_AUTO_TEST_CASE (test64BitScalar) | |
| BOOST_AUTO_TEST_CASE (testGoodMappFileParse) | |
| BOOST_AUTO_TEST_CASE (testMixedMapFileParse) | |
| BOOST_AUTO_TEST_CASE (testInterruptBadMapFileParse) | |
| BOOST_AUTO_TEST_CASE (testInterruptMapFileParse) | |
| BOOST_AUTO_TEST_CASE (testMapFileWithCommentsParse) | |
| BOOST_AUTO_TEST_CASE (testMapFileNewStyleMuxed) | |
| #define BOOST_TEST_DYN_LINK |
Definition at line 4 of file testMapFileParser.cpp.
| #define BOOST_TEST_MODULE MapFileParser |
Definition at line 6 of file testMapFileParser.cpp.
| BOOST_AUTO_TEST_CASE | ( | test64BitScalar | ) |
Definition at line 159 of file testMapFileParser.cpp.
| BOOST_AUTO_TEST_CASE | ( | test64BitSequence | ) |
Definition at line 100 of file testMapFileParser.cpp.
| BOOST_AUTO_TEST_CASE | ( | testFileDoesNotExist | ) |
Definition at line 61 of file testMapFileParser.cpp.
| BOOST_AUTO_TEST_CASE | ( | testFracBits | ) |
Definition at line 92 of file testMapFileParser.cpp.
| BOOST_AUTO_TEST_CASE | ( | testGoodMapFileParse | ) |
Definition at line 120 of file testMapFileParser.cpp.
| BOOST_AUTO_TEST_CASE | ( | testGoodMappFileParse | ) |
Definition at line 171 of file testMapFileParser.cpp.
| BOOST_AUTO_TEST_CASE | ( | testIncorrectRegisterWidth | ) |
Definition at line 82 of file testMapFileParser.cpp.
| BOOST_AUTO_TEST_CASE | ( | testInterruptBadMapFileParse | ) |
Definition at line 254 of file testMapFileParser.cpp.
| BOOST_AUTO_TEST_CASE | ( | testInterruptMapFileParse | ) |
Definition at line 265 of file testMapFileParser.cpp.
| BOOST_AUTO_TEST_CASE | ( | testInvalidMetadata | ) |
Definition at line 68 of file testMapFileParser.cpp.
| BOOST_AUTO_TEST_CASE | ( | testMandatoryRegisterFieldMissing | ) |
Definition at line 75 of file testMapFileParser.cpp.
| BOOST_AUTO_TEST_CASE | ( | testMapFileNewStyleMuxed | ) |
Definition at line 391 of file testMapFileParser.cpp.
| BOOST_AUTO_TEST_CASE | ( | testMapFileWithCommentsParse | ) |
Definition at line 324 of file testMapFileParser.cpp.
| BOOST_AUTO_TEST_CASE | ( | testMixedMapFileParse | ) |
Definition at line 238 of file testMapFileParser.cpp.
| void compareCatalogue | ( | const NumericAddressedRegisterCatalogue & | regcat, |
| const std::vector< ChimeraTK::NumericAddressedRegisterInfo > & | RegisterInfoents | ||
| ) |
Definition at line 41 of file testMapFileParser.cpp.
| void printRegInfo | ( | const ChimeraTK::NumericAddressedRegisterInfo & | info, |
| std::ostream & | ostr = std::cout |
||
| ) |
Definition at line 24 of file testMapFileParser.cpp.