aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/PropertiesTemplates/ProcessParametersTemplate.xaml.cs
blob: e1ad2f4add3dfa0a03f270c324b4d470ab5e2558 (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
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;

namespace Tango.MachineStudio.Technician.PropertiesTemplates
{
    /// <summary>
    /// Interaction logic for MonitorTemplate.xaml
    /// </summary>
    public partial class ProcessParametersTemplate : UserControl
    {
        public ProcessParametersTemplate()
        {
            InitializeComponent();
        }
    }
}
span class="cp">#define VALUE_COMPONENT_STATE__INIT \ { PROTOBUF_C_MESSAGE_INIT (&value_component_state__descriptor) \ , 0, VALUE_COMPONENT__Heater1Temp, 0, 0 } /* ValueComponentState methods */ void value_component_state__init (ValueComponentState *message); size_t value_component_state__get_packed_size (const ValueComponentState *message); size_t value_component_state__pack (const ValueComponentState *message, uint8_t *out); size_t value_component_state__pack_to_buffer (const ValueComponentState *message, ProtobufCBuffer *buffer); ValueComponentState * value_component_state__unpack (ProtobufCAllocator *allocator, size_t len, const uint8_t *data); void value_component_state__free_unpacked (ValueComponentState *message, ProtobufCAllocator *allocator); /* --- per-message closures --- */ typedef void (*ValueComponentState_Closure) (const ValueComponentState *message, void *closure_data); /* --- services --- */ /* --- descriptors --- */ extern const ProtobufCMessageDescriptor value_component_state__descriptor; PROTOBUF_C__END_DECLS #endif /* PROTOBUF_C_ValueComponentState_2eproto__INCLUDED */