fpga_impl¶
Warning
doxygenfile: Cannot find file “eos/fpga_impl.h
Type definitions in fpga_impl¶
-
namespace
eos -
class
fpga_impl_t¶ - #include <fpga_impl.h>
Describes an application FPGA on a switch.
Public Functions
-
fpga_impl_t()¶ Default constructor.
-
fpga_impl_t(std::string const &name, std::string const &board_standard, std::string const &part_number)¶
-
bool
operator==(fpga_impl_t const &other) const¶
-
bool
operator!=(fpga_impl_t const &other) const¶
-
bool
operator<(fpga_impl_t const &other) const¶
-
-
class
fpga_reservation_impl_t¶ - #include <fpga_impl.h>
Describes an FPGA reservation on the switch.
Public Functions
-
fpga_reservation_impl_t()¶
-
std::string
bitfile() const¶ Getter for ‘bitfile’: The file to be programmed. Empty string means to clear the FPGA.
-
bool
operator==(fpga_reservation_impl_t const &other) const¶
-
bool
operator!=(fpga_reservation_impl_t const &other) const¶
-
bool
operator<(fpga_reservation_impl_t const &other) const¶
-
uint32_t
hash() const¶ The hash function for type fpga_reservation_t.
-
void
mix_me(hash_mix &h) const¶ The hash mix function for type fpga_reservation_t.
Private Members
Friends
-
std::ostream &
operator<<(std::ostream &os, const fpga_reservation_impl_t &obj)¶ A utility stream operator that adds a string representation of fpga_reservation_t to the ostream.
-
-
class
fpga_reservation_status_impl_t¶ - #include <fpga_impl.h>
Describes an FPGA reservation status on the switch.
Public Functions
-
fpga_reservation_status_impl_t()¶
-
fpga_reservation_status_impl_t(std::string const &id, fpga_reservation_result_t result, std::string fpga_name)¶
-
fpga_reservation_result_t
result() const¶ Getter for ‘result’: The result of the reservation.
-
bool
operator==(fpga_reservation_status_impl_t const &other) const¶
-
bool
operator!=(fpga_reservation_status_impl_t const &other) const¶
-
bool
operator<(fpga_reservation_status_impl_t const &other) const¶
-
uint32_t
hash() const¶ The hash function for type fpga_reservation_status_t.
-
void
mix_me(hash_mix &h) const¶ The hash mix function for type fpga_reservation_status_t.
Friends
-
std::ostream &
operator<<(std::ostream &os, const fpga_reservation_status_impl_t &obj)¶ A utility stream operator that adds a string representation of fpga_reservation_status_t to the ostream.
-
-
class