Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timer Unit Testing ( QueueTimer ) #41

Open
VotreWaken opened this issue May 8, 2024 · 0 comments
Open

Timer Unit Testing ( QueueTimer ) #41

VotreWaken opened this issue May 8, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request unit-test Label for all types of tests, including unit, integration and functional
Milestone

Comments

@VotreWaken
Copy link
Owner

VotreWaken commented May 8, 2024

Working of QueueTimer variables

    • m_IsRunning - Returns bool value of Timers Working State
    • m_Milliseconds - Returns Correct value of Milliseconds
    • m_HandleTimer - Returns Handling Timer ( As Default returns IntPtr.Zero )
    • m_GCHandleTimer - GCHandle provides access a managed object from unmanaged memory ( In our way Handle Timer )
    • m_ResolutionInMilliseconds - Set Resolution In Milliseconds
    • m_HandleTimerQueue - Returns a correct ID of Handled Timer Queue
    • m_GCHandleTimerQueue - GCHandle provides access a managed object from unmanaged memory ( In our way Handle Timer Queue )

All Delegates and Events Works

    • m_DelegateTimerProc
    • DelegateTimerTick

Methods:

    • SetBestResolution
    • ResetResolution
    • Start
    • Stop
    • OnTimer
@VotreWaken VotreWaken added enhancement New feature or request unit-test Label for all types of tests, including unit, integration and functional labels May 8, 2024
@VotreWaken VotreWaken added this to the AudioWaveOut milestone May 8, 2024
@VotreWaken VotreWaken self-assigned this May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request unit-test Label for all types of tests, including unit, integration and functional
Projects
Development

No branches or pull requests

1 participant