mirror of
http://172.16.200.102/RESSAC/RESSAC_Use_Case.git
synced 2025-12-30 21:23:57 +01:00
Folder MMS contans SCADE Suite MMS model (essentially F_FC, flight control parts). MMS_Interface_Synchro contains the MMS top level synchronization between SCADE Suite and SCADE Architect
31 lines
429 B
Plaintext
31 lines
429 B
Plaintext
Entities_Definitions DEFINITIONS ::= BEGIN
|
|
project_ref ::= SEQUENCE OF {
|
|
SEQUENCE {
|
|
identity oid,
|
|
persist_as string,
|
|
workspace oid
|
|
}
|
|
}
|
|
workspace ::= SEQUENCE OF {
|
|
SEQUENCE {
|
|
identity oid,
|
|
active_project oid
|
|
}
|
|
}
|
|
base ::= SEQUENCE OF {
|
|
SEQUENCE {
|
|
oid_count integer,
|
|
version string
|
|
}
|
|
}
|
|
base ::= {
|
|
{2, ""}
|
|
}
|
|
workspace ::= {
|
|
{"1", "2"}
|
|
}
|
|
project_ref ::= {
|
|
{"2", "MMS.etp", "1"}
|
|
}
|
|
END
|