------------------------------------------------------------
revno: 172
committer: JcHartmut <hartmut@vishia.org>
branch nick: srcJava_vishiaRun
timestamp: Thu 2015-10-29 21:48:22 +0100
message:
  InspcFieldOfStruct added
------------------------------------------------------------
revno: 171
committer: JcHartmut <hartmut@vishia.org>
branch nick: srcJava_vishiaRun
timestamp: Thu 2015-10-29 21:47:26 +0100
message:
  * InspcTargetAccessor: {@link #isOrSetReady(long)} now checks the timeout by its own {@link #cycle_timeout}. The last one can be changed in the {@link #setStateToUser(InspcPlugUser_ifc)} which acts with the graphical user interface. Therewith the timeout can be changed in the GUI especially for debugging situations.
  * InspcStruct, InspcFieldOfStruct: extra class.
  * SearchElement: Bugfix: It was hanging by "path.." 2 dots one after another.
------------------------------------------------------------
revno: 170
committer: hartmut <hartmut@Labor-NB>
branch nick: srcJava_vishiaRun
timestamp: Sun 2015-08-16 22:33:33 +0200
message:
  * InterProcessCommFactory: Define as abstract class instead interface without neccesity of changing an application, join with InterProcessCommFactoryAccessor, no need of 2 classes.
  * InterProcessCommFactoryAccessor now deprecated, empty.
  * InterProcessCommRxThread: improved
------------------------------------------------------------
revno: 169
committer: JcHartmut <hartmut@vishia.org>
branch nick: srcJava_vishiaRun
timestamp: Sun 2015-08-09 22:44:49 +0200
message:
  * Inspc: Now getvalueByHandle runs in C too.
------------------------------------------------------------
revno: 168
committer: JcHartmut <hartmut@vishia.org>
branch nick: srcJava_vishiaRun
timestamp: Sun 2015-08-09 13:26:31 +0200
message:
  * InspcDataExchangeAccess: new: {@link #nrofBytesForType(short)}, {@link InspcAnswerValueByHandle}.  The getValueByHandle is improved and tested. It is changed in communication yet.
  *  Inspc: getValueByHandle now works. Some changes.
------------------------------------------------------------
revno: 167
committer: JcHartmut <hartmut@vishia.org>
branch nick: srcJava_vishiaRun
timestamp: Wed 2015-08-05 21:54:13 +0200
message:
  * inspectorTarget/ClassContent: new {@link #getValueByHandle(int, org.vishia.communication.InspcDataExchangeAccess.Inspcitem)} etc. to access data with path without a reflection item, directly in the same application.
------------------------------------------------------------
revno: 166
committer: JcHartmut <hartmut@vishia.org>
branch nick: srcJava_vishiaRun
timestamp: Sun 2015-07-12 09:07:52 +0200
message:
  * InspcMng:bugfix order of execution, CurveView does not show values, bug from 2015-05-19 because the received data were evaluated later.
------------------------------------------------------------
revno: 165
committer: JcHartmut <hartmut@vishia.org>
branch nick: srcJava_vishiaRun
timestamp: Wed 2015-06-24 23:22:05 +0200
message:
  * InspcTargetAccessor: Writing debug info for all tx and rx items is able to disable.
------------------------------------------------------------
revno: 164
committer: JcHartmut <hartmut@vishia.org>
branch nick: srcJava_vishiaRun
timestamp: Sun 2015-06-21 23:16:35 +0200
message:
  * InspcTargetAccessor: Now getFields set the {@link GetFieldsData#bGetFieldsPending} and prohibits further telegrams via {@link #isOrSetReady(long)} false-return: Reason: The target does not regard a new telegram for further get-value requests if the telegram has less free space. The target crashes instead.  On getFields more as one answer telegram is regarded. But the rest of the telegram for getValueByPath does not work. An older non fixed target should be accepted because it runs in field - no update possibility!
  * InspcMng: invokes {@link InspcTargetAccessor#setStateToUser(InspcPlugUser_ifc)}.
  * ClassContent: gardening, unused maxNrofAnswerBytes
------------------------------------------------------------
revno: 163
committer: JcHartmut <hartmut@vishia.org>
branch nick: srcJava_vishiaRun
timestamp: Thu 2015-06-18 22:45:22 +0200
message:
  * InspcPlugUser_ifc: enhanced for showStateInfo
