Containers (STL-compatible) StateMachines MessageBus and more for Embedded Systems. See www.etlcpp.com

Embed: (wiki syntax)

« Back to documentation index

cyclic_value

cyclic_value

Provides a value that cycles between two limits. More...

Data Structures

class  cyclic_value< T, FIRST, LAST, typename >
 Provides a value that cycles between two limits. More...
class  cyclic_value< T, FIRST, LAST, typename etl::enable_if<(FIRST==0)&&(LAST==0)>::type >
 Provides a value that cycles between two limits. More...

Detailed Description

Provides a value that cycles between two limits.