Ejemplo n.º 1
0
	static extern Int32 Unmanged_EE_ExpressivSetThreshold(UInt32 userId, EE_ExpressivAlgo_t algoName, EE_ExpressivThreshold_t thresholdName, Int32 value);
Ejemplo n.º 2
0
 private static extern int Unmanged_EE_ExpressivGetTrainingAction(uint userId, out EE_ExpressivAlgo_t pActionOut);
Ejemplo n.º 3
0
 public static Int32 EE_ExpressivSetThreshold(UInt32 userId, EE_ExpressivAlgo_t algoName, EE_ExpressivThreshold_t thresholdName, Int32 value)
 {
     return(Unmanged_EE_ExpressivSetThreshold(userId, algoName, thresholdName, value));
 }
Ejemplo n.º 4
0
 public static Int32 EE_ExpressivSetTrainingAction(UInt32 userId, EE_ExpressivAlgo_t action)
 {
     return(Unmanged_EE_ExpressivSetTrainingAction(userId, action));
 }
Ejemplo n.º 5
0
 static extern Int32 Unmanged_EE_ExpressivGetThreshold(UInt32 userId, EE_ExpressivAlgo_t algoName, EE_ExpressivThreshold_t thresholdName, out Int32 pValueOut);
Ejemplo n.º 6
0
 static extern Int32 Unmanged_EE_ExpressivGetTrainingAction(UInt32 userId, out EE_ExpressivAlgo_t pActionOut);
Ejemplo n.º 7
0
	public static Int32 EE_ExpressivGetThreshold(UInt32 userId, EE_ExpressivAlgo_t algoName, EE_ExpressivThreshold_t thresholdName, out Int32 pValueOut)
	{
		return Unmanged_EE_ExpressivGetThreshold(userId, algoName, thresholdName, out pValueOut);
	}
Ejemplo n.º 8
0
 public static Boolean ES_ExpressivIsActive(IntPtr state, EE_ExpressivAlgo_t type)
 {
     return(Unmanaged_ES_ExpressivIsActive(state, type));
 }
Ejemplo n.º 9
0
	static extern Boolean Unmanaged_ES_ExpressivIsActive(IntPtr state, EE_ExpressivAlgo_t type);
Ejemplo n.º 10
0
	public static Int32 EE_ExpressivSetThreshold(UInt32 userId, EE_ExpressivAlgo_t algoName, EE_ExpressivThreshold_t thresholdName, Int32 value)
	{
		return Unmanged_EE_ExpressivSetThreshold(userId, algoName, thresholdName, value);
	}
Ejemplo n.º 11
0
	static extern Int32 Unmanged_EE_ExpressivGetTrainingAction(UInt32 userId, out EE_ExpressivAlgo_t pActionOut);
Ejemplo n.º 12
0
	static extern Int32 Unmanged_EE_ExpressivSetTrainingAction(UInt32 userId, EE_ExpressivAlgo_t action);
Ejemplo n.º 13
0
	static extern Int32 Unmanged_EE_ExpressivGetThreshold(UInt32 userId, EE_ExpressivAlgo_t algoName, EE_ExpressivThreshold_t thresholdName, out Int32 pValueOut);
Ejemplo n.º 14
0
 private static extern int Unmanged_EE_ExpressivSetThreshold(uint userId, EE_ExpressivAlgo_t algoName, EE_ExpressivThreshold_t thresholdName, int value);
Ejemplo n.º 15
0
	public static Int32 EE_ExpressivSetTrainingAction(UInt32 userId, EE_ExpressivAlgo_t action)
	{
		return Unmanged_EE_ExpressivSetTrainingAction(userId, action);
	}
Ejemplo n.º 16
0
 private static extern int Unmanged_EE_ExpressivSetTrainingAction(uint userId, EE_ExpressivAlgo_t action);
Ejemplo n.º 17
0
	public static Int32 EE_ExpressivGetTrainingAction(UInt32 userId, out EE_ExpressivAlgo_t pActionOut)
	{
		return Unmanged_EE_ExpressivGetTrainingAction(userId, out pActionOut);
	}
Ejemplo n.º 18
0
 static extern Int32 Unmanged_EE_ExpressivSetThreshold(UInt32 userId, EE_ExpressivAlgo_t algoName, EE_ExpressivThreshold_t thresholdName, Int32 value);
Ejemplo n.º 19
0
 public static int EE_ExpressivGetThreshold(uint userId, EE_ExpressivAlgo_t algoName, EE_ExpressivThreshold_t thresholdName, out int pValueOut)
 {
     return(Unmanged_EE_ExpressivGetThreshold(userId, algoName, thresholdName, out pValueOut));
 }
Ejemplo n.º 20
0
 static extern Int32 Unmanged_EE_ExpressivSetTrainingAction(UInt32 userId, EE_ExpressivAlgo_t action);
Ejemplo n.º 21
0
 public static int EE_ExpressivSetThreshold(uint userId, EE_ExpressivAlgo_t algoName, EE_ExpressivThreshold_t thresholdName, int value)
 {
     return(Unmanged_EE_ExpressivSetThreshold(userId, algoName, thresholdName, value));
 }
Ejemplo n.º 22
0
 static extern Boolean Unmanaged_ES_ExpressivIsActive(IntPtr state, EE_ExpressivAlgo_t type);
Ejemplo n.º 23
0
 private static extern bool Unmanaged_ES_ExpressivIsActive(IntPtr state, EE_ExpressivAlgo_t type);
Ejemplo n.º 24
0
 public static Int32 EE_ExpressivGetThreshold(UInt32 userId, EE_ExpressivAlgo_t algoName, EE_ExpressivThreshold_t thresholdName, out Int32 pValueOut)
 {
     return(Unmanged_EE_ExpressivGetThreshold(userId, algoName, thresholdName, out pValueOut));
 }
Ejemplo n.º 25
0
 private static extern int Unmanged_EE_ExpressivGetThreshold(uint userId, EE_ExpressivAlgo_t algoName, EE_ExpressivThreshold_t thresholdName, out int pValueOut);
Ejemplo n.º 26
0
 public static Int32 EE_ExpressivGetTrainingAction(UInt32 userId, out EE_ExpressivAlgo_t pActionOut)
 {
     return(Unmanged_EE_ExpressivGetTrainingAction(userId, out pActionOut));
 }
Ejemplo n.º 27
0
	public static Boolean ES_ExpressivIsActive(IntPtr state, EE_ExpressivAlgo_t type)
	{
		return Unmanaged_ES_ExpressivIsActive(state, type);
	}