Is your question about how to consume a C++ library? No
Is your question about specific 1DS SDK APIs or Features? Yes
This documentation states that the timer array has 3 values for EventLatency_Normal, EventLatency_CostDeferred, and EventLatency_RealTime. However, looking at the code
|
void TransmitProfiles::getTimers(TimerArray& out) { |
, I only see
timers[0] and
timers[2] used.
Could you please confirm what's the right logic and settings here?