Communication from FE -> BE seems to be in order.
Next I will implement a local socket to act as the receiving from the BE and responding to the BE
Showing
- groundStation/Makefile 2 additions, 2 deletionsgroundStation/Makefile
- groundStation/getoutput 0 additions, 1 deletiongroundStation/getoutput
- groundStation/getparam 0 additions, 1 deletiongroundStation/getparam
- groundStation/getsource 0 additions, 1 deletiongroundStation/getsource
- groundStation/setparam 0 additions, 1 deletiongroundStation/setparam
- groundStation/setsource 0 additions, 1 deletiongroundStation/setsource
- groundStation/src/backend/backend.c 25 additions, 10 deletionsgroundStation/src/backend/backend.c
- groundStation/src/backend/nodes.c 153 additions, 0 deletionsgroundStation/src/backend/nodes.c
- groundStation/src/backend/nodes.h 47 additions, 0 deletionsgroundStation/src/backend/nodes.h
- groundStation/src/backend/output.c 5 additions, 3 deletionsgroundStation/src/backend/output.c
- groundStation/src/backend/output.h 1 addition, 0 deletionsgroundStation/src/backend/output.h
- groundStation/src/backend/param.c 8 additions, 6 deletionsgroundStation/src/backend/param.c
- groundStation/src/backend/param.h 1 addition, 0 deletionsgroundStation/src/backend/param.h
- groundStation/src/backend/source.c 8 additions, 6 deletionsgroundStation/src/backend/source.c
- groundStation/src/backend/source.h 1 addition, 0 deletionsgroundStation/src/backend/source.h
- groundStation/src/cli/cli.h 9 additions, 2 deletionsgroundStation/src/cli/cli.h
- groundStation/src/cli/cli_nodes.c 66 additions, 0 deletionsgroundStation/src/cli/cli_nodes.c
- groundStation/src/cli/cli_nodes.h 9 additions, 0 deletionsgroundStation/src/cli/cli_nodes.h
- groundStation/src/cli/cli_output.c 2 additions, 1 deletiongroundStation/src/cli/cli_output.c
- groundStation/src/cli/cli_param.c 2 additions, 1 deletiongroundStation/src/cli/cli_param.c
Loading
Please register or sign in to comment