Commit 26a014ba authored by Lucas Russo's avatar Lucas Russo

examples/*: change library dependecy from MDP to MLM

parent c5b61382
...@@ -3,6 +3,6 @@ Project Dependencies: ...@@ -3,6 +3,6 @@ Project Dependencies:
libbpmclient libbpmclient
Foreign Dependencies: Foreign Dependencies:
libmdp libmlm
libczmq libczmq
libzmq libzmq
/* /*
* * Simple example demonstrating the communication between * Controlling the AD9510 chip
* * a client and the FPGA device */
* */
#include <mdp.h>
#include <czmq.h>
#include <inttypes.h> #include <inttypes.h>
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
......
/* /*
* Simple example demonstrating the communication between * Controlling the FMC ADC data
* a client and the FPGA device
*/ */
#include <mdp.h>
#include <czmq.h>
#include <inttypes.h> #include <inttypes.h>
#include <bpm_client.h> #include <bpm_client.h>
#define DFLT_BIND_FOLDER "/tmp/bpm" #define DFLT_BIND_FOLDER "/tmp/bpm"
......
/* /*
* * Simple example demonstrating the communication between * Controlling the ADC delays
* * a client and the FPGA device */
* */
#include <mdp.h>
#include <czmq.h>
#include <inttypes.h> #include <inttypes.h>
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
......
/* /*
* * Simple example demonstrating the communication between * Controlling the DSP and SWAP FPGA modules
* * a client and the FPGA device */
* */
#include <mdp.h>
#include <czmq.h>
#include <inttypes.h> #include <inttypes.h>
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
......
/* /*
* * Simple example demonstrating the communication between * Controlling the FMC 130 MSPS board
* * a client and the FPGA device */
* */
#include <mdp.h>
#include <czmq.h>
#include <inttypes.h> #include <inttypes.h>
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
......
/* /*
* Simple example demonstrating the communication between * Controlling the FMC 130 MSPS leds
* a client and the FPGA device
*/ */
#include <mdp.h>
#include <czmq.h>
#include <inttypes.h> #include <inttypes.h>
#include <bpm_client.h> #include <bpm_client.h>
#define DFLT_BIND_FOLDER "/tmp/bpm" #define DFLT_BIND_FOLDER "/tmp/bpm"
......
/* /*
* Simple example demonstrating the communication between * Controlling the Monitoring data
* a client and the FPGA device
*/ */
#include <mdp.h>
#include <czmq.h>
#include <inttypes.h> #include <inttypes.h>
#include <bpm_client.h> #include <bpm_client.h>
#define DFLT_BIND_FOLDER "/tmp/bpm" #define DFLT_BIND_FOLDER "/tmp/bpm"
......
/* /*
* Simple example demonstrating the communication between * Controlling the Monitoring Position
* a client and the FPGA device
*/ */
#include <mdp.h>
#include <czmq.h>
#include <inttypes.h> #include <inttypes.h>
#include <bpm_client.h> #include <bpm_client.h>
#define DFLT_BIND_FOLDER "/tmp/bpm" #define DFLT_BIND_FOLDER "/tmp/bpm"
......
/* /*
* * Simple example demonstrating the communication between * Controlling the RFFE board
* * a client and the FPGA device */
* */
#include <mdp.h>
#include <czmq.h>
#include <inttypes.h> #include <inttypes.h>
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
......
/* /*
* Simple example demonstrating the communication between * Controlling the Si571 in FMC 130 MSPS chip
* a client and the FPGA device
*/ */
#include <mdp.h>
#include <czmq.h>
#include <inttypes.h> #include <inttypes.h>
#include <bpm_client.h> #include <bpm_client.h>
#define DFLT_BIND_FOLDER "/tmp/bpm" #define DFLT_BIND_FOLDER "/tmp/bpm"
......
/* /*
* Simple example demonstrating the communication between * Controlling the FMC 130 MSPS test functions
* a client and the FPGA device
*/ */
#include <mdp.h>
#include <czmq.h>
#include <inttypes.h> #include <inttypes.h>
#include <bpm_client.h> #include <bpm_client.h>
#define DFLT_BIND_FOLDER "/tmp/bpm" #define DFLT_BIND_FOLDER "/tmp/bpm"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment