Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-tcf-dev] [Bug 321939] [tcf][agent] It's impossible to script the client and make decision based on the output

https://bugs.eclipse.org/bugs/show_bug.cgi?id=321939 
Product/Component: Target Management / TCF

Eugene Tarassov <eugene.tarassov@xxxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #6 from Eugene Tarassov <eugene.tarassov@xxxxxxxxxxxxx> 2010-08-23 13:37:18 EDT ---
(In reply to comment #5)

> I guess the best way to do it would be to have a standalone TCF dynamic
> library. It would be great to be able to create a new program, include tcf,
> initialize the event loop and call a small and simple set of functions to
> communicate with the TCF protocol. This way one would be able to write a
> specialized client very easily without using the reference client.
> 
> Is this plausible, realistic?

The library does not have to be dynamic, a static library will work too. And
the agent makefile already builds the library - libtcf.a. So, it is already
entirely possible to create new programs using small and simple set of
functions from the library.

> 
> We would still like to have the new way to send a command integrated while we
> find a better way to do it, if it's OK with you.

I have committed the patch.
Thanks!

-- 
Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.


Back to the top