Module pros_sys::link

source ·

Re-exports

Constants

Functions

  • Clear the receive buffer of the link, and discarding the data.
  • Checks if a radio link on a port is active or not.
  • Initializes a link on a radio port, with an indicated type. There might be a 1 to 2 second delay from when this function is called to when the link is initializes. PROS currently only supports the use of one radio per brain.
  • Initializes a link on a radio port, with an indicated type and the ability for vexlink to override the controller radio. There might be a 1 to 2 second delay from when this function is called to when the link is initializes. PROS currently only supports the use of one radio per brain.
  • Returns the bytes of data available to be read
  • Returns the bytes of data available in transmission buffer.
  • Receive packeted message through vexlink, with a checksum and start byte.
  • Receive raw serial data through vexlink.
  • Send packeted message through vexlink, with a checksum and start byte.
  • Send raw serial data through vexlink.

Type Aliases