Пример #1
0
        protected override void CreateThread()
        {
            thread = new ZMQCommunicatorPython();
            List <float[]> DataList = PrepareData();

            thread.dataList = DataList;
            thread.option   = ThreadCommunicator.CommunicatorOption.SEND_DATA;
        }
 protected override void CreateThread()
 {
     thread = new ZMQCommunicatorPython();
 }
 protected override void CreateThread()
 {
     thread        = new ZMQCommunicatorPython();
     thread.option = ThreadCommunicator.CommunicatorOption.RECEIVE_DATA;
 }