#include <Log.h>
|
static const char * | XML_TAG |
|
static constexpr char const * | XML_NS = "witsml21" |
|
Primarily a container for one or more channel sets (ChannelSet).
◆ Log() [1/3]
witsml2_1::Log::Log |
( |
gsoap_resqml2_0_1::eml20__DataObjectReference * | partialObject | ) |
|
|
inline |
Constructor for partial transfer
- Parameters
-
[in,out] | partialObject | If non-null, the partial object. |
◆ Log() [2/3]
witsml2_1::Log::Log |
( |
WITSML2_NS::Wellbore * | witsmlWellbore, |
|
|
const std::string & | guid, |
|
|
const std::string & | title, |
|
|
bool | isActive ) |
Constructor.
- Exceptions
-
std::invalid_argument | If witsmlWellbore == nullptr . |
- Parameters
-
[in] | witsmlWellbore | If non-null, the witsml wellbore. |
| guid | Unique identifier. |
| title | The title. |
| isActive | True if is active, false if not. |
◆ Log() [3/3]
witsml2_1::Log::Log |
( |
gsoap_eml2_3::witsml21__Log * | fromGsoap | ) |
|
|
inline |
Creates an instance of this class by wrapping a gsoap instance.
- Parameters
-
[in,out] | fromGsoap | If non-null, from gsoap. |
◆ ~Log()
Destructor does nothing since the memory is managed by the gsoap context.
◆ getChannelSets()
std::vector< class ChannelSet * > witsml2_1::Log::getChannelSets |
( |
| ) |
const |
Gets channel sets
- Returns
- Null if it fails, else the channel sets.
◆ getXmlNamespace()
std::string witsml2_1::Log::getXmlNamespace |
( |
| ) |
const |
|
inlinefinal |
Get the standard XML namespace for serializing this data object.
◆ getXmlTag()
virtual std::string witsml2_1::Log::getXmlTag |
( |
| ) |
const |
|
inlinevirtual |
Get the standard XML tag without XML namespace for serializing this data object.
- Returns
- The XML tag.
◆ loadTargetRelationships()
void witsml2_1::Log::loadTargetRelationships |
( |
| ) |
|
|
finalvirtual |
◆ pushBackChannelSet()
void witsml2_1::Log::pushBackChannelSet |
( |
class ChannelSet * | channelSet | ) |
|
Pushes a back channel set
- Parameters
-
[in,out] | channelSet | If non-null, set the channel belongs to. |
◆ XML_NS
constexpr char const* witsml2_1::Log::XML_NS = "witsml21" |
|
staticconstexpr |
The standard XML namespace for serializing this data object.
◆ XML_TAG
const char* witsml2_1::Log::XML_TAG |
|
static |
The standard XML tag without XML namespace for serializing this data object.
- Returns
- The XML tag.
The documentation for this class was generated from the following file:
- C:/Users/philippe/dev/fesapiEnv/fesapi-2.9.0.1/src/witsml2_1/Log.h