![]() |
FlxCard
|
Functions | |
| u_int | FlxCard::card_model () |
| u_int | FlxCard::card_type () |
| u_int | FlxCard::firmware_type () |
| std::string | FlxCard::firmware_type_string () |
| std::string | FlxCard::firmware_string () |
| bool | FlxCard::lpgbt_type () |
| bool | FlxCard::lpgbt_fec12 () |
| bool | FlxCard::lpgbt_5gbps () |
| bool | FlxCard::fullmode_type () |
| void | FlxCard::soft_reset () |
| void | FlxCard::cr_fromhost_reset () |
| u_int | FlxCard::number_of_endpoints () |
| u_int | FlxCard::endpoint () |
| u_int | FlxCard::number_of_channels () |
| std::pair< int, int > | FlxCard::ec_elink_indices () |
| int | FlxCard::ec_elink_tohost_index () |
| int | FlxCard::ec_elink_fromhost_index () |
| std::pair< int, int > | FlxCard::ic_elink_indices () |
| int | FlxCard::ic_elink_tohost_index () |
| int | FlxCard::ic_elink_fromhost_index () |
A set of functions that can mostly be described as methods that interact with the card or device endpoint.
|
inline |
Returns the H/W type of the FLX card, read in card_open(). Currently these types are known (and supported): FLX-709, FLX-710, FLX-711, FLX-712, FLX-128, FLX-181, FLX-182, FLX-155
|
inline |
Returns the firmware type of the FLX card, read in card_open().
|
inline |
Returns the firmware type of the FLX card as a (short) string.
|
inline |
Returns a descriptive name of the firmware type and version running on the FLX card.
|
inline |
Returns whether the firmware type is an lpGBT-type firmware.
|
inline |
Returns whether the lpGBT-type firmware uses FEC12 (otherwise FEC5)
|
inline |
Returns whether the lpGBT-type firmware has lpGBT at 5Gbps (default 10Gbps)
|
inline |
Returns whether the firmware type is a FULLMODE-type firmware.
| void FlxCard::soft_reset | ( | ) |
Triggers a reset by the SOFT_RESET register in BAR0.
| void FlxCard::cr_fromhost_reset | ( | ) |
Triggers a reset by the CRFROMHOST_RESET register in BAR2.
|
inline |
|
inline |
|
inline |
| std::pair< int, int > FlxCard::ec_elink_indices | ( | ) |
| std::pair< int, int > FlxCard::ic_elink_indices | ( | ) |