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:
libbpmclient
Foreign Dependencies:
libmdp
libmlm
libczmq
libzmq
/*
* * Simple example demonstrating the communication between
* * a client and the FPGA device
* */
* Controlling the AD9510 chip
*/
#include <mdp.h>
#include <czmq.h>
#include <inttypes.h>
#include <stdio.h>
#include <string.h>
......
/*
* Simple example demonstrating the communication between
* a client and the FPGA device
* Controlling the FMC ADC data
*/
#include <mdp.h>
#include <czmq.h>
#include <inttypes.h>
#include <bpm_client.h>
#define DFLT_BIND_FOLDER "/tmp/bpm"
......
/*
* * Simple example demonstrating the communication between
* * a client and the FPGA device
* */
* Controlling the ADC delays
*/
#include <mdp.h>
#include <czmq.h>
#include <inttypes.h>
#include <stdio.h>
#include <string.h>
......
/*
* * Simple example demonstrating the communication between
* * a client and the FPGA device
* */
* Controlling the DSP and SWAP FPGA modules
*/
#include <mdp.h>
#include <czmq.h>
#include <inttypes.h>
#include <stdio.h>
#include <string.h>
......
/*
* * Simple example demonstrating the communication between
* * a client and the FPGA device
* */
* Controlling the FMC 130 MSPS board
*/
#include <mdp.h>
#include <czmq.h>
#include <inttypes.h>
#include <stdio.h>
#include <string.h>
......
/*
* Simple example demonstrating the communication between
* a client and the FPGA device
* Controlling the FMC 130 MSPS leds
*/
#include <mdp.h>
#include <czmq.h>
#include <inttypes.h>
#include <bpm_client.h>
#define DFLT_BIND_FOLDER "/tmp/bpm"
......
/*
* Simple example demonstrating the communication between
* a client and the FPGA device
* Controlling the Monitoring data
*/
#include <mdp.h>
#include <czmq.h>
#include <inttypes.h>
#include <bpm_client.h>
#define DFLT_BIND_FOLDER "/tmp/bpm"
......
/*
* Simple example demonstrating the communication between
* a client and the FPGA device
* Controlling the Monitoring Position
*/
#include <mdp.h>
#include <czmq.h>
#include <inttypes.h>
#include <bpm_client.h>
#define DFLT_BIND_FOLDER "/tmp/bpm"
......
/*
* * Simple example demonstrating the communication between
* * a client and the FPGA device
* */
* Controlling the RFFE board
*/
#include <mdp.h>
#include <czmq.h>
#include <inttypes.h>
#include <stdio.h>
#include <string.h>
......
/*
* Simple example demonstrating the communication between
* a client and the FPGA device
* Controlling the Si571 in FMC 130 MSPS chip
*/
#include <mdp.h>
#include <czmq.h>
#include <inttypes.h>
#include <bpm_client.h>
#define DFLT_BIND_FOLDER "/tmp/bpm"
......
/*
* Simple example demonstrating the communication between
* a client and the FPGA device
* Controlling the FMC 130 MSPS test functions
*/
#include <mdp.h>
#include <czmq.h>
#include <inttypes.h>
#include <bpm_client.h>
#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