aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Embroidery/libEmbroideryTest/stdafx.h
blob: b005a839def24829d348825ce6303a5538707527 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//

#pragma once

#include "targetver.h"

#include <stdio.h>
#include <tchar.h>



// TODO: reference additional headers your program requires here
span class="nn">Tango.PMR.Diagnostics; option java_package = "com.twine.tango.pmr.diagnostics"; message CartridgeTagContent { string UniqueId = 1; string SerialNumber = 2; int32 FactoryId = 3; int32 FillingSystemId = 4; string WorkOrder = 5; string ColorName = 6; int32 ColorCategory = 7; int32 ColorTypeRevision = 8; int32 CartridgeSize = 9; int32 FilledInkVolume = 10; string InkBatchNum = 11; string InkMFGDate = 12; string InkEOLDate = 13; string CartridgeFillingDate = 14; string WasteFilledDate = 15; int32 PlugInCounter = 16; uint32 Misc = 17; bool Inkfill = 18; bool InkUsed = 19; bool InkEmpty = 20; bool WasteEmpty = 21; bool WasteFilling = 22; bool WasteFull = 23; bool Blocked = 24; bool Fail = 25; int32 WasteCounter = 26; string MachineIdInkUsed = 27; string MachineIdWasteUsed = 28; uint32 Counter = 29; bool TagValid = 30; string HashValue = 31; uint32 Checksum_CRC16 = 32; }