This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
trick
Watch
1
Star
0
Fork
0
You've already forked trick
mirror of
https://github.com/nasa/trick.git
synced
2025-01-10 06:52:52 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
c4ed577d87
trick
/
trick_source
/
sim_services
/
Clock
/
test
/
.gitignore
5 lines
61 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Input processor crashes if second event with same name is created When allocating a new event, if the same name is used, no allocation is created and NULL is returned. We start trying to use the returned value which seg-faulted. I added a check to only continue if the returned value from the allocation is not NULL. refs #149
2015-12-02 16:44:27 +00:00
*.o
BC635Clock_test
TPROCTEClock_test
Functions with enumerated default arguments cause bad python code to be generated OK, all the previous checkins were the wrong way to fix this issue. The SWIG compactdefaultargs feature and the shadow feature clash for our DRBinary class. I turn off compactdefaultargs for the DRBinary class, leaving it on for everything else. refs #176
2016-02-18 17:04:07 +00:00
GetTimeOfDayClock_test
Reference in New Issue
Copy Permalink