-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Doplnění funkce "CmdGetOutputs" (Papouch.Spinel.Spinel97.Device.Quido).
Přejmenování funkce "CmdSetRele" na "CmdSetOutput". Rozšíření funkce "CmdSetOutput" o možnost nastavení stavu na určitou dobu. Rozšíření ukázkového projektu "QuidoDemo" o čtení stavu výstupů.
- Loading branch information
1 parent
b1b7faf
commit 3b2d7dd
Showing
7 changed files
with
430 additions
and
39 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<VSPerformanceSession Version="1.00"> | ||
<Options> | ||
<Solution>Quido.NET.sln</Solution> | ||
<CollectionMethod>Sampling</CollectionMethod> | ||
<AllocationMethod>None</AllocationMethod> | ||
<AddReport>true</AddReport> | ||
<ResourceBasedAnalysisSelected>true</ResourceBasedAnalysisSelected> | ||
<UniqueReport>Timestamp</UniqueReport> | ||
<SamplingMethod>Cycles</SamplingMethod> | ||
<CycleCount>10000000</CycleCount> | ||
<PageFaultCount>10</PageFaultCount> | ||
<SysCallCount>10</SysCallCount> | ||
<SamplingCounter Name="" ReloadValue="00000000000f4240" DisplayName="" /> | ||
<RelocateBinaries>false</RelocateBinaries> | ||
<HardwareCounters EnableHWCounters="false" /> | ||
<EtwSettings /> | ||
<PdhSettings> | ||
<PdhCountersEnabled>false</PdhCountersEnabled> | ||
<PdhCountersRate>500</PdhCountersRate> | ||
<PdhCounters> | ||
<PdhCounter>\Fyzick&#253; disk(_Total)\Středn&#237; d&#233;lka fronty disku</PdhCounter> | ||
<PdhCounter>\Paměť\Str&#225;nky/s</PdhCounter> | ||
<PdhCounter>\Procesor(_Total)\% času procesoru</PdhCounter> | ||
</PdhCounters> | ||
</PdhSettings> | ||
</Options> | ||
<ExcludeSmallFuncs>true</ExcludeSmallFuncs> | ||
<JScriptProfilingEnabled>false</JScriptProfilingEnabled> | ||
<PreinstrumentEvent> | ||
<InstrEventExclude>false</InstrEventExclude> | ||
</PreinstrumentEvent> | ||
<PostinstrumentEvent> | ||
<InstrEventExclude>false</InstrEventExclude> | ||
</PostinstrumentEvent> | ||
<Reports> | ||
<Report> | ||
<Path>Report170510.vspx</Path> | ||
</Report> | ||
</Reports> | ||
</VSPerformanceSession> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters