|
Fesapi 2.9.0.1
This project provides C++ classes which allow an easy access in import and export to the Energistics standards.
|
#include <ChannelIndexDataObject.h>
Public Member Functions | |
| ChannelIndexDataObject (gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject) | |
| ChannelIndexDataObject () | |
| ChannelIndexDataObject (gsoap_eml2_3::eml23__AbstractObject *fromGsoap) | |
| virtual | ~ChannelIndexDataObject ()=default |
| virtual void | pushBackChannelIndex (gsoap_eml2_3::eml23__DataIndexKind indexKind, gsoap_eml2_3::eml23__UnitOfMeasure uom, const std::string &mnemonic, bool isIncreasing=true)=0 |
| unsigned int | getChannelIndexCount () const |
| gsoap_eml2_3::eml23__DataIndexKind | getChannelIndexKind (unsigned int index) |
| std::string | getChannelIndexUom (unsigned int index) |
| bool | getChannelIndexIsIncreasing (unsigned int index) |
| std::string | getChannelIndexMnemonic (unsigned int index) |
Public Member Functions inherited from witsml2_1::ChannelMetaDataObject< T > | |
| ChannelMetaDataObject (gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject) | |
| ChannelMetaDataObject () | |
| ChannelMetaDataObject (gsoap_eml2_3::eml23__AbstractObject *fromGsoap) | |
| virtual | ~ChannelMetaDataObject ()=default |
| common::DataObjectReference | getWellboreDor () const final |
| Gets wellbore dor. | |
| void | setWellbore (WITSML2_NS::Wellbore *witsmlWellbore) final |
Public Member Functions inherited from WITSML2_NS::WellboreObject | |
| virtual | ~WellboreObject ()=default |
| Wellbore * | getWellbore () const |
| virtual void | loadTargetRelationships () override |
Captures information about the configuration of the permanently installed components in a wellbore. It does not define the transient drilling strings (see the Tubular object) or the hanging production components (see the Completion object).
| T | Generic type parameter. |
|
inline |
Constructor for partial transfer
| [in,out] | partialObject | If non-null, the partial object. |
|
inline |
Creates an instance of this class in a gsoap context.
|
inline |
Creates an instance of this class by wrapping a gsoap instance.
| [in,out] | fromGsoap | If non-null, from gsoap. |
|
virtualdefault |
Destructor does nothing since the memory is managed by the gsoap context.
|
inline |
Gets channel index count
|
inline |
Gets channel index is increasing
| std::out_of_range | Thrown when an out of range error condition occurs. |
| index | Zero-based index of the. |
|
inline |
Gets channel index type
| std::out_of_range | Thrown when an out of range error condition occurs. |
| index | Zero-based index of the. |
|
inline |
Gets channel index mnemonic
| std::out_of_range | Thrown when an out of range error condition occurs. |
| index | Zero-based index of the. |
|
inline |
Gets channel index uom
| std::out_of_range | Thrown when an out of range error condition occurs. |
| index | Zero-based index of the. |
|
pure virtual |
Pushes a back channel index
| indexKind | The index. |
| uom | The uom. |
| mnemonic | The mnemonic. |
| isIncreasing | (Optional) True if is increasing, false if not. |
Implemented in witsml2_1::Channel, and witsml2_1::ChannelSet.