EPANET-RTX  1.1
real-time extension for the EPANET toolkit
Public Types | Public Member Functions | List of all members
RTX::SineTimeSeries Class Reference
Inheritance diagram for RTX::SineTimeSeries:
[legend]
Collaboration diagram for RTX::SineTimeSeries:
[legend]

Public Types

typedef boost::shared_ptr
< SineTimeSeries
sharedPointer
 
- Public Types inherited from RTX::TimeSeries
typedef boost::shared_ptr
< TimeSeries
sharedPointer
 

Public Member Functions

 SineTimeSeries (double magnitude=1., time_t period=86400)
 
virtual Point point (time_t time)
 option to add lots of (un)ordered points all at once. More...
 
time_t period ()
 
double magnitude ()
 
void setPeriod (time_t p)
 
void setMagnitude (double m)
 
- Public Member Functions inherited from RTX::TimeSeries
virtual void insert (Point aPoint)
 
virtual void insertPoints (std::vector< Point >)
 
virtual Point pointBefore (time_t time)
 
virtual Point pointAfter (time_t time)
 
virtual Point pointAtOrBefore (time_t time)
 
virtual Point interpolatedPoint (time_t time)
 
virtual std::vector< Pointpoints (time_t start, time_t end)
 Get a vector of Points within a specific time range. More...
 
virtual std::pair< Point, PointadjacentPoints (time_t time)
 
virtual std::string name ()
 1/frequency (# seconds between data points)
 
PointRecord::sharedPointer record ()
 
TimeSeries::Statistics summary (time_t start, time_t end)
 
TimeSeries::Statistics gapsSummary (time_t start, time_t end)
 
std::vector< Pointgaps (time_t start, time_t end)
 
virtual TimeSeries::sharedPointer rootTimeSeries ()
 
virtual void setName (const std::string &name)
 
void setRecord (PointRecord::sharedPointer record)
 
virtual void resetCache ()
 
virtual void setClock (Clock::sharedPointer clock)
 
Clock::sharedPointer clock ()
 
virtual void setUnits (Units newUnits)
 
Units units ()
 
void setFirstTime (time_t time)
 
void setLastTime (time_t time)
 
time_t firstTime ()
 
time_t lastTime ()
 
virtual std::ostream & toStream (std::ostream &stream)
 

Additional Inherited Members

- Protected Member Functions inherited from RTX::TimeSeries
virtual bool isCompatibleWith (TimeSeries::sharedPointer withTimeSeries)
 

Member Function Documentation

Point SineTimeSeries::point ( time_t  time)
virtual

option to add lots of (un)ordered points all at once.

Get a Point at a specific time.

Parameters
timeThe requested time.
Returns
The requested Point, or the Point just prior to the passed time value.
See also
Point

Reimplemented from RTX::TimeSeries.


The documentation for this class was generated from the following files: