C# Class NiceHashMiner.Miners.Parsing.ExtraLaunchParametersParser

ファイルを表示 Open project: nicehash/NiceHashMiner

Public Methods

Method Description
GetEqmCudaThreadCount ( MiningPair pair ) : int
ParseForMiningPair ( MiningPair miningPair, AlgorithmType algorithmType, DeviceType deviceType, bool showLog = true ) : string
ParseForMiningSetup ( MiningSetup miningSetup, DeviceType deviceType, bool showLog = true ) : string

Private Methods

Method Description
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

Method Details

GetEqmCudaThreadCount() public static method

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

ParseForMiningPair() public static method

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

ParseForMiningSetup() public static method

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