KM3NeT CLB
2.0
KM3NeT CLB v2 Embedded Software
|
This modules provides console tunneling, for both PTP core and 2nd LM32. More...
#include "net/msg.h"
Go to the source code of this file.
Functions | |
bool | conTunInit (SockAddr *addr) |
Initializes the console tunnel. More... | |
static void | conTunDeinit () |
Deinitializes the console tunnel. | |
void | conTunSend (char *ptp, char *secLm32) |
Send characters to PTP core and second LM32. More... | |
void | conTunRecv (char *ptp, char *secLm32, int max) |
Receive characters from PTP core and second LM32. More... | |
This modules provides console tunneling, for both PTP core and 2nd LM32.
Definition in file contun.h.
bool conTunInit | ( | SockAddr * | addr | ) |
void conTunRecv | ( | char * | ptp, |
char * | secLm32, | ||
int | max | ||
) |
Receive characters from PTP core and second LM32.
ptp | String for receiving PTP core console data in |
lm32 | String for receiving 2ndLM32 console date in |
max | Maximum length for each string |