Home
last modified time | relevance | path

Searched refs:mPlatformConfig (Results 1 – 1 of 1) sorted by relevance

/openthread-2.7.6/src/posix/
Dmain.c130 otPlatformConfig mPlatformConfig; ///< Platform configuration. member
202 aConfig->mPlatformConfig.mSpeedUpFactor = 1; in ParseArg()
205 aConfig->mPlatformConfig.mRealTimeSignal = SIGRTMIN; in ParseArg()
229 aConfig->mPlatformConfig.mInterfaceName = optarg; in ParseArg()
232 aConfig->mPlatformConfig.mBackboneInterfaceName = optarg; in ParseArg()
241 aConfig->mPlatformConfig.mSpeedUpFactor = (uint32_t)strtol(optarg, &endptr, 0); in ParseArg()
243 if (*endptr != '\0' || aConfig->mPlatformConfig.mSpeedUpFactor == 0) in ParseArg()
260 aConfig->mPlatformConfig.mRealTimeSignal = SIGRTMIN + atoi(&optarg[1]); in ParseArg()
264 aConfig->mPlatformConfig.mRealTimeSignal = atoi(optarg); in ParseArg()
279 …VerifyOrDie(aConfig->mPlatformConfig.mRadioUrlNum < OT_ARRAY_LENGTH(aConfig->mPlatformConfig.mRadi… in ParseArg()
[all …]