makeModel method

  1. @override
void makeModel (
  1. covariant SamFactory sf,
  2. SamAction sa,
  3. SamState ss,
  4. SamView sv
)
inherited

The specific implementation of Rocket.makeModel

We use it to initialize the SamHot ctr variable and copy the device name for debugging purposes.

Implementation

@override
void makeModel(SamFactory sf,SamAction sa, SamState ss, SamView sv) {
  this.setHot("ctr",10);
  this.aaaName = _devType;
}