Loading...
Searching...
No Matches
Recording::RecordContext Struct Reference
Inheritance diagram for Recording::RecordContext:
Public Types | |
| using | clock = std::chrono::steady_clock |
Public Member Functions | |
| RecordContext (Scenario::ProcessModel &, Scenario::Point pt) | |
| RecordContext (const RecordContext &other)=delete | |
| RecordContext (RecordContext &&other)=delete | |
| RecordContext & | operator= (const RecordContext &other)=delete |
| RecordContext & | operator= (RecordContext &&other)=delete |
| void | start () |
| bool | started () const |
| TimeVal | time () const |
| double | timeInDouble () const |
| void | startTimer () |
| void | on_startTimer () |
Public Attributes | |
| const score::DocumentContext & | context |
| Scenario::ProcessModel & | scenario |
| Explorer::DeviceExplorerModel & | explorer |
| RecordCommandDispatcher | dispatcher |
| Scenario::Point | point |
| clock::time_point | firstValueTime {} |
| QTimer | timer |
The documentation for this struct was generated from the following files:
- RecordProviderFactory.hpp
- RecordProviderFactory.cpp