Draft: Implement CDTP in C++
Compare changes
Files
25
cxx/constellation/core/utils/timers.hpp
0 → 100644
+ 42
− 0
The goal is to support two modes: either send a data frame directly, or create a message and attach as many data frames as you like, then send it.
For now, this MR does not implement this as a "hidden API", i.e. one needs to call the beginRun
and endRun
directly. However I have a plan to determine this at run time if the user inherits from DataSender
.
TODO: