SRADMoon2Settings Structure

Structure defining the parameter in SRADMoon2Settings

typedef struct __declspec (align(2))
{
  uint16_t perf_en;
  OP_ETH_GENERAL_SETTINGS opEthGen;
  OP_ETH_SETTINGS opEth1;
  uint16_t network_enables;
  uint16_t network_enables_2;
  uint16_t network_enabled_on_boot;
  uint16_t network_enables_3;
  STextAPISettings text_api;
  uint16_t pc_com_mode;
  TIMESYNC_ICSHARDWARE_SETTINGS timeSyncSettings;
  uint16_t hwComLatencyTestEn;
}SRADMoon2Settings;

Remarks

ItemDescription

perf_en

Performance test. Default value = 0

opEthGen

opEth1

See OP_ETH_SETTINGS structure

network_enables

Not applicable for RAD SuperMoon. Set to 0

network_enables_2

Not applicable for RAD SuperMoon. Set to 0

network_enabled_on_boot

Not Available

network_enables_3

Bitfield containing the software license enables. Depending on the hardware license purchased the customer may have to conditionally select which hardware channels to enable. For example the neoVI Red license allows the user to enable any 2 Dual Wire CAN channels and any 2 LIN channels. To enable a specific network its corresponding bit must be set (1). In order to transmit or receive on a network it must be enabled.

OP_Ethernet1 : 4

OP_Ethernet2 : 5

OP_Ethernet1 : 4

OP_Ethernet2 : 5

text_api

See STextAPISettings structure

pc_com_mode

Not Available

timeSyncSettings

hwComLatencyTestEn

Not Available

gPTP

See RAD_GPTP_SETTINGS structure

Last updated