AddAttn() | Retro::RlinkCommandList | |
AddCommand(cmd_uptr_t &&upcmd) | Retro::RlinkCommandList | |
AddCommand(const RlinkCommand &cmd) | Retro::RlinkCommandList | |
AddCommand(const RlinkCommandList &clist) | Retro::RlinkCommandList | |
AddInit(uint16_t addr, uint16_t data) | Retro::RlinkCommandList | |
AddLabo() | Retro::RlinkCommandList | |
AddRblk(uint16_t addr, size_t size) | Retro::RlinkCommandList | |
AddRblk(uint16_t addr, uint16_t *block, size_t size) | Retro::RlinkCommandList | |
AddRreg(uint16_t addr) | Retro::RlinkCommandList | |
AddWblk(uint16_t addr, const std::vector< uint16_t > &block) | Retro::RlinkCommandList | |
AddWblk(uint16_t addr, std::vector< uint16_t > &&block) | Retro::RlinkCommandList | |
AddWblk(uint16_t addr, const uint16_t *block, size_t size) | Retro::RlinkCommandList | |
AddWreg(uint16_t addr, uint16_t data) | Retro::RlinkCommandList | |
Clear() | Retro::RlinkCommandList | |
ClearLaboIndex() | Retro::RlinkCommandList | inline |
cmd_uptr_t typedef | Retro::RlinkCommandList | |
Dump(std::ostream &os, int ind=0, const char *text=0, int detail=0) const | Retro::RlinkCommandList | |
exp_uptr_t typedef | Retro::RlinkCommandList | |
fLaboIndex | Retro::RlinkCommandList | protected |
fList | Retro::RlinkCommandList | protected |
LaboActive() const | Retro::RlinkCommandList | inline |
LaboIndex() const | Retro::RlinkCommandList | inline |
operator=(const RlinkCommandList &rhs) | Retro::RlinkCommandList | |
operator[](size_t ind) | Retro::RlinkCommandList | |
operator[](size_t ind) const | Retro::RlinkCommandList | |
Print(std::ostream &os, const RlinkAddrMap *pamap=0, size_t abase=16, size_t dbase=16, size_t sbase=16) const | Retro::RlinkCommandList | |
RlinkCommandList() | Retro::RlinkCommandList | |
RlinkCommandList(const RlinkCommandList &rhs) | Retro::RlinkCommandList | |
SetLaboIndex(int ind) | Retro::RlinkCommandList | inline |
SetLastExpect(exp_uptr_t &&upexp) | Retro::RlinkCommandList | |
SetLastExpectBlock(const std::vector< uint16_t > &block) | Retro::RlinkCommandList | |
SetLastExpectBlock(std::vector< uint16_t > &&block) | Retro::RlinkCommandList | |
SetLastExpectBlock(const std::vector< uint16_t > &block, const std::vector< uint16_t > &blockmsk) | Retro::RlinkCommandList | |
SetLastExpectBlock(std::vector< uint16_t > &&block, std::vector< uint16_t > &&blockmsk) | Retro::RlinkCommandList | |
SetLastExpectData(uint16_t data, uint16_t datamsk=0xffff) | Retro::RlinkCommandList | |
SetLastExpectDone(uint16_t done) | Retro::RlinkCommandList | |
SetLastExpectStatus(uint8_t stat, uint8_t statmsk=0xff) | Retro::RlinkCommandList | |
Size() const | Retro::RlinkCommandList | inline |
~RlinkCommandList() | Retro::RlinkCommandList | |