Definition at line 3131 of file history_schema.cxx.
◆ ReadBuffer()
SchemaHistoryBase::ReadBuffer::ReadBuffer |
( |
time_t |
first_time, |
|
|
time_t |
last_time, |
|
|
time_t |
interval |
|
) |
| |
|
inline |
Definition at line 3147 of file history_schema.cxx.
3148 {
3150
3154
3159
3161 }
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 3188 of file history_schema.cxx.
3189 {
3191 return;
3193 return;
3194
3196
3199
3201
3202 (*fTimeBuffer)[pos] = t;
3203 (*fDataBuffer)[pos] = v;
3204
3205 (*fNumEntries) = pos + 1;
3206
3208 }
3209 }
void Realloc(int wantalloc)
◆ Finish()
void SchemaHistoryBase::ReadBuffer::Finish |
( |
| ) |
|
|
inline |
◆ Realloc()
void SchemaHistoryBase::ReadBuffer::Realloc |
( |
int |
wantalloc | ) |
|
|
inline |
Definition at line 3167 of file history_schema.cxx.
3168 {
3170 return;
3171
3173
3176
3177
3178
3181
3184
3186 }
◆ 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: