mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 14:03:11 -07:00
Add Takion Send Buffer
This commit is contained in:
parent
3aaed1ebd1
commit
2071ad46bb
7 changed files with 421 additions and 49 deletions
|
@ -29,7 +29,9 @@ set(HEADER_FILES
|
|||
include/chiaki/discoveryservice.h
|
||||
include/chiaki/feedback.h
|
||||
include/chiaki/feedbacksender.h
|
||||
include/chiaki/controller.h)
|
||||
include/chiaki/controller.h
|
||||
include/chiaki/takionsendbuffer.h
|
||||
include/chiaki/time.h)
|
||||
|
||||
set(SOURCE_FILES
|
||||
src/common.c
|
||||
|
@ -61,7 +63,9 @@ set(SOURCE_FILES
|
|||
src/discoveryservice.c
|
||||
src/feedback.c
|
||||
src/feedbacksender.c
|
||||
src/controller.c)
|
||||
src/controller.c
|
||||
src/takionsendbuffer.c
|
||||
src/time.c)
|
||||
|
||||
add_subdirectory(protobuf)
|
||||
include_directories("${NANOPB_SOURCE_DIR}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue