16#ifndef SIMICS_SYSTEMC_CHECKPOINT_CONTROL_H
17#define SIMICS_SYSTEMC_CHECKPOINT_CONTROL_H
19#include <systemc-checkpoint/checkpoint_control.h>
20#include <systemc-checkpoint/kernel.h>
21#include <systemc-checkpoint/time_information_interface.h>
27 :
public sc_checkpoint::CheckpointControl,
28 public sc_checkpoint::ExternalTimeInformationInterface {
33 kernel_.set_time_information(high, low);
36 kernel_.time_information(high, low);
Definition: checkpoint_control.h:28
virtual void set_time_information(int64_t high, uint64_t low)
Definition: checkpoint_control.h:32
CheckpointControl()
Definition: checkpoint_control.h:30
virtual void time_information(int64_t *high, uint64_t *low)
Definition: checkpoint_control.h:35
Definition: pci_bus_interface.h:24