Rumba C++ SDK
ChannelFloat.h
Go to the documentation of this file.
1 /*
2 
3  *
4  ***
5  *****
6  ********************* Mercenaries Engineering SARL
7  ***************** Copyright (C) 2018
8  *************
9  ********* http://www.mercenaries-engineering.com
10  ***********
11  **** ****
12  ** **
13 
14 */
15 #pragma once
16 
17 #include "Value.h"
18 
19  namespace maquina
20  {
22 
26  {
27  public:
29  ChannelFloat();
30 
32 
33  ChannelFloat(const Value &v);
34 
36  ChannelFloat(float v, float _default);
37 
39  float default_channel_value() const;
40  };
41  }
This version of the SDK is unstable, i-e, it may change with no warning.
Definition: AddCurveAction.h:20
#define MAQUINA_EXPORT
Definition: Export.h:31
A float value with a default value.
Definition: ChannelFloat.h:25
Base class of all Rumba values.
Definition: Value.h:34