DIFI-Consortium / rfnoc-difi

RFNoC project that converts Ettus x410 output to DIFI packets
10 stars 0 forks source link

Missing "difipack/standard_context_packet.hpp" #3

Closed jpalladino closed 1 year ago

jpalladino commented 1 year ago

Hello, I'm trying to build the difi block controller, but it requires "difipack/standard_context_packet.hpp". Line 7 of difi_block_control.cpp: #include <difipack/standard_context_packet.hpp>

Is this missing from this repository, or is there another source for that?

Thank you, Jim

777arc commented 1 year ago

Ah nice catch, I just opened a PR that should include the missing headers

jpalladino commented 1 year ago

Great -- that was quick. Thanks!

jpalladino commented 1 year ago

Actually, are the associated cpp files missing as well?

Thanks, Jim

777arc commented 1 year ago

Looks like difipack was it's own library, back when it was created, so I've added it to the root of this repo

jpalladino commented 1 year ago

Thank you. I haven't tested it yet, but the block controller successfully builds now. Jim