
File: INDEX

Name: UNI-SSCF

Module: usscf


General files:
INDEX			this file
README			general information about this module
makefile		commands to compile this module


Files associated to UNI-SSCF coordination function.

usscf.h			some defaults of the UNI-SSCF protocol
usscfprotocol.cpp	implementation of UNI-SSCF coordination function 
usscfprotocol.h		interface of UNI-SSCF coordination function 


Files associated to UNI-SSCF state machine:

base class for all states (contains common functionality of all states):
usscfstate.cpp		implementation of base class
usscfstate.h		interface of UNI-SSCF state machine

specific states:
usscfstate1_1.cpp	implementation of state 1/1
usscfstate1_1.h		interface of state 1/1
usscfstate2_2.cpp	implementation of state 2/2
usscfstate2_2.h		interface of state 2/2
usscfstate2_5.cpp	implementation of state 2/5
usscfstate2_5.h		interface of state 2/5
usscfstate3_4.cpp	implementation of state 3/4
usscfstate3_4.h		interface of state 3/4
usscfstate4_10.cpp	implementation of state 4/10
usscfstate4_10.h	interface of state 4/10
