FindRTI¶
嘗試尋找 M&S HLA RTI 函式庫
此模組尋找是否安裝任何 HLA RTI,並定位標準 RTI 包含檔和函式庫。
RTI 是由 IEEE 和 SISO 標準化的模擬基礎設施。 它具有定義完善的 C++ API,可確保模擬應用程式獨立於特定的 RTI 實作。
http://en.wikipedia.org/wiki/Run-Time_Infrastructure_(simulation)
此程式碼設定以下變數
RTI_INCLUDE_DIR = the directory where RTI includes file are found
RTI_LIBRARIES = The libraries to link against to use RTI
RTI_DEFINITIONS = -DRTI_USES_STD_FSTREAM
RTI_FOUND = Set to FALSE if any HLA RTI was not found
回報問題至 <certi-devel@nongnu.org>