Files
RESSAC_Use_Case/UseCaseData/Layer2_MMS_SW_Scade/MMS/MMS.vsw
SylvanDissoubray c68a89b6b8 Add files via upload
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
2018-02-08 16:09:27 +01:00

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