serializeURL
: the XML file which should be used to serialized the reception of emission buffers. The format of this file is compatible with the player Application scenario format. Depending on the serializeInputs
boolean property, the inputs or outputs of the module from the external application will be serializedserializeInputs
: true if the inputs of the module from the external application must be serialized (in association with the serializeURL
property), false if the output of the module to the external application must be serialized (default is false)serializeBuffer
: true if the inputs or outputs of the module must be serialized (default is true)logDatas
: allows to specify the datas will be logged. Note that the logFile
property must also be specified to effectively log the datas (default is false)logFile
: allows to specify a log file which will print the content of the buffer received by the ExternalComm module from the external application. This may be used to debug content which could be incorrectly serialized by your external application. Note that the logDatas
property must also be true to effectively log the datasCopyright 2017-2020 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence