예제 #1
0
파일: EdkDll.cs 프로젝트: Zimtstern360/BCI
 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));
 }
예제 #2
0
파일: EdkDll.cs 프로젝트: Zimtstern360/BCI
 static extern Int32 Unmanged_EE_ExpressivGetThreshold(UInt32 userId, EE_ExpressivAlgo_t algoName, EE_ExpressivThreshold_t thresholdName, out Int32 pValueOut);
예제 #3
0
파일: EdkDll.cs 프로젝트: Zimtstern360/BCI
 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));
 }
예제 #4
0
 private static extern int Unmanged_EE_ExpressivSetThreshold(uint userId, EE_ExpressivAlgo_t algoName, EE_ExpressivThreshold_t thresholdName, int value);
예제 #5
0
파일: EdkDll.cs 프로젝트: Zimtstern360/BCI
 static extern Int32 Unmanged_EE_ExpressivSetThreshold(UInt32 userId, EE_ExpressivAlgo_t algoName, EE_ExpressivThreshold_t thresholdName, Int32 value);
예제 #6
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));
 }
예제 #7
0
 private static extern int Unmanged_EE_ExpressivGetThreshold(uint userId, EE_ExpressivAlgo_t algoName, EE_ExpressivThreshold_t thresholdName, out int pValueOut);
예제 #8
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));
 }
예제 #9
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);
	}
예제 #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);
	}
예제 #11
0
	static extern Int32 Unmanged_EE_ExpressivGetThreshold(UInt32 userId, EE_ExpressivAlgo_t algoName, EE_ExpressivThreshold_t thresholdName, out Int32 pValueOut);
예제 #12
0
	static extern Int32 Unmanged_EE_ExpressivSetThreshold(UInt32 userId, EE_ExpressivAlgo_t algoName, EE_ExpressivThreshold_t thresholdName, Int32 value);