FPT and WinFPT Reference Manual - Command-line Commands

| SimCon Home | Reference Manual Home |


RECORD / REPLAY INTERFACE

Syntax:

RECORD [/] REPLAY [INTERFACE] [:] [:] <symbol>

RECORD [/] REPLAY [INTERFACE] [:] [:] <symbol> \ <symbol>

RECORD [/] REPLAY [INTERFACE] [:] [:] / <symbol> / <symbol>

RECORD [/] REPLAY [INTERFACE] [:] [:] / <symbol> /

Function:

Specifies that the named symbol is to be treated as a record / replay interface. The symbol may be:

Please see INSERT RECORD / REPLAY for a description of the record/replay mechanism.

Where to use this command:

Operating system command line

Yes


Configuration file, config.fsp

No


Specification (FSP) files, *.fsp

Yes


Interactively, to FPT> prompt:

Yes


Interactive command files

Yes


Embedded in the Fortran code

Yes


Default:

No interfaces are specified by default.

Example:

! helisim1_rr.fsp  14-Apr-12  John Collins
 
helisim1_files.fsp
 
% record / replay interface get_pal
% record / replay interface get_cyclic
% record / replay interface get_collective
% record / replay interface get_rudder
% record / replay interface /switches/
 
% insert record / replay
 
! End of helisim1_rr.fsp


Copyright ©1995 to 2014 Software Validation Ltd. All rights reserved.