Closed Mnenmenth closed 3 years ago
closes #11
This adds more documentation to the entire project and refactors any existing documentation to be in the "java-doc" style
This also contains a couple small changes that didn't necessarily warrant its own issue/PR
UpdateableState::update_state()
StateVariables
length
session::do_write
msg->length()
[x] #50 should be reviewed and merged before reviewing this
closes #11
This adds more documentation to the entire project and refactors any existing documentation to be in the "java-doc" style
This also contains a couple small changes that didn't necessarily warrant its own issue/PR
UpdateableState::update_state()
now takes a const referenceStateVariables
instance for configuration now also take a const reference to the statelength
parameter fromsession::do_write
, since we can just callmsg->length()
to get the string length[x] #50 should be reviewed and merged before reviewing this