MIXAL
|
#include <io.h>
Public Member Functions | |
IODevicePaperTape (int32_t storageSize=4096) | |
void | control (int32_t operation) final |
![]() | |
IODeviceSeqReader (int32_t storageSize=4096) | |
![]() | |
IODeviceStorage (int32_t storageSize=4096) | |
IODeviceStorage (const IODeviceStorage &)=default | |
IODeviceStorage & | operator= (const IODeviceStorage &)=default |
bool | ready (int32_t elapsed) override |
void | read (ComputerWord *memory, int32_t address) override |
void | write (const ComputerWord *memory, int32_t address) override |
ComputerWord & | wordAt (int32_t index) override |
![]() | |
IODevice (int32_t blockSize, bool allowRead, bool allowWrite) | |
IODeviceType | type () const |
int | blockSize () const |
bool | allowRead () const |
bool | allowWrite () const |
Additional Inherited Members | |
![]() | |
void | doWrite () override |
![]() | |
IODeviceStatus | _status |
int32_t | _address |
int32_t | _locator |
ComputerWord * | _memory |
std::vector< ComputerWord > | _buffer |
std::vector< ComputerWord > | _storage |
![]() | |
IODeviceType | _type |
int32_t | _blockSize |
bool | _allowRead |
bool | _allowWrite |
int32_t | _timestamp |
double | _readyRate |
|
finalvirtual |
Rewind the tape.
Reimplemented from mixal::IODevice.