sharyuwu / optimum-tilt-of-solar-panels

Other
0 stars 0 forks source link

Output Parameters Module: Unclear meaning #45

Closed caobo1994 closed 4 years ago

caobo1994 commented 4 years ago

Secrets: The parameters of outputs. Service: Assigns the calculated results to output parameters. My understanding of this sentence is that after this operation, the output parameters will exactly be the calculated results, but they are still in the realm of this software, unknown to the outside world. Where is the step that interacts with the environment variables?

smiths commented 4 years ago

I agree with @caobo1994.

sharyuwu commented 4 years ago

My original design is to let the output parameter collect the data and then send the data to the table-layout to display on the screen. But it does not really make sense as you said, the output parameters will exactly be the calculated results, but they are still in the realm of this software. So then I combine the output parameter module and table-layout module. In other words, the table-layout module has the secret of collecting the data and output them with the correct format.