pixled-lib
1.0
|
#include <chrono.h>
Public Member Functions | |
time | operator() (led l, time t) const override |
T * | copy () const override |
Additional Inherited Members | |
Public Types inherited from pixled::base::Function< time > | |
typedef time | Type |
Function that returns the current time.
Computes the value of this Function for led l
at time t
.
l | led |
t | time |
l
at time t
. Notice that evaluating a function usually requires the recursive evaluation of other Functions (that are actually parameters of this function) until a Constant is reached for example. Implements pixled::base::Function< time >.
|
inlineoverridevirtual |
Returns a dynamically allocated copy of this function.
Implements pixled::base::Function< time >.