RTDE runtime_state enumeration

It is not written about this in documentation in detail.
I defined the following enum.

Stopping : 0
Stopped : 1
Playing : 2
Pausing : 3
Paused : 4
Resuming : 5
runtime2

3 Likes