mrfioc2  2.3.0
Functions
flashtest.cpp File Reference
#include <vector>
#include <algorithm>
#include <stdexcept>
#include <sstream>
#include <stdlib.h>
#include <string.h>
#include <epicsMath.h>
#include "epicsUnitTest.h"
#include "epicsString.h"
#include "testMain.h"
#include "mrf/spi.h"
#include "mrf/flash.h"
Include dependency graph for flashtest.cpp:

Go to the source code of this file.

Functions

 MAIN (flashTest)
 

Function Documentation

◆ MAIN()

MAIN ( flashTest  )

Definition at line 416 of file flashtest.cpp.

417 {
418  testPlan(64);
419  try{
420  testTimeout();
421  testReadID();
422  testRead();
423  testWrite();
424  testStream();
425  testXilinx();
426  }catch(std::exception& e){
427  testAbort("Exception %s", e.what());
428  }
429  return testDone();
430 }