Procedure | Location | Procedure Type | Description |
---|---|---|---|
add_to | CDMSreader__types | Interface | |
CDMS_readline | CDMSreader__readwrite | Subroutine | Read "cat" file from the CDMS contents into appropriate arrays, with the capability to skip lines that are well-commented or blank the comment character defaults to "#", but can be set to anything not in the character NUMERIC also not whitespace |
die | CDMSreader__system | Subroutine | Stop program execution with a message |
find_state_number | CDMSreader__types | Subroutine | Check if the state "state" is in the array of states "states" |
make_asymtop_state | CDMSreader__types | Interface | |
sort_last_state | CDMSreader__types | Subroutine | Sort the last element in the array to where it should go, assuming the rest of the array is sorted |
sort_last_transition | CDMSreader__types | Subroutine | Sort the last element in the array to where it should go, assuming the rest of the array is sorted |
sort_states | CDMSreader__types | Subroutine | Insertion sort the array states, without assuming that it is sorted |
write_states | CDMSreader__readwrite | Subroutine | Writes the states in a legible format to the designated file unit |
write_transitions | CDMSreader__readwrite | Subroutine | Writes the transitions in a legible format to the designated file unit |