edt: add new element edtpdvsink for EDT Camera Link simulator

Very basic support. Simulator must be configured with clsiminit for now.
This commit is contained in:
Joshua M. Doe
2012-08-14 08:07:10 -04:00
parent 274eb12687
commit 8f7e8f76e0
8 changed files with 565 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
if (EDT_FOUND)
add_subdirectory(edt)
endif (EDT_FOUND)
if (EURESYS_FOUND)
add_subdirectory (euresys)
endif (EURESYS_FOUND)