Taking as starting point the issue #43 the custom property parsing procedure has been changed to treat GenMsgCycleTime and GenSigIntialValue property as "normal" custom properties. Main changes:
Message property CycleTime marked as obsolete. Added extension method to get GenMsgCycleTime property value from custom properties dictionary, if any.
Signal property InitialValue now gets its value from InitialValue() extension method looking for GenSigInitialValue property value from custom properties dictionary, if any.
Taking as starting point the issue #43 the custom property parsing procedure has been changed to treat
GenMsgCycleTime
andGenSigIntialValue
property as "normal" custom properties. Main changes:CycleTime
marked as obsolete. Added extension method to getGenMsgCycleTime
property value from custom properties dictionary, if any.InitialValue
now gets its value from InitialValue() extension method looking forGenSigInitialValue
property value from custom properties dictionary, if any.Parsing error management
chapter andObsolete stuff
chapter