|
FpgaManager
Software API Documentation
|
Configuration Parameter More...
#include <FpgaManager_Config.h>
Static Public Member Functions | |
| static ConfigSettings | From (types::ApiUrl::Protocol protocol, Profile profile) |
| Construct configuration parameter from protocol/profile More... | |
Public Attributes | |
| Property< uint32_t > | UniScpVendorId |
| UniScp Vendor ID (must match FPGA FW implementation) More... | |
| Property< uint32_t > | UniScpProductId |
| UniScp Product ID (must match FPGA FW implementation) More... | |
| Property< unsigned > | UniScpMaxPacketSize |
| UniScp Maximum Packet size More... | |
| Property< unsigned > | UniScpMaxPendingPackets |
| UniScp Maximum pending packet count More... | |
| Property< unsigned > | UniScpUpPktRate |
| UniScp upstream packet rate limit More... | |
| Property< types::Duration > | UniScpKeepAliveTimeout |
| UniScp keep-alive timeout More... | |
| Property< unsigned > | UniMmBufferDivider |
| UniMM buffer divider More... | |
| Property< Fx3FifoMode_t > | Fx3FifoMode |
| FX3 FIFO Mode More... | |
| Property< unsigned > | Fx3PacketSizeMultiplier |
| FX3 Packet Size Multiplier More... | |
| Property< unsigned > | Fx3OpenTransfers |
| FX3 Simultaneous open transfers More... | |
| Property< CallbackOperationMode_t > | CallbackOperationMode |
| Callback operation mode More... | |
Configuration Parameter
|
static |
Construct configuration parameter from protocol/profile
| protocol | Transport protocol |
| profile | Configuration profile |
| Property<CallbackOperationMode_t> CallbackOperationMode |
Callback operation mode
| Property<Fx3FifoMode_t> Fx3FifoMode |
FX3 FIFO Mode
| Property<unsigned> Fx3OpenTransfers |
FX3 Simultaneous open transfers
| Property<unsigned> Fx3PacketSizeMultiplier |
FX3 Packet Size Multiplier
| Property<unsigned> UniMmBufferDivider |
UniMM buffer divider
| Property<types::Duration> UniScpKeepAliveTimeout |
UniScp keep-alive timeout
| Property<unsigned> UniScpMaxPacketSize |
UniScp Maximum Packet size
| Property<unsigned> UniScpMaxPendingPackets |
UniScp Maximum pending packet count
| Property<uint32_t> UniScpProductId |
UniScp Product ID (must match FPGA FW implementation)
| Property<unsigned> UniScpUpPktRate |
UniScp upstream packet rate limit
| Property<uint32_t> UniScpVendorId |
UniScp Vendor ID (must match FPGA FW implementation)