Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cas741
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
W. Spencer Smith
cas741
Commits
e748c192
Commit
e748c192
authored
6 years ago
by
W. Spencer Smith
Browse files
Options
Downloads
Patches
Plain Diff
Fixed "Module Decomposition" section of MG template
parent
d642023f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
BlankProjectTemplate/docs/Design/MG/MG.pdf
+0
-0
0 additions, 0 deletions
BlankProjectTemplate/docs/Design/MG/MG.pdf
BlankProjectTemplate/docs/Design/MG/MG.tex
+12
-8
12 additions, 8 deletions
BlankProjectTemplate/docs/Design/MG/MG.tex
with
12 additions
and
8 deletions
BlankProjectTemplate/docs/Design/MG/MG.pdf
+
0
−
0
View file @
e748c192
No preview for this file type
This diff is collapsed.
Click to expand it.
BlankProjectTemplate/docs/Design/MG/MG.tex
+
12
−
8
View file @
e748c192
...
...
@@ -30,6 +30,12 @@
\newcommand
{
\mthemnum
}{
M
\themnum
}
\newcommand
{
\mref
}
[1]
{
M
\ref
{
#1
}}
\newcommand
{
\progname
}{
ProgName
}
% PUT YOUR PROGRAM NAME HERE %Every program
% should have a name - same as name in SRS -
% rather than repeat this command, in the future
% it should be
% moved to a common file
\begin{document}
\title
{
Module Guide: Project Title
\wss
{
include software's name
}}
...
...
@@ -221,14 +227,12 @@ module. The \emph{Services} field specifies \emph{what} the module will do
without documenting
\emph
{
how
}
to do it. For each module, a suggestion for the
implementing software is given under the
\emph
{
Implemented By
}
title. If the
entry is
\emph
{
OS
}
, this means that the module is provided by the operating
system or by standard programming language libraries. Also indicate if the
module will be implemented specifically for the software.
Only the leaf modules in the
hierarchy have to be implemented. If a dash (
\emph
{
--
}
) is shown, this means
that the module is not a leaf and will not have to be implemented. Whether or
not this module is implemented depends on the programming language
selected.
system or by standard programming language libraries.
\emph
{
\progname
{}}
means the
module will be implemented by the
\progname
{}
software.
Only the leaf modules in the hierarchy have to be implemented. If a dash
(
\emph
{
--
}
) is shown, this means that the module is not a leaf and will not have
to be implemented.
\subsection
{
Hardware Hiding Modules (
\mref
{
mHH
}
)
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment