#include <ngcbIFC.hpp>
Public Member Functions | |
| bool | operator== (const ngcb_rtms_cfg_t &other) const |
| Operator ==. | |
| ngcb_rtms_cfg_t & | operator= (const ngcb_rtms_cfg_t &other) |
| Operator =. | |
| ngcb_rtms_cfg_t (const ngcb_rtms_cfg_t &other) | |
| Copy constructor. | |
| ngcb_rtms_cfg_t () | |
| Constructor. | |
| void | Reset () |
| Reset all registers. | |
Public Attributes | |
| ngcb_reg_t | topic |
| MUDPI topic. | |
| ngcb_reg_t | component |
| MUDPI component. | |
| ngcb_reg_t | application |
| MUDPI application. | |
| ngcb_reg_t | leadingPadding |
| RTMS leading padding. | |
| ngcb_reg_t | trailingPadding |
| RTMS trailing padding. | |
| ngcb_reg_t | littleEndian |
| RTMS little endian. | |
| ngcb_reg_t | local_ip |
| RTC-IF local ip. | |
| ngcb_reg_t | subnet |
| RTC-IF subnet mask. | |
| ngcb_reg_t | gateway |
| RTC-IF gatewway. | |
| ngcb_reg_t | dest_ip |
| RTC-IF destination ip. | |
| ngcb_reg_t | srcPort |
| RTC-IF source port. | |
| ngcb_reg_t | destPort |
| RTC-IF destination port. | |
| ngcb_reg_t | ttl |
| RTC-IF TTL. | |
| ngcb_reg_t | ds |
| RTC-IF DS. | |
| ngcb_reg_t * | reg [14] |
| Register array. | |
RTMS configuration (WFS)
|
inline |
Copy constructor.
|
inline |
Constructor.
|
inline |
Operator =.
|
inline |
Operator ==.
|
inline |
Reset all registers.
| ngcb_reg_t ngcb_rtms_cfg_t::application |
MUDPI application.
| ngcb_reg_t ngcb_rtms_cfg_t::component |
MUDPI component.
| ngcb_reg_t ngcb_rtms_cfg_t::dest_ip |
RTC-IF destination ip.
| ngcb_reg_t ngcb_rtms_cfg_t::destPort |
RTC-IF destination port.
| ngcb_reg_t ngcb_rtms_cfg_t::ds |
RTC-IF DS.
| ngcb_reg_t ngcb_rtms_cfg_t::gateway |
RTC-IF gatewway.
| ngcb_reg_t ngcb_rtms_cfg_t::leadingPadding |
RTMS leading padding.
| ngcb_reg_t ngcb_rtms_cfg_t::littleEndian |
RTMS little endian.
| ngcb_reg_t ngcb_rtms_cfg_t::local_ip |
RTC-IF local ip.
| ngcb_reg_t* ngcb_rtms_cfg_t::reg[14] |
Register array.
| ngcb_reg_t ngcb_rtms_cfg_t::srcPort |
RTC-IF source port.
| ngcb_reg_t ngcb_rtms_cfg_t::subnet |
RTC-IF subnet mask.
| ngcb_reg_t ngcb_rtms_cfg_t::topic |
MUDPI topic.
| ngcb_reg_t ngcb_rtms_cfg_t::trailingPadding |
RTMS trailing padding.
| ngcb_reg_t ngcb_rtms_cfg_t::ttl |
RTC-IF TTL.