Home
last modified time | relevance | path

Searched refs:mainSocket (Results 1 – 2 of 2) sorted by relevance

/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/src/communication/
Dsocket_channel.cpp13 mainSocket.reset(new CTCPClient(NULL, dontLog)); in SocketCommunicationChannel()
19 mainSocket->Connect(address, std::to_string(receiverPort)); in connect()
52 mainSocket->CTCPClient::Receive((char *)message, sizeof(Protocol)); in receive()
59 mainSocket->Send((char *)&message, sizeof(struct Protocol)); in sendMain()
Dsocket_channel.h27 std::unique_ptr<CTCPClient> mainSocket; variable