Definition at line 3206 of file history_schema.cxx.
◆ ReadBuffer()
SchemaHistoryBase::ReadBuffer::ReadBuffer |
( |
time_t |
first_time, |
|
|
time_t |
last_time, |
|
|
time_t |
interval |
|
) |
| |
|
inline |
Definition at line 3222 of file history_schema.cxx.
3223 {
3225
3229
3234
3236 }
TH1X EXPRT * h1_book(const char *name, const char *title, int bins, double min, double max)
◆ ~ReadBuffer()
SchemaHistoryBase::ReadBuffer::~ReadBuffer |
( |
| ) |
|
|
inline |
◆ Add()
Implements MidasHistoryBufferInterface.
Definition at line 3263 of file history_schema.cxx.
3264 {
3266 return;
3268 return;
3269
3271
3274
3276
3277 (*fTimeBuffer)[pos] = t;
3278 (*fDataBuffer)[pos] = v;
3279
3280 (*fNumEntries) = pos + 1;
3281
3283 }
3284 }
void Realloc(int wantalloc)
◆ Finish()
void SchemaHistoryBase::ReadBuffer::Finish |
( |
| ) |
|
|
inline |
◆ Realloc()
void SchemaHistoryBase::ReadBuffer::Realloc |
( |
int |
wantalloc | ) |
|
|
inline |
Definition at line 3242 of file history_schema.cxx.
3243 {
3245 return;
3246
3248
3251
3252
3253
3256
3259
3261 }
◆ fDataBuffer
double** SchemaHistoryBase::ReadBuffer::fDataBuffer |
◆ fFirstTime
time_t SchemaHistoryBase::ReadBuffer::fFirstTime |
◆ fInterval
time_t SchemaHistoryBase::ReadBuffer::fInterval |
◆ fLastTime
time_t SchemaHistoryBase::ReadBuffer::fLastTime |
◆ fNumAdded
int SchemaHistoryBase::ReadBuffer::fNumAdded |
◆ fNumAlloc
int SchemaHistoryBase::ReadBuffer::fNumAlloc |
◆ fNumEntries
int* SchemaHistoryBase::ReadBuffer::fNumEntries |
◆ fPrevTime
time_t SchemaHistoryBase::ReadBuffer::fPrevTime |
◆ fTimeBuffer
time_t** SchemaHistoryBase::ReadBuffer::fTimeBuffer |
The documentation for this class was generated from the following file: