[go: up one dir, main page]

Menu

SVN Commit Log


Commit Date  
[r795] by johnhartman

Rervisions to improve usability with non-local IUT (such as MS/TP device reached via IP-connected router)
- add routed name lookup to summary list: shows Name in source and destination column
- correct errors in NPCI building and router usage (scripting)
- revise dialog-based sending to eliminate inappropriate Names
- remove obsolete SummaryView from build

2010-04-24 20:15:44 Tree
[r794] by tbrennan3

Declared the filename for EPICS errors as a #define, and moved it from the root of C: to the safer C:\temp folder.
Declared the number of MultiState state_text characterstring array elements as 128 (up from hard-coded 32) to accomodate lots of states.

I was seeing problems with the EPICS Error logfile, as though two separate threads/areas were both writing to it and invalidating the file handle (it was crashing on close).
Not convinced whether this was a debugging artifact or real problem; not seeing it at the end here.

2010-04-20 03:40:13 Tree
[r793] by johnhartman

Head-level decode of primitive-tagged Bool always showed FALSE.

2010-04-19 14:51:21 Tree
[r792] by johnhartman

Correct various logic errors in script executor, especially for multi-part tests.

2010-04-16 21:37:11 Tree
[r791] by johnhartman

Add #pragma warning( disable : 4996 ) so we can use sprintf without whining

2010-04-16 21:28:28 Tree
[r790] by johnhartman

Guard against crash from empty list

2010-04-16 21:12:21 Tree
[r789] by johnhartman

Dynamically allocate string storage: allow long strings for EPICS fields

2010-04-16 21:10:27 Tree
[r788] by johnhartman

Show and allow entry of IP addresses for Names as dotted-decimal, as an alternative to hex.
Remove commented-out obsolete code for readability
Add full-row selection in Names and Ports dialogs

2010-04-16 13:57:14 Tree
[r787] by johnhartman

In VC2005, Micro$@%#^&*oft changed the return type for OnNcHitTest from UINT to LRESULT. Since we want to be compatible with older compilers, we define a bogus type VTS_NC_HIT_TYPE:
#if _MSC_VER >= 1400
#define VTS_NC_HIT_TYPE LRESULT
#else
#define VTS_NC_HIT_TYPE UINT
#endif
and use it in the affected functions

2010-04-07 17:44:30 Tree
[r786] by johnhartman

Tighten up tag comparison logic (primitive versus paired tags)
Add explicit error for run off the end of the buffer
Tag corrections for CreateObject and DeleteObject

2010-04-07 16:50:43 Tree
Older >