TODO: short description for this class. More...
#include <SimpleTimeConstMapping.h>
Inherits SimpleConstMapping.
Public Member Functions | |
SimpleTimeConstMapping (double _myValue, simtime_t _start, simtime_t _stop) | |
Constructs the mapping with the value _myValue, in the time interval [start, stop]. | |
double | getValue (const Argument &pos) const |
Returns a constant. | |
ConstMapping * | constClone () const |
creates a clone of this mapping. | |
Protected Attributes | |
double | myValue |
simtime_t | start |
simtime_t | stop |
TODO: short description for this class.
Definition at line 29 of file SimpleTimeConstMapping.h.