abl_link_create_session_state method

abl_link_session_state abl_link_create_session_state()

! @brief Create a new session_state instance. Thread-safe: yes Realtime-safe: no

@discussion The session_state is to be used with the abl_link_capture... and abl_link_commit... functions to capture snapshots of the current link state and pass changes to the link session.

Implementation

abl_link_session_state abl_link_create_session_state() {
  return _abl_link_create_session_state();
}