This page contains a table of method declarations and descriptions for the
AMC13_verify C++ Class.
Constructor
Method |
Description |
AMC13_verify::AMC13_verify(AMC13* p_amc13) |
AMC13_verify class constructor which takes as an argument a pointer to an AMC13 class object |
Public Functions
Methods |
Description |
int AMC13_verify::testForSpartan() |
AMC13_verify class method which tests for T2 on the AMC13 object passed to the constructor and returns 0 upon finding something and 1 if nothing is found |
int AMC13_verify::testForVirtex() |
AMC13_verify class method which tests for T1 on the AMC13 object passed to the constructor and returns 0 upon finding something and 1 if nothing is found |
void AMC13_verify::testForAMC13() |
AMC13_verify class method which tests for both T1 and T3 on the AMC13 object passed to the constructor and prints an appropriate message if something is not found |
--
CharlieHill - 31 May 2013