# **************************************************************************** # CUI # # The Advanced Framework for Simulation, Integration, and Modeling (AFSIM) # # The use, dissemination or disclosure of data in this file is subject to # limitation or restriction. See accompanying README and LICENSE for details. # **************************************************************************** # AUTHOR: Michael Williams (michael.x.williams@boeing.com) sp {apply*operator*create-action-command (state ^name RIPR-AIAI ^operator ^io.output-link
    ) ( ^actions ) ( ^ ) ( ^name ) --> (
      ^ ) (write (crlf) |Outputting | | | ) } sp {apply*operator*remove-command (state ^operator.actions ^io.output-link
        ) (
          ^ ) ( ^status complete) --> (
            ^ -) (write (crlf) |Completed | ) }