More faux object orientation (i.e. hiding structures and making
fd_reader/writer more robust: no dependency on 'int *fd' to be live while the reader/writer is in use).
Showing
- examples/simple/example_decoder.c 1 addition, 1 deletionexamples/simple/example_decoder.c
- examples/simple/example_encoder.c 1 addition, 1 deletionexamples/simple/example_encoder.c
- lib/c/labcomm.c 126 additions, 134 deletionslib/c/labcomm.c
- lib/c/labcomm.h 2 additions, 50 deletionslib/c/labcomm.h
- lib/c/labcomm_dynamic_buffer_writer.c 18 additions, 1 deletionlib/c/labcomm_dynamic_buffer_writer.c
- lib/c/labcomm_dynamic_buffer_writer.h 1 addition, 1 deletionlib/c/labcomm_dynamic_buffer_writer.h
- lib/c/labcomm_fd_reader.c 43 additions, 10 deletionslib/c/labcomm_fd_reader.c
- lib/c/labcomm_fd_reader.h 1 addition, 1 deletionlib/c/labcomm_fd_reader.h
- lib/c/labcomm_fd_writer.c 34 additions, 5 deletionslib/c/labcomm_fd_writer.c
- lib/c/labcomm_fd_writer.h 1 addition, 1 deletionlib/c/labcomm_fd_writer.h
- lib/c/labcomm_private.h 58 additions, 8 deletionslib/c/labcomm_private.h
- lib/c/test/test_labcomm_basic_type_encoding.c 2 additions, 2 deletionslib/c/test/test_labcomm_basic_type_encoding.c
- lib/c/test/test_labcomm_generated_encoding.c 14 additions, 3 deletionslib/c/test/test_labcomm_generated_encoding.c
- test/relay_gen_c.py 2 additions, 2 deletionstest/relay_gen_c.py
Loading
Please register or sign in to comment