roo_control
API Documentation for roo_control
Loading...
Searching...
No Matches
inert_switch.h File Reference
#include "roo_control/switch/switch.h"
#include "roo_scheduler.h"
#include "roo_time.h"
Include dependency graph for inert_switch.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  roo_control::InertSwitch< StateT >
 Switch that adds inertia between state changes on top of a raw actuator. More...
 

Namespaces

namespace  roo_control
 

Typedefs

using roo_control::InertBinarySwitch = InertSwitch< BinaryLogicalState >
 Convenience alias for a binary inert switch.
 

Functions

roo_time::Duration roo_control::DefaultBackoff (int retry_count)
 Default backoff policy for InertSwitch retries.