Commit bf843862 authored by Stephen Scott's avatar Stephen Scott
Browse files

README.md formatting

parent e68fd6b7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7,4 +7,5 @@ The goal is to decompose a flight control computer (FCC) using Simulink-function
Directory:

\doc 	all documentation related to the decomposition

\src 	all models and source code for the project
 No newline at end of file
+2 −0
Original line number Diff line number Diff line
@@ -5,5 +5,7 @@ This directory includes all models and source code related to the new FCC decomp
Directory:

\references	Contains all of the data dictionaries, libraries, and referenced models for the FCC

FCC_New.slx	New model of the FCC system

init.m		MATLAB script to add \references to MATLAB path
 No newline at end of file
+2 −0
Original line number Diff line number Diff line
@@ -5,5 +5,7 @@ This directory includes all referenced data dictionaries, libraries, and referen
Directory:

FCC.slx			Flight control computer model		referenced by FCC_New.slx

HeliLirary.slx		Helicopter library			referenced by FCC.slx

HeliSystemDD.sldd	Helicopter system data dictionary	referenced by FCC.slx
 No newline at end of file
+2 −0
Original line number Diff line number Diff line
@@ -5,5 +5,7 @@ This directory includes all models and source code related to the original FCC d
Directory:

\references		Contains all of the data dictionaries, libraries, and referenced models for the FCC

FCC_Original.slx	Original model of the FCC system

init.m			MATLAB script to add \references to MATLAB path
 No newline at end of file
+6 −0
Original line number Diff line number Diff line
@@ -5,9 +5,15 @@ This directory includes all referenced data dictionaries, libraries, and referen
Directory:

ActuatorLoop.slx	Actuator loop model			referenced by FCC.slx

AHRS_voter.slx		Attitude/heading rate sensor model	referenced by FCC.slx

FCC.slx			Flight control computer model		referenced by FCC_Original.slx

Heli_inner_loop.slx	Helicopter inner flight control loop	referenced by FCC.slx

Heli_outer_loop.slx	Helicopter outer flight control loop	referenced by FCC.slx

HeliLibrary.slx		Helicopter library			referenced by FCC.slx

HeliSystemDD.sldd	Helicopter system data dictionary	referenced by FCC.slx
 No newline at end of file
Loading