tcpClientGridConnect.cpp - attached is a git log -p output for the minor changes I made to reduce the number of compiler warnings from gcc 7.3
a) in canMessage : increase size of string buffer t to 3
b) in Constructor : Initialise msg_processed, msg_received, and running to zero. This still leaves queueReader uninitialised but since that variable is an opaque type there is no solution.
tcpClientGridConnect.gitlog.gz
tcpClientGridConnect.cpp - attached is a
git log -poutput for the minor changes I made to reduce the number of compiler warnings from gcc 7.3a) in canMessage : increase size of string buffer t to 3
b) in Constructor : Initialise msg_processed, msg_received, and running to zero. This still leaves queueReader uninitialised but since that variable is an opaque type there is no solution.
tcpClientGridConnect.gitlog.gz