Exemplo n.º 1
0
        public RoleSkeletonTracker()
            : base(RoleName)
        {
            SetName(RoleName);
            _instance = this;
            {
                List <HomeOS.Hub.Platform.Views.VParamType> retVals = new List <HomeOS.Hub.Platform.Views.VParamType>();
                retVals.Add(new ParamType(ParamType.SimpleType.text, "skeletonArray", null));
                AddOperation(new Operation(RoleSkeletonTracker.OpGetLastskeletonName, null, retVals));
            }

            {
                List <HomeOS.Hub.Platform.Views.VParamType> retVals = new List <HomeOS.Hub.Platform.Views.VParamType>();
                retVals.Add(new ParamType(ParamType.SimpleType.text, "skeletonArray", null));
                AddOperation(new Operation(RoleSkeletonTracker.OpRcvSkeletonStreamName, null, retVals, true));
            }
        }
Exemplo n.º 2
0
        public RoleSkeletonTracker()
            : base(RoleName)
        {
            SetName(RoleName);
            _instance = this;
            {
                List<HomeOS.Hub.Platform.Views.VParamType> retVals = new List<HomeOS.Hub.Platform.Views.VParamType>();
                retVals.Add(new ParamType(ParamType.SimpleType.text, "skeletonArray", null));
                AddOperation(new Operation(RoleSkeletonTracker.OpGetLastskeletonName, null, retVals));
            }

            {
                List<HomeOS.Hub.Platform.Views.VParamType> retVals = new List<HomeOS.Hub.Platform.Views.VParamType>();
                retVals.Add(new ParamType(ParamType.SimpleType.text, "skeletonArray", null));
                AddOperation(new Operation(RoleSkeletonTracker.OpRcvSkeletonStreamName, null, retVals, true));
            }
        }