Last-Modified: Mon, 20 Jul 2026 01:53:59 GMT Expires: Thu, 17 Jul 2036 01:53:59 GMT PIDAlgo.c « Control « Modules « Embedded « Embedded_SW « Software - Tango - Twine softwares
aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Control/PIDAlgo.c
blob: 3d1d353c2544958e4b7b2731c73c14cf2fee0d4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33<
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Serialization;
using System.Text;
using System.Threading.Tasks;
using Tango.Transport.Web;

namespace Tango.MachineStudio.Common.Web
{
    public class UploadCompletedRequest : WebRequestMessage
    {
        public String Token { get; set; }
    }
}