26#ifndef NIDAS_CORE_SYNCRECORDVARIABLE_H
27#define NIDAS_CORE_SYNCRECORDVARIABLE_H
31namespace nidas {
namespace dynld {
namespace raf {
Class describing a sampled variable.
Definition Variable.h:47
A Variable associated with a SyncRecord.
Definition SyncRecordVariable.h:39
SyncRecordVariable()
Definition SyncRecordVariable.h:41
int offset
Definition SyncRecordVariable.h:66
int getSyncRecOffset() const
Get the index into the sync record of the first value for this variable.
Definition SyncRecordVariable.h:46
void setLagOffset(int val)
Definition SyncRecordVariable.h:62
int getLagOffset() const
Get the index into the sync record of the lag value for this variable.
Definition SyncRecordVariable.h:60
int lagOffset
Definition SyncRecordVariable.h:68
void setSyncRecOffset(int val)
Definition SyncRecordVariable.h:48
SyncRecordVariable & operator=(const SyncRecordVariable &)
Assignment not supported.
The essential core classes of nidas.
Definition A2DConverter.h:31
Sample * getSample(sampleType type, unsigned int len)
A convienence method for getting a sample of an enumerated type from a pool.
Definition Sample.cc:70
Root namespace for the NCAR In-Situ Data Acquisition Software.
Definition A2DConverter.h:31