... | @@ -3,6 +3,8 @@ |
... | @@ -3,6 +3,8 @@ |
|
|
|
|
|
At this point, all of the message base functionality is located in this file. I am planning on breaking it up in the future, however, as it's growing a bit difficult to handle at this point on the console based machine that I'm doing development on, at over 550 lines.
|
|
At this point, all of the message base functionality is located in this file. I am planning on breaking it up in the future, however, as it's growing a bit difficult to handle at this point on the console based machine that I'm doing development on, at over 550 lines.
|
|
|
|
|
|
|
|
Also, due to some issues in current implementation of the message scanning routines, I may be rewriting these completely, with an API laid out first. Please see [[new proposed scan method]].
|
|
|
|
|
|
**NOTE**: This has been broken up more now, and more will be coming in the future.
|
|
**NOTE**: This has been broken up more now, and more will be coming in the future.
|
|
|
|
|
|
## Layout
|
|
## Layout
|
... | @@ -20,6 +22,7 @@ Needs substantial revision as far as the OO layout. Currently everything is loc |
... | @@ -20,6 +22,7 @@ Needs substantial revision as far as the OO layout. Currently everything is loc |
|
|
|
|
|
* [[dispMsg()]] - displays current message (pause delimited or screendump mode)
|
|
* [[dispMsg()]] - displays current message (pause delimited or screendump mode)
|
|
* [[scanSub()]] - scans an individual sub-board for new messages
|
|
* [[scanSub()]] - scans an individual sub-board for new messages
|
|
|
|
* Please see [[new proposed scan method]]
|
|
* `doMPrompt()` - do end of message prompt with dynamic values inserted that were not available w/static property attributes
|
|
* `doMPrompt()` - do end of message prompt with dynamic values inserted that were not available w/static property attributes
|
|
* `openNewMBase()` - handles the chunk of code from `scanSub()` that was being repeatedly called when opening a new sub and testing for errors
|
|
* `openNewMBase()` - handles the chunk of code from `scanSub()` that was being repeatedly called when opening a new sub and testing for errors
|
|
* `verifyBounds()` - is supposed to make sure that `scanSub()` is within legit bounds when looking for new messages
|
|
* `verifyBounds()` - is supposed to make sure that `scanSub()` is within legit bounds when looking for new messages
|
... | | ... | |