1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

ips/dma: expose names of its treaming ports

This commit is contained in:
Daniel Krebs 2018-06-04 14:12:13 +02:00
parent 8e63785073
commit a93278b74e

View file

@ -71,6 +71,10 @@ private:
size_t writeCompleteSimple();
size_t readCompleteSimple();
public:
static constexpr const char* s2mmPort = "S2MM";
static constexpr const char* mm2sPort = "MM2S";
bool isMemoryBlockAccesible(const MemoryBlock& mem, const std::string& interface);
private: