You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
727 B
25 lines
727 B
namespace Globale_Variablen.AnzeigeDaten
|
|
{
|
|
using System;
|
|
using System.Runtime.InteropServices;
|
|
|
|
[Serializable, StructLayout(LayoutKind.Sequential)]
|
|
public struct tMesswerteJustage
|
|
{
|
|
public int res1_int;
|
|
public int res2_int;
|
|
public int res3_int;
|
|
public float res1_float;
|
|
public float res2_float;
|
|
public float res3_float;
|
|
public tMessungJustage SummeAS;
|
|
public tMessungJustage SummeRS;
|
|
public tMessungJustage Quadrant_1;
|
|
public tMessungJustage Quadrant_2;
|
|
public tMessungJustage Quadrant_3;
|
|
public tMessungJustage Quadrant_4;
|
|
public tMessungJustage ASzuRS;
|
|
public float Mittelwert_P1;
|
|
}
|
|
}
|
|
|
|
|