add wiki to repository for github pages

This commit is contained in:
Scott Fennell
2019-11-20 11:04:58 -06:00
parent 54b52e39dc
commit 1c9cf79e50
239 changed files with 16043 additions and 0 deletions

View File

@ -0,0 +1,3 @@
To be added.
[Continue to Miscellaneous Trick Tools](../miscellaneous_trick_tools/Miscellaneous-Trick-Tools)

View File

@ -0,0 +1,5 @@
This section details the simulation utilities of Trick. Simulation utilities provide a service to
user models. These included a socket communication library, Trickcomm, as well as math routines,
units conversion routines, and some abstract data types written in C.
[Continue to Trick Communications](Trickcomm)

View File

@ -0,0 +1,4 @@
To be added.
[Continue to Math Utilities](Math-Utilities)