• 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

  • Protocols - ExternalControl I/O
  • WWWURLEncodeTranslator
  • 5.0.0

WWWURLEncodeTranslator Class

(ExternalControlIO::WWWURLEncodeTranslator)

WWWURLEncodeTranslator converts channel values to/from application/x-www-form-urlencoded encoding. More...

Header: #include <WWWURLEncodeTranslator>
Inherits: ServerIO::Translator::TranslatorBase<STREAMTYPE>
  • List of all members, including inherited members

Public Functions

void Translate(STREAMTYPE &stream, const ServerIO::Translator::TranslatorChannelGroup &channelTree) const override

Reimplemented Public Functions

virtual std::string MimeType() const override
  • 4 public functions inherited from ServerIO::Translator::TranslatorBase
  • 27 public functions inherited from CDP::StudioAPI::CDPNode
  • 22 public functions inherited from CDP::StudioAPI::ICDPNode

Reimplemented Protected Functions

virtual std::string GetNodeTypeName() const override
  • 1 protected function inherited from ServerIO::Translator::TranslatorBase
  • 1 protected function inherited from CDP::StudioAPI::CDPNode

Additional Inherited Members

  • 1 static public member inherited from ServerIO::Translator::TranslatorBase
  • 1 protected function inherited from ServerIO::Translator::TranslatorBase
  • 1 protected function inherited from CDP::StudioAPI::CDPNode

Detailed Description

WWWURLEncodeTranslator converts channel values to/from application/x-www-form-urlencoded encoding.

WWWURLEncodeTranslator is useful to compose HTTP POST requests based on channel values and also to parse encoded streams back to channels. application/x-www-form-urlencoded encoded stream looks like this:

Channel1Name=Value1&Channel2Name=Value2...

Member Function Documentation

[override virtual protected] std::string WWWURLEncodeTranslator::GetNodeTypeName() const

[override virtual] std::string WWWURLEncodeTranslator::MimeType() const

void WWWURLEncodeTranslator::Translate(STREAMTYPE &stream, const ServerIO::Translator::TranslatorChannelGroup &channelTree) const

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