C# 클래스 NiceHashMiner.Miners.Parsing.ExtraLaunchParametersParser

파일 보기 프로젝트 열기: nicehash/NiceHashMiner

공개 메소드들

메소드 설명
GetEqmCudaThreadCount ( MiningPair pair ) : int
ParseForMiningPair ( MiningPair miningPair, AlgorithmType algorithmType, DeviceType deviceType, bool showLog = true ) : string
ParseForMiningSetup ( MiningSetup miningSetup, DeviceType deviceType, bool showLog = true ) : string

비공개 메소드들

메소드 설명
CheckAndSetCPUPairs ( List MiningPairs ) : void
GetThreads ( int Threads, int LessThreads ) : int
IgnorePrintLog ( string param, string IGNORE_PARAM, List ignoreLogOpions = null ) : void
IgnorePrintLogIbnit ( ) : void
LogParser ( string msg ) : void
Parse ( List MiningPairs, List options, bool useIfDefaults = false, List ignoreLogOpions = null ) : string
ParseForMiningPairs ( List MiningPairs, AlgorithmType algorithmType, DeviceType deviceType, string minerPath, bool showLog = true ) : string

메소드 상세

GetEqmCudaThreadCount() 공개 정적인 메소드

public static GetEqmCudaThreadCount ( MiningPair pair ) : int
pair NiceHashMiner.Miners.Grouping.MiningPair
리턴 int

ParseForMiningPair() 공개 정적인 메소드

public static ParseForMiningPair ( MiningPair miningPair, AlgorithmType algorithmType, DeviceType deviceType, bool showLog = true ) : string
miningPair NiceHashMiner.Miners.Grouping.MiningPair
algorithmType AlgorithmType
deviceType DeviceType
showLog bool
리턴 string

ParseForMiningSetup() 공개 정적인 메소드

public static ParseForMiningSetup ( MiningSetup miningSetup, DeviceType deviceType, bool showLog = true ) : string
miningSetup MiningSetup
deviceType DeviceType
showLog bool
리턴 string