Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Link the application with libV12_webui.so libraryso library.
Code Block
languagecpp
titleCMakeLists.txt Sample
add_executable(fa-webui-app
    <sources>)

target_include_directories(fa-webui-app
    PRIVATE ${FIXANTENNA_INCLUDE_DIR})

target_link_libraries(fa-webuia-pp 
    PRIVATE V12 V12_webui)

...

The following information is displayed on the Session Details page:

  • A table with session parameters configured in the engine.properties file, current status, and sequence numbers
  • Buttons to:
    • Connect the session
    • Disconnect the session
    • Reset sequence numbers
    • Refresh the Session Details page
    • Navigate back to the Sessions List page

...