fesa-core
7.0.0
|
#include <AcquisitionFieldHistory.h>
Public Member Functions | |
const std::string & | getName () const |
bool | isMultiplexed () const |
FieldCategory | getType () const |
Protected Member Functions | |
AcqFieldHistory (const FieldConfig &fieldConfig, const FieldConfig &historyFieldConfig, DataStore *dataStore) | |
AcqFieldHistory (const FieldConfig &fieldConfig, const FieldConfig &historyFieldConfig, DataStore *dataStore, std::size_t size) | |
AcqFieldHistory (const FieldConfig &fieldConfig, const FieldConfig &historyFieldConfig, DataStore *dataStore, std::size_t size1, std::size_t size2) | |
Base class for acquisition fields with history. It contains both the acquisition field, and the history field.
FieldType | the main field type. Should be an acquisition field. |
HistoryFieldType | the history field type. Should be a generic field. |
|
inlineprotected |
Constructor for scalar types.
|
inlineprotected |
Constructor for array types, with a size parameter.
|
inlineprotected |
Constructor for 2D array types, with size1 and size2 parameters.
|
inline |
|
inline |
|
inline |