Ensō 0.4.5
Software API reference
Loading...
Searching...
No Matches
File List
Here is a list of all documented files with brief descriptions:
[detail level 1234]
  software
  include
  enso
 config.hFunctions to configure the data plane
 consts.hConstants used throughout the codebase. Some of these constants need to be kept in sync with the hardware
 helpers.hMiscellaneous helper functions
 internals.hDefinitions that are internal to Enso. They should not be exposed to applications
 ixy_helpers.hHelper functions adapted from the ixy driver
 pipe.hEnso Pipe API. We define RX, TX, and RX/TX pipes as well as the Device class that manages them. All of these classes are quite coupled, so we define them all in this file
 queue.hHelper queue for inter-thread communication
 socket.hSocket-like API
  src
  enso
 config.cppFunctions to configure the data plane
 helpers.cppMiscellaneous helper functions
 ixy_helpers.cppHelper functions adapted from the ixy driver
 pipe.cppImplementation of Enso Pipe API
 socket.cppSocket-like API
 pcie.cppFunctions to initialize and interface directly with the PCIe device
 pcie.hFunctions to initialize and interface directly with the PCIe device