Description Usage Arguments Methods Fields
A class for recording generic histories comprised of event times (double precision floats) and events (strings).
1 | HistoryGeneric(N = 100)
|
N |
reserve memory for |
track_history: record an event from arguments 'tEvent' (double) and 'event' (string)
get_history: return history as a named list
eventT: std::vector<double>
events: std::vector<std::string>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.