예제 #1
0
 public Generator(bool ignore_extras) : base(ignore_extras)
 {
     fieldGeneratorCommandType     = new FieldHoldingGeneratorCommandType("field \"CommandType\" of the CarControlMirrorCommand class");
     fieldGeneratorMirrorSelection = new CarMirrorSelectionEnumJSON.HoldingGenerator("field \"MirrorSelection\" of the CarControlMirrorCommand class", ignore_extras);
     unknownFieldGenerator         = new UnknownFieldGenerator(ignore_extras);
     set_what("the CarControlMirrorCommand class");
 }
예제 #2
0
 public Generator() : base(false)
 {
     fieldGeneratorCommandType     = new FieldHoldingGeneratorCommandType("field \"CommandType\" of the CarControlMirrorCommand class");
     fieldGeneratorMirrorSelection = new CarMirrorSelectionEnumJSON.HoldingGenerator("field \"MirrorSelection\" of the CarControlMirrorCommand class", false);
     unknownFieldGenerator         = new UnknownFieldGenerator(false);
     set_what("the CarControlMirrorCommand class");
 }
예제 #3
0
 public Generator()
 {
     fieldGeneratorCommandKind     = new FieldHoldingGeneratorCommandKind("field \"CommandKind\" of the CarControlMirrorState class");
     fieldGeneratorCommandType     = new FieldHoldingGeneratorCommandType("field \"CommandType\" of the CarControlMirrorState class");
     fieldGeneratorMirrorSelection = new CarMirrorSelectionEnumJSON.HoldingGenerator("field \"MirrorSelection\" of the CarControlMirrorState class", false);
     unknownFieldGenerator         = new UnknownFieldGenerator(false);
     set_what("the CarControlMirrorState class");
     allow_incomplete = false;
     allow_unpolished = false;
 }