MCPcopy Create free account
hub / github.com/comaps/comaps / Shutdown

Method Shutdown

libs/tracking/connection.cpp:53–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void Connection::Shutdown()
54{
55 if (!m_socket)
56 return;
57
58 m_socket->Close();
59}
60
61bool Connection::Send(boost::circular_buffer<DataPoint> const & points)
62{

Callers 2

UNIT_TESTFunction · 0.45
SendPointsMethod · 0.45

Calls 1

CloseMethod · 0.45

Tested by 1

UNIT_TESTFunction · 0.36