Changes between Initial Version and Version 1 of ATMSDriver


Ignore:
Timestamp:
09/25/2017 04:17:31 PM (9 years ago)
Author:
jtorres
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ATMSDriver

    v1 v1  
     1= ATMSDriver Documentation = 
     2 
     3California Polytechnic State University[[BR]] 
     4San Luis Obispo, California[[BR]] 
     5Author: John A. Torres[[BR]] 
     6Version: September 25, 2017[[BR]] 
     7 
     8== Table of Contents == 
     9 
     101. [#glossary Glossary][[BR]] 
     111. [#overview ATMSDriver System Overview] [[BR]] 
     12 1. [#overview-diagram ATMS System Diagram] 
     13 1. [#simmgr-driver Simulation Manager => ATMSDriver Protocol] [[BR]] 
     14 1. [#driver-communicator ATMSDriver => ATMSCommunicator Protocol] [[BR]] 
     15 1. [#communicator-atms ATMSCommunicator => ATMS Protocol] [[BR]] 
     161. [#ATMSDriver ATMSDriver] [[BR]] 
     171. [#ATMSCommunicator ATMSCommunicator] [[BR]] 
     18 
     19== 1. Glossary == #glossary 
     20 
     21 ATMS:: Advanced Traffic Management System – a tool utilized within Caltrans 
     22 RPC:: Remote Procedural Call – a protocol that one program can use to request a service from a program located in another computer on a network without having to understand the network's details. 
     23 FEP:: Front End Processor – The FEP "polls" loop detector stations to collect detector data. 
     24 
     25== 2. ATMSDriver System Overview == #overview 
     26 
     27=== 2.1 ATMSDriver System Diagram === #overview-diagram 
     28 
     29[[Image(ATMSDriverOverview.png)]] 
     30 
     31=== 2.1 Simulation Manager => ATMSDriver Protocol === #simmgr-driver 
     32 
     33insert 
     34 
     35=== 2.2 ATMSDriver => ATMSCommunicator Protocol === #driver-communicator 
     36 
     37insert 
     38 
     39=== 2.3 ATMSCommunicator => ATMSProtocol === #communicator-atms 
     40 
     41insert 
     42 
     43== 3. ATMSDriver == #ATMSDriver 
     44 
     45insert 
     46 
     47== 4. ATMSCommunicator == #ATMSCommunicator 
     48 
     49insert