mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Separated tests into different files, added ResetInstance() method to EventManager
This commit is contained in:
@@ -12,7 +12,7 @@ std::vector<DeviceType> icsneo::GetSupportedDevices() {
|
||||
}
|
||||
|
||||
size_t icsneo::EventCount(EventFilter filter) {
|
||||
return EventManager::GetInstance().count(filter);
|
||||
return EventManager::GetInstance().eventCount(filter);
|
||||
}
|
||||
|
||||
std::vector<APIEvent> icsneo::GetEvents(EventFilter filter, size_t max) {
|
||||
|
||||
Reference in New Issue
Block a user