mirror of
https://github.com/eclipse-openvehicle-api/openvehicle-api.git
synced 2026-07-02 05:35:11 +00:00
asc file reader and small log enhancements (#3)
This commit is contained in:
@@ -56,6 +56,12 @@ namespace asc
|
||||
*/
|
||||
std::pair<SCanMessage, bool> Get() const;
|
||||
|
||||
/**
|
||||
* @brief Get the number of messages in the asc file
|
||||
* @return Number of messages which count be read from the asc file.
|
||||
*/
|
||||
uint32_t GetMessageCount() const;
|
||||
|
||||
/**
|
||||
* @brief Get the number of loops the data set was sent
|
||||
* @return Number of loops the data set was sent including the current loop
|
||||
|
||||
Reference in New Issue
Block a user