Problem
What to put in the Makefile?
Solution
If we want to have an application (component) that uses the new bulk data we have to have to do in the makefile the following:
Added:
USER_INC = -I$(NDDSHOME)/include -I$(NDDSHOME)/include/ndds
This should be done automatically in the future by the acs makefile as requested in COMP-6268
and the code should be linked against:
- receiver
bulkDataNTReceiverbulkDataNTConfigParser - sender:
bulkDataNTSenderbulkDataNTConfigParser
-- BogdanJeram - 26 Oct 2011