MCPcopy Create free account
hub / github.com/brainflow-dev/brainflow / MultiCastStreamer

Method MultiCastStreamer

src/board_controller/multicast_streamer.cpp:12–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11
12MultiCastStreamer::MultiCastStreamer (const char *ip, int port, int data_len)
13 : Streamer (data_len, "streaming_board", ip, std::to_string (port))
14{
15 strcpy (this->ip, ip);
16 this->port = port;
17 server = NULL;
18 is_streaming = false;
19 db = NULL;
20}
21
22MultiCastStreamer::~MultiCastStreamer ()
23{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected