public Generator() : base(false)
 {
     fieldGeneratorCameraSelection = new FieldHoldingGeneratorCameraSelection("field \"CameraSelection\" of the CarControlCameraCommand class");
     fieldGeneratorCommandType     = new FieldHoldingGeneratorCommandType("field \"CommandType\" of the CarControlCameraCommand class");
     unknownFieldGenerator         = new UnknownFieldGenerator(false);
     set_what("the CarControlCameraCommand class");
 }
 public Generator(bool ignore_extras) : base(ignore_extras)
 {
     fieldGeneratorCameraSelection = new FieldHoldingGeneratorCameraSelection("field \"CameraSelection\" of the CarControlCameraCommand class");
     fieldGeneratorCommandType     = new FieldHoldingGeneratorCommandType("field \"CommandType\" of the CarControlCameraCommand class");
     unknownFieldGenerator         = new UnknownFieldGenerator(ignore_extras);
     set_what("the CarControlCameraCommand class");
 }