MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / TCP_Stream

Method TCP_Stream

SRC/handler/TCP_Stream.cpp:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35#include <TCP_Socket.h>
36
37TCP_Stream::TCP_Stream()
38 :OPS_Stream(OPS_STREAM_TAGS_TCP_Stream), sendSize(0), data(1), theChannel(0)
39{
40 theChannel = new TCP_Socket();
41}
42
43
44TCP_Stream::TCP_Stream(unsigned int other_Port,

Callers

nothing calls this directly

Calls 1

setUpConnectionMethod · 0.45

Tested by

no test coverage detected