From OpenSCADAWiki
Jump to: navigation, search

Enter a message name below to show all available translations.

Message

Found 3 translations.

NameCurrent message text
 h English (en)'''Public methods:'''
* ''NodeId( uint32_t n, uint16_t ns = 0 );'' — Numerical initial constructor for number ''n'' in the namespace ''ns''.
* ''NodeId( const string &str, uint16_t ns = 0, Type tp = String );'' — String initial constructor for string ''str'' into the namespace ''ns'' with the type ''tp''.
* ''NodeId( const NodeId &node );'' — The object copy constructor.
* ''NodeId( );'' — Destructor.
* ''bool operator==( const NodeId &node );'' — Objects comparing.
* ''NodeId &operator=( const NodeId &node );'' — Copying the object.
* ''Type type( ) const;'' — Node type.
* ''bool isNull( ) const;'' — Node is zero — uninitialized.
* ''uint16_t ns( ) const;'' — Namespace.
* ''uint32_t numbVal( ) const;'' — Number value.
* ''string  strVal( ) const;'' — String value.
* ''void setNs( uint16_t ns );'' — Name space setting to ''ns''.
* ''void setNumbVal( uint32_t n );'' — Number value setting to ''n''.
* ''void setStrVal( const string &str, Type tp = String );'' — String value setting to ''str'' with type ''tp''.
* ''static NodeId fromAddr( const string &strAddr, bool strictStr = false, int *off = NULL );'' — Node's object forming from the address ''strAddr'', as a strict string ''strictStr'' and with the address parsing end in ''off''.
* ''string toAddr( ) const;'' — Node's object address getting.
 h Russian (ru)'''Публичные методы:'''
* ''NodeId( uint32_t n, uint16_t ns = 0 );'' — Численный инициирующий конструктор для числа ''n'' в области имён ''ns''.
* ''NodeId( const string &str, uint16_t ns = 0, Type tp = String );'' — Строковый инициирующий конструктор для строки ''str'' в области имён ''ns'' с типом ''tp''.
* ''NodeId( const NodeId &node );'' — Копирующий конструктор объекта.
* ''NodeId( );'' — Деструктор.
* ''bool operator==( const NodeId &node );'' — Сравнение объектов.
* ''NodeId &operator=( const NodeId &node );'' — Копирование объекта.
* ''Type type( ) const;'' — Тип узла.
* ''bool isNull( ) const;'' — Узел нулевой — неинициализированный.
* ''uint16_t ns( ) const;'' — Область имён.
* ''uint32_t numbVal( ) const;'' — Числовое значение.
* ''string  strVal( ) const;'' — Строковое значение.
* ''void setNs( uint16_t ns );'' — Установка области имён в ''ns''.
* ''void setNumbVal( uint32_t n );'' — Установка числового значения ''n''.
* ''void setStrVal( const string &str, Type tp = String );'' — Установка строкового значения ''str'' с типом ''tp''.
* ''static NodeId fromAddr( const string &strAddr );'' — Формирование объекта узла из адреса ''strAddr''.
* ''string toAddr( ) const;'' — Получение адреса объекта узла.
 h Ukrainian (uk)'''Публічні методи:'''
* ''NodeId( uint32_t n, uint16_t ns = 0 );'' — Чисельний ініціюючий конструктор для числа ''n'' у просторі назв ''ns''.
* ''NodeId( const string &str, uint16_t ns = 0, Type tp = String );'' — Строковий ініціюючий конструктор для рядка ''str'' у просторі назв ''ns'' з типом ''tp''.
* ''NodeId( const NodeId &node );'' — Копіюючий конструктор об'єкту.
* ''NodeId( );'' — Деструктор.
* ''bool operator==( const NodeId &node );'' — Порівняння об'єктів.
* ''NodeId &operator=( const NodeId &node );'' — Копіювання об'єкту.
* ''Type type( ) const;'' — Тип вузла.
* ''bool isNull( ) const;'' — Вузол нульовий — неініційований.
* ''uint16_t ns( ) const;'' — Простір назв.
* ''uint32_t numbVal( ) const;'' — Чисельні значення.
* ''string  strVal( ) const;'' — Строкові значення.
* ''void setNs( uint16_t ns );'' — Встановлення простору назв у ''ns''.
* ''void setNumbVal( uint32_t n );'' — Встановлення чисельного значення ''n''.
* ''void setStrVal( const string &str, Type tp = String );'' — Встановлення строкового значення ''str'' з типом ''tp''.
* ''static NodeId fromAddr( const string &strAddr, bool strictStr = false, int *off = NULL );'' — Формування об'єкту вузла із адреси ''strAddr'', як суворий рядок ''strictStr'' та із кінцем розбору адреси у ''off''.
* ''string toAddr( ) const;'' — Отримання адреси об'єкту вузла.