Overview
Comment:Changed FP ports to f and p
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: a1cdb9187a0342fcf1dae9f19e18ee082dda63c7ccbfc17a8abecd6fcb73427a
User & Date: gawthrop@users.sourceforge.net on 1998-06-29 12:13:36
Other Links: branch diff | manifest | tags
Context
1998-06-29
12:16:05
Whoops - FP bonds are p and f (in that order) check-in: d6fc60bf8d user: gawthrop@users.sourceforge.net tags: origin/master, trunk
12:13:36
Changed FP ports to f and p check-in: a1cdb9187a user: gawthrop@users.sourceforge.net tags: origin/master, trunk
10:12:58
Converted to FP component
Removed FP label
check-in: a610c05d14 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/lib/comp/simple/comp_ports.m from [9b381605ee] to [9d2ba2c1c7].

10
11
12
13
14
15
16



17
18
19
20
21
22
23
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26







+
+
+









% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% Version control history
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% $Id$
% %% $Log$
% %% Revision 1.6  1998/06/29 09:55:17  peterg
% %% Changed name to FP from ES
% %%
% %% Revision 1.5  1998/04/12 15:01:53  peterg
% %% Converted to uniform port notation - always use []
% %%
% %% Revision 1.4  1998/03/31 08:39:31  peterg
% %% Added EBTF
% %%
% %% Revision 1.3  1997/11/21 11:32:57  peterg
43
44
45
46
47
48
49
50

51
52
53
54
55
56
57
46
47
48
49
50
51
52

53
54
55
56
57
58
59
60







-
+







elseif length(findstr(comp_type,one_ports))==1
  ports = ['[in]'];
elseif length(findstr(comp_type,two_ports))==1
  ports = ['[in]';'[out]'];
elseif length(findstr(comp_type,'[-EMTF-]'))==1
  ports = ['[in]';'[out]';'[mod]'];
elseif length(findstr(comp_type,'[-FP-]'))==1
  ports = ['[e]';'[s]'];
  ports = ['[f]';'[p]'];
elseif length(findstr(comp_type,'[-PS-]'))==1
  ports = ['[in]';'[out]';'[power]'];
elseif length(findstr(comp_type,N_ports))==1
  if N==1
    ports = ['[in]'];
  elseif N==2
    ports = ['[in]';'[out]'];


MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]