aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Communication/Connection.h
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-08-27 16:08:47 +0300
committerShlomo Hecht <shlomo@twine-s.com>2020-08-27 16:08:47 +0300
commit0c038093d83f8e266f09f489cd93dda3dbc6ab3f (patch)
tree375412271dfaddd6168108671d5d3e99fabcf855 /Software/Embedded_SW/Embedded/Communication/Connection.h
parentddce0f3215746d6884acb94f3cedc613008aed5c (diff)
downloadTango-0c038093d83f8e266f09f489cd93dda3dbc6ab3f.tar.gz
Tango-0c038093d83f8e266f09f489cd93dda3dbc6ab3f.zip
4 winders test; keep alive embedded==>management. procedures.
Diffstat (limited to 'Software/Embedded_SW/Embedded/Communication/Connection.h')
-rw-r--r--Software/Embedded_SW/Embedded/Communication/Connection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Communication/Connection.h b/Software/Embedded_SW/Embedded/Communication/Connection.h
index 8089cd82f..c0a31344f 100644
--- a/Software/Embedded_SW/Embedded/Communication/Connection.h
+++ b/Software/Embedded_SW/Embedded/Communication/Connection.h
@@ -12,6 +12,7 @@
void ConnectionRequest(MessageContainer* requestContainer);
void DisconnectionRequest(MessageContainer* requestContainer);
void KeepAliveRequestFunc(MessageContainer* requestContainer);
+void KeepAliveResponseFunc(MessageContainer* requestContainer);
void KeepAliveOneSecondCall(void);
extern int KeepAliveOneSecondCounter;