Jim Hofman
Jim Hofman
Add the capability to extend Classes with table and dtype
Minor change in a couple of places in tlm.py to accommodate updates in Python 3 Cast results of dictionary methods, _keys()_ and _values().index()_ to type _list_
Add error handling for PacketHandler and CCSDSPacketHandler for check on the size relative to the configured packet definitions. Fixes #368
In _tlm.py,_ the _validate()_ functions declared in the _FieldDefinitions_ and _DerivationDefinition_ classes need to modified to fix the _'else'_ statement of following block (found in both methods): if self.enum: if...
Factoring check_yaml_timestamps() from the ObjectCache class and making it a standalone function, allows it to easily used by other modules.