abstract the internal representation of a sample
besides the old state being in dire need of cleaning up, this also paves the way for having any number of different sample representations in the system Signed-off-by: Erik Boasson <eb@ilities.com>
This commit is contained in:
parent
6e1df4c564
commit
a25f683bcf
52 changed files with 1400 additions and 1125 deletions
|
@ -11,7 +11,6 @@
|
|||
#
|
||||
PREPEND(srcs_ddsi "${CMAKE_CURRENT_LIST_DIR}/src"
|
||||
ddsi_eth.c
|
||||
ddsi_ser.c
|
||||
ddsi_ssl.c
|
||||
ddsi_tcp.c
|
||||
ddsi_tran.c
|
||||
|
@ -19,6 +18,10 @@ PREPEND(srcs_ddsi "${CMAKE_CURRENT_LIST_DIR}/src"
|
|||
ddsi_raweth.c
|
||||
ddsi_ipaddr.c
|
||||
ddsi_mcgroup.c
|
||||
ddsi_serdata.c
|
||||
ddsi_serdata_default.c
|
||||
ddsi_sertopic.c
|
||||
ddsi_sertopic_default.c
|
||||
ddsi_rhc_plugin.c
|
||||
q_addrset.c
|
||||
q_bitset_inlines.c
|
||||
|
@ -60,7 +63,6 @@ PREPEND(srcs_ddsi "${CMAKE_CURRENT_LIST_DIR}/src"
|
|||
# The includes should reside close to the code. As long as that's not the case,
|
||||
# pull them in from this CMakeLists.txt.
|
||||
PREPEND(hdrs_private_ddsi "${CMAKE_CURRENT_LIST_DIR}/include/ddsi"
|
||||
ddsi_ser.h
|
||||
ddsi_ssl.h
|
||||
ddsi_tcp.h
|
||||
ddsi_tran.h
|
||||
|
@ -68,6 +70,9 @@ PREPEND(hdrs_private_ddsi "${CMAKE_CURRENT_LIST_DIR}/include/ddsi"
|
|||
ddsi_raweth.h
|
||||
ddsi_ipaddr.h
|
||||
ddsi_mcgroup.h
|
||||
ddsi_serdata.h
|
||||
ddsi_sertopic.h
|
||||
ddsi_serdata_default.h
|
||||
ddsi_rhc_plugin.h
|
||||
probes-constants.h
|
||||
q_addrset.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue