NX Open C++ Reference Guide
Public Member Functions | Public Attributes | List of all members
NXOpen::Mechatronics::SymbolTableBuilder::Symbol Struct Reference

Represents Symbol definition structure. More...

Public Member Functions

 Symbol (const NXString &nameInitial, NXOpen::Mechatronics::SymbolTableBuilder::IOType eIOTypeInitial, NXOpen::Mechatronics::SymbolTableBuilder::DataType eDataTypeInitial, const NXString &addressInitial, const NXString &commentInitial)
 Constructor for the Symbol struct. More...
 

Public Attributes

NXString Address
 Address. More...
 
NXString Comment
 Comment Text. More...
 
NXOpen::Mechatronics::SymbolTableBuilder::DataType EDataType
 Data type. More...
 
NXOpen::Mechatronics::SymbolTableBuilder::IOType EIOType
 IO type. More...
 
NXString Name
 Symbol Name. More...
 

Detailed Description

Represents Symbol definition structure.

The Symbol name must be unique in the context of Symbol Table. The comment is optional.

Constructor & Destructor Documentation

NXOpen::Mechatronics::SymbolTableBuilder::Symbol::Symbol ( const NXString nameInitial,
NXOpen::Mechatronics::SymbolTableBuilder::IOType  eIOTypeInitial,
NXOpen::Mechatronics::SymbolTableBuilder::DataType  eDataTypeInitial,
const NXString addressInitial,
const NXString commentInitial 
)

Constructor for the Symbol struct.

Parameters
nameInitialSymbol Name
eIOTypeInitialIO type
eDataTypeInitialData type
addressInitialAddress
commentInitialComment Text

Member Data Documentation

NXString NXOpen::Mechatronics::SymbolTableBuilder::Symbol::Address

Address.

NXString NXOpen::Mechatronics::SymbolTableBuilder::Symbol::Comment

Comment Text.

NXOpen::Mechatronics::SymbolTableBuilder::DataType NXOpen::Mechatronics::SymbolTableBuilder::Symbol::EDataType

Data type.

NXOpen::Mechatronics::SymbolTableBuilder::IOType NXOpen::Mechatronics::SymbolTableBuilder::Symbol::EIOType

IO type.

NXString NXOpen::Mechatronics::SymbolTableBuilder::Symbol::Name

Symbol Name.


The documentation for this struct was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.