VirtualC64 v5.0 beta
Commodore 64 Emulator
Loading...
Searching...
No Matches
Inspectable< T1, T2 > Class Template Reference

Inspection interface. More...

#include <Inspectable.h>

Detailed Description

template<typename T1, typename T2 = Void>
class vc64::Inspectable< T1, T2 >

Inspection interface.

The purpose of the inspection interface is to provide functions for recording portions of the emulator's current state and returning them to the caller. All components record two different kinds of information: Infos and statistics. Infos comprise the values of important variables that are used internally by the component. Examples of statistical information are the average CIA activity or the current fill level of the audio buffer.


The documentation for this class was generated from the following file: