• Skip to main content
  • Skip to header right navigation
  • Skip to site footer
CDP Studio logo

CDP Studio

The no-code and full-code software development tool for distributed control systems and HMI

  • Doc
  • Why CDP
    • Software developers
    • Automation engineers
    • Managers
  • Products
    • Automation Designer
    • HMI Designer
    • Maritime HMIs
  • Services
  • Use cases
  • Pricing
  • Try CDP

CDP Studio Documentation

  • Framework - CDP2SQL
  • NodeInfo
  • 5.0.0

NodeInfo Class

(LogManager::NodeInfo)

The NodeInfo class describes a logged node and is used to match node id, name and path. More...

Header: #include <NodeInfo>
  • List of all members, including inherited members

Public Variables

NodeID id
std::string name
std::string path

Related Non-Members

typedef IDList
typedef NameList
typedef NodeID
typedef NodeInfoList
IDList ToIDList(const NodeInfoList &nodeInfoList)
NameList ToNameList(const NodeInfoList &nodeInfoList)

Detailed Description

The NodeInfo class describes a logged node and is used to match node id, name and path.

Member Variable Documentation

NodeID NodeInfo::id

This variable holds iD of the node. Will be unique over all logged nodes.

Matches the id in KeyframeData which is returned in query result.

std::string NodeInfo::name

This variable holds name of the node. Will be unique over all logged nodes.

std::string NodeInfo::path

This variable holds full path (or Routing) of the logged node. Can be changed during logging and is not guaranteed to be unique.

Related Non-Members

typedef LogManager::IDList

List of logged node IDs.

typedef LogManager::NameList

List of logged node names.

typedef LogManager::NodeID

Used to hold the id of the logged node.

typedef LogManager::NodeInfoList

List of logged nodes.

IDList LogManager::ToIDList(const NodeInfoList &nodeInfoList)

Extracts node IDs from NodeInfoList. Useful when using LogReader to query data.

NameList LogManager::ToNameList(const NodeInfoList &nodeInfoList)

Extracts node names from NodeInfoList. Useful when using LogReader to query data.

The content of this document is confidential information not to be published without the consent of CDP Technologies AS.

CDP Technologies AS, www.cdpstudio.com

Get started with CDP Studio today

Let us help you take your great ideas and turn them into the products your customer will love.

Try CDP Studio for free
Why CDP Studio?

CDP Technologies AS
Hundsværgata 8,
P.O. Box 144
6001 Ålesund, Norway

Tel: +47 990 80 900
E-mail: info@cdptech.com

Company

About CDP

Contact us

Services

Partners

Blog

Developers

Get started

User manuals

Support

Document download

Release notes

My account

Follow CDP

  • LinkedIn
  • YouTube
  • GitHub

© Copyright 2025 CDP Technologies. Privacy and cookie policy.

Return to top