A helper class for reading and writing values used for Synchronized Sampling configuration
SyncNodeConfig( |
| ) |
Creates a SyncNodeConfig object
networkInfo const SyncNetworkInfo* | A SyncNetworkInfo object containing information on a Node in the Sync Sampling network. |
The SyncNetworkInfo object containing information on the Node in the Sync Sampling network.
The NodeEepromHelper to use in reading and writing eeproms.
Gets the SampleRate of the node.
A SampleRate object representing the sample rate of the node.
Error_NodeCommunication: Failed to read the value from the Node.
Error_Connection: A connection error has occurred with the parent BaseStation.
Error_UnknownSampleRate: The sample rate value read from the node is not a valid SampleRate.
Gets the ChannelMask of the node.
A ChannelMask object representing the active channels of the node.
Error_NodeCommunication: Failed to read the value from the Node.
Error_Connection: A connection error has occurred with the parent BaseStation.
Gets the WirelessTypes::DataFormat of the node.
A WirelessTypes::DataFormat object representing the data format of the node.
Error_NodeCommunication: Failed to read the value from the Node.
Error_Connection: A connection error has occurred with the parent BaseStation.
Gets the WirelessTypes::DataCollectionMethod of the node.
A WirelessTypes::DataCollectionMethod object representing the collection method of the Node.
Error_NodeCommunication: Failed to read the value from the Node.
Error_Connection: A connection error has occurred with the parent BaseStation.
Gets the number of sweeps per session of the node.
The number of sweeps per session of the node.
Error_NodeCommunication: Failed to read the value from the Node.
Error_Connection: A connection error has occurred with the parent BaseStation.
Gets the WirelessTypes::SyncSamplingMode of the node.
The WirelessTypes::SyncSamplingMode of the node.
Error_NodeCommunication: Failed to read the value from the Node.
Error_Connection: A connection error has occurred with the parent BaseStation.
Gets the WirelessTypes::SamplingMode ofthe node.
The WirelessTypes::SamplingMode of the node.
Error_NodeCommunication: Failed to read the value from the Node.
Error_Connection: A connection error has occurred with the parent BaseStation.
Gets the value stored in eeprom for the sampling delay of the node.
The sampling delay of the node as a TimeSpan.
Error_NodeCommunication: Failed to read the value from the Node.
Error_Connection: A connection error has occurred with the parent BaseStation.
Gets the time between bursts of the node.
A TimeSpan representing the time between bursts of the node.
Error_NodeCommunication: Failed to read the value from the Node.
Error_Connection: A connection error has occurred with the parent BaseStation.
Gets the WirelessTypes::NodeRetransmission of the node.
The WirelessTypes::NodeRetransmission of the node.
Error_NodeCommunication: Failed to read the value from the Node.
Error_Connection: A connection error has occurred with the parent BaseStation.
Gets the second filter of the node.
A WirelessTypes::SettlingTime representing the second filter of the node.
Error_NodeCommunication: Failed to read the value from the Node.
Error_Connection: A connection error has occurred with the parent BaseStation.
void txPerGroup( |
| ) |
Writes the transmissions per group to the node.
txPerGroup uint32 | The number of transmissions per group value to write to the node. |
Error_NodeCommunication: Failed to write the value to the Node.
Error_Connection: A connection error has occurred with the parent BaseStation.
void groupSize( |
| ) |
Writes the group size to the node.
groupSize uint32 | The group size value to write to the node. |
Error_NodeCommunication: Failed to write the value to the Node.
Error_Connection: A connection error has occurred with the parent BaseStation.
void tdmaAddress( |
| ) |
Writes the TDMA address to the node.
address uint32 | The TDMA address value to write to the node. |
Error_NodeCommunication: Failed to write the value to the Node.
Error_Connection: A connection error has occurred with the parent BaseStation.
void retransmission( |
| ) |
Writes the retransmission value to the node.
reTx | The WirelessTypes::NodeRetransmission value to write to the node. |
Error_NodeCommunication: Failed to write the value to the Node.
Error_Connection: A connection error has occurred with the parent BaseStation.
void maxRetransPerBurst( |
| ) |
Writes the maximum retransmissions per burst to the node.
maxReTxPerBurst uint32 | The maximum retransmissions per burst value to write to the node. |
Error_NodeCommunication: Failed to write the value to the Node.
Error_Connection: A connection error has occurred with the parent BaseStation.
Resets the radio/power on the Node to apply eeprom changes that have been made.