mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
[ntcore] Add typed C GetEntryValue and ReadQueueValue functions (#6256)
This commit is contained in:
@@ -24,7 +24,7 @@ class ValueCircularBuffer {
|
||||
m_storage.emplace_back(std::forward<Args...>(args...));
|
||||
}
|
||||
|
||||
std::vector<Value> ReadValue();
|
||||
std::vector<Value> ReadValue(unsigned int types);
|
||||
template <ValidType T>
|
||||
std::vector<Timestamped<typename TypeInfo<T>::Value>> Read();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user