Beispiel #1
0
        private void executeTestCommand(object obj)
        {
            React react = new React("MONITOR", "106", "ARCH_FRAME_TIME");

            react.SetParam("cam", "252");
            react.SetParam("date", "18-11-19");
            react.SetParam("time", "16:05:44");
            react.SetParam("__slave_id", "DOM2ARMVIDEO08");

            string msgString = react.ToString();

            msgString = Msg.ConvertReactToCoreEvent(react).ToString();
            this.intellectAgent.SendMessage(msgString);
        }