|
Safir SDK Core
|
Status of an application debug tracer. More...
#include </home/lars/safir/safir-sdk-core/src/safir_dou/gen/cpp/include/Safir/Application/TracerStatus.h>
Static Public Member Functions | |
| static TracerStatusPtr | Create () |
| static Safir::Dob::Typesystem::MemberIndex | ProgramNameMemberIndex () |
| static Safir::Dob::Typesystem::Int32 | ProgramNameMaxStringLength () |
| static Safir::Dob::Typesystem::MemberIndex | NodeNameMemberIndex () |
| static Safir::Dob::Typesystem::Int32 | NodeNameMaxStringLength () |
| static Safir::Dob::Typesystem::MemberIndex | PrefixesMemberIndex () |
| static Safir::Dob::Typesystem::MemberIndex | LogToStdoutMemberIndex () |
| static Safir::Dob::Typesystem::MemberIndex | LogToSafirLoggingMemberIndex () |
| static Safir::Dob::Typesystem::MemberIndex | LogToTracerMemberIndex () |
Static Public Member Functions inherited from Safir::Dob::Entity | |
| static EntityPtr | Create () |
Static Public Member Functions inherited from Safir::Dob::Typesystem::Object | |
| static Dob::Typesystem::ObjectPtr | Create () |
| Creates a new Object. | |
Static Public Attributes | |
| static const Safir::Dob::Typesystem::TypeId | ClassTypeId = 600445804305245387LL |
| Type id for TracerStatus. | |
Static Public Attributes inherited from Safir::Dob::Entity | |
| static const Safir::Dob::Typesystem::TypeId | ClassTypeId = -2411771300820206595LL |
| Type id for Entity. | |
Static Public Attributes inherited from Safir::Dob::Typesystem::Object | |
| static const Dob::Typesystem::TypeId | ClassTypeId = 5955188366590963785LL |
| The TypeId of the Object class. | |
Status of an application debug tracer.
| Safir::Application::TracerStatus::TracerStatus | ( | ) |
|
explicit |
|
overridevirtual |
Create a copy of the object.
Will create a copy of the object on the heap and return a smart pointer to it. Use std::static_pointer_cast or std::dynamic_pointer_cast to cast it to the pointer type that you're after.
Reimplemented from Safir::Dob::Entity.
|
static |
|
overridevirtual |
Get a const reference to a member container from an object.
Use the methods in Members to get member indices and array sizes for use with this method.
Note: Do not use this method unless you're very sure it is the one you need!
| member | [in] - The index of the member to get. |
| index | [in] - The array index of the member to get. |
| IllegalValueException | If the index is not in the range of the array. |
| SoftwareViolationException | If the element is not an array and the index is not 0. |
Reimplemented from Safir::Dob::Entity.
|
overridevirtual |
Get a reference to a member container from an object.
Use the methods in Members to get member indices and array sizes for use with this method.
Note: Do not use this method unless you're very sure it is the one you need!
| member | [in] - The index of the member to get. |
| index | [in] - The array index of the member to get. |
| IllegalValueException | If the index is not in the range of the array. |
| SoftwareViolationException | If the element is not an array and the index is not 0. |
Reimplemented from Safir::Dob::Entity.
|
overridevirtual |
Get the type id of this object.
Gets the type id of the object. Method is virtual to ensure that the right value gets returned for pointers or references.
Reimplemented from Safir::Dob::Entity.
References ClassTypeId.
|
overridevirtual |
Check if any member of this object is changed.
This method will recursively check if any member of the object has its change flag set.
Reimplemented from Safir::Dob::Entity.
| Safir::Dob::Typesystem::ContainerProxy< Safir::Dob::Typesystem::BooleanContainer > Safir::Application::TracerStatus::LogToSafirLogging | ( | ) |
| const Safir::Dob::Typesystem::ContainerProxy< Safir::Dob::Typesystem::BooleanContainer > Safir::Application::TracerStatus::LogToSafirLogging | ( | ) | const |
Should the tracer log to Safir.Logging, i.e.
syslog?
|
static |
| Safir::Dob::Typesystem::ContainerProxy< Safir::Dob::Typesystem::BooleanContainer > Safir::Application::TracerStatus::LogToStdout | ( | ) |
| const Safir::Dob::Typesystem::ContainerProxy< Safir::Dob::Typesystem::BooleanContainer > Safir::Application::TracerStatus::LogToStdout | ( | ) | const |
Should the tracer log to standard output?
|
static |
| Safir::Dob::Typesystem::ContainerProxy< Safir::Dob::Typesystem::BooleanContainer > Safir::Application::TracerStatus::LogToTracer | ( | ) |
| const Safir::Dob::Typesystem::ContainerProxy< Safir::Dob::Typesystem::BooleanContainer > Safir::Application::TracerStatus::LogToTracer | ( | ) | const |
Should the tracer log to the Tracer UDP protocol?
|
static |
| Safir::Dob::Typesystem::ContainerProxy< Safir::Dob::Typesystem::StringContainer > Safir::Application::TracerStatus::NodeName | ( | ) |
| const Safir::Dob::Typesystem::ContainerProxy< Safir::Dob::Typesystem::StringContainer > Safir::Application::TracerStatus::NodeName | ( | ) | const |
Name of the node on which the tracing program is running.
As defined per ThisNodeParameters.
|
static |
|
static |
| Safir::Dob::Typesystem::DictionaryContainer< std::wstring, Safir::Dob::Typesystem::BooleanContainer > & Safir::Application::TracerStatus::Prefixes | ( | ) |
| const Safir::Dob::Typesystem::DictionaryContainer< std::wstring, Safir::Dob::Typesystem::BooleanContainer > & Safir::Application::TracerStatus::Prefixes | ( | ) | const |
|
static |
| Safir::Dob::Typesystem::ContainerProxy< Safir::Dob::Typesystem::StringContainer > Safir::Application::TracerStatus::ProgramName | ( | ) |
| const Safir::Dob::Typesystem::ContainerProxy< Safir::Dob::Typesystem::StringContainer > Safir::Application::TracerStatus::ProgramName | ( | ) | const |
Name of the program that is using the tracer.
Most likely the name of the executable.
|
static |
|
static |
|
overridevirtual |
Recursively set change flags in all members of this object.
| changed | [in] - The value to set the change flags to |
Reimplemented from Safir::Dob::Entity.
|
overridevirtual |
Write the object to a blob.
| handle | [in] - Handle to a blobWriter that is the destination of the serialized object. |
Reimplemented from Safir::Dob::Entity.
|
static |
Type id for TracerStatus.
Referenced by GetTypeId().