diff options
Diffstat (limited to 'Software/Visual_Studio/Tango.Telemetry/Telemetries')
| -rw-r--r-- | Software/Visual_Studio/Tango.Telemetry/Telemetries/TelemetryJobRun.cs | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.Telemetry/Telemetries/TelemetryJobRun.cs b/Software/Visual_Studio/Tango.Telemetry/Telemetries/TelemetryJobRun.cs index c5f4da8ea..1c52fb2c4 100644 --- a/Software/Visual_Studio/Tango.Telemetry/Telemetries/TelemetryJobRun.cs +++ b/Software/Visual_Studio/Tango.Telemetry/Telemetries/TelemetryJobRun.cs @@ -122,6 +122,46 @@ namespace Tango.Telemetry.Telemetries public long OutputTransparent { get; set; } public long OutputLubricant { get; set; } + public long OutputTwTransparentInk { get; set; } + public long OutputC1Ti { get; set; } + public long OutputTwCyan { get; set; } + public long OutputTwLightCyan { get; set; } + public long OutputTwMagenta { get; set; } + public long OutputTwLightMagenta { get; set; } + public long OutputTwYellow { get; set; } + public long OutputTwLightYellow { get; set; } + public long OutputC1Yellow { get; set; } + public long OutputC1LightYellow { get; set; } + public long OutputTwBlack { get; set; } + public long OutputTwViolet { get; set; } + public long OutputTwLightViolet { get; set; } + public long OutputCtBlue { get; set; } + public long OutputCtLightBlue { get; set; } + public long OutputCtRubine { get; set; } + public long OutputCtLightRubine { get; set; } + public long OutputCtOrange { get; set; } + public long OutputCtLightOrange { get; set; } + public long OutputCtNavy { get; set; } + public long OutputHdBlue { get; set; } + public long OutputHdLightBlue { get; set; } + public long OutputHdRubine { get; set; } + public long OutputHdLightRubine { get; set; } + public long OutputHdOrange { get; set; } + public long OutputHdLightOrange { get; set; } + public long OutputHdNavy { get; set; } + public long OutputHdLightNavy { get; set; } + public long OutputAmBlue { get; set; } + public long OutputAmLightBlue { get; set; } + public long OutputAmRed { get; set; } + public long OutputAmLightRed { get; set; } + public long OutputAmOrange { get; set; } + public long OutputAmLightOrange { get; set; } + public long OutputAmYellow { get; set; } + public long OutputAmLightYellow { get; set; } + public long OutputAmBlack { get; set; } + + + //The error that has occurred when Status = "Failed" public String FailureReason { get; set; } |
