Skip to content

Sub class radio ports and fsms #19

@jmlzone

Description

@jmlzone

Currently main instantiates 2 radio ports of the base class which instantiate the fsm.
There should be a default empty sub class for these things and the code should look for the presence of user code for the sub classes and load that.

Architectural intent:
The provided port code and ism code should handle most cases with the provided code with the customizations allowable through just setting the configuration variables. In the case where a user (repeater owner) needs something we did not plan for and would require a code modification, they could use the sub class mechanism to do it. I suggest that the user code would go in the the directory similar to the machine specific xml configuration. Maybe there would be naming conventions for the port1 and port2 code so those could also be uniquely sub classed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions