mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-08-06 02:27:33 +00:00
Improved printable implementation; data reading with macro
This commit is contained in:
@@ -28,12 +28,12 @@ namespace sta
|
||||
void print(const char * str, size_t length, bool newline = false) override;
|
||||
|
||||
/**
|
||||
* @brief Print string.
|
||||
*
|
||||
* @param str String buffer
|
||||
* @param length String length
|
||||
* @brief Read bytes.
|
||||
*
|
||||
* @param buffer Byte buffer
|
||||
* @param length Buffer length
|
||||
*/
|
||||
void read(char * str, size_t length) override;
|
||||
void read(uint8_t * buffer, size_t length) override;
|
||||
};
|
||||
} // namespace sta
|
||||
|
||||
|
Reference in New Issue
Block a user