Definition at line 3229 of file history_schema.cxx.
◆ ReadBuffer()
| SchemaHistoryBase::ReadBuffer::ReadBuffer |
( |
time_t |
first_time, |
|
|
time_t |
last_time, |
|
|
time_t |
interval |
|
) |
| |
|
inline |
◆ ~ReadBuffer()
| SchemaHistoryBase::ReadBuffer::~ReadBuffer |
( |
| ) |
|
|
inline |
◆ Add()
| void SchemaHistoryBase::ReadBuffer::Add |
( |
time_t |
t, |
|
|
double |
v |
|
) |
| |
|
inlinevirtual |
Implements MidasHistoryBufferInterface.
Definition at line 3286 of file history_schema.cxx.
3287 {
3289 return;
3291 return;
3292
3294
3297
3299
3300 (*fTimeBuffer)[pos] = t;
3301 (*fDataBuffer)[pos] = v;
3302
3303 (*fNumEntries) = pos + 1;
3304
3306 }
3307 }
void Realloc(int wantalloc)
◆ Finish()
| void SchemaHistoryBase::ReadBuffer::Finish |
( |
| ) |
|
|
inline |
◆ Realloc()
| void SchemaHistoryBase::ReadBuffer::Realloc |
( |
int |
wantalloc | ) |
|
|
inline |
Definition at line 3265 of file history_schema.cxx.
3266 {
3268 return;
3269
3271
3272 if (newalloc <= 1000)
3273 newalloc = wantalloc + 1000;
3274
3275
3276
3279
3282
3284 }
◆ 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: