Skip to content

Struct Tryll::Client::GraphDescription::RouteDesc

ClassList > Tryll > Client > GraphDescription > RouteDesc

Internal serialisable description of one wire between two nodes.

  • #include <GraphDescription.h>

Public Attributes

Type Name
std::string exitName
Name of the exit route on the source node.
std::string sourceNode
Node name this wire leaves from.
std::string targetNode
Node name this wire enters.

Public Attributes Documentation

variable exitName

Name of the exit route on the source node.

std::string Tryll::Client::GraphDescription::RouteDesc::exitName;


variable sourceNode

Node name this wire leaves from.

std::string Tryll::Client::GraphDescription::RouteDesc::sourceNode;


variable targetNode

Node name this wire enters.

std::string Tryll::Client::GraphDescription::RouteDesc::targetNode;



The documentation for this class was generated from the following file C:/_tryll/_monorepo/server/client-cpp/include/tryll/GraphDescription.h