Skip to main content



      Home
Home » Eclipse Projects » Target Communication Framework » How to extend a new service to Tcf,like windriver gopher?(How to extend a new service to Tcf,like windriver gopher?)
How to extend a new service to Tcf,like windriver gopher? [message #1748227] Mon, 21 November 2016 07:11 Go to next message
Eclipse UserFriend
Hi!
I want to extend Tcf and a new service,like windriver gopher.

Adn I has some idea,modify the demo "daytime"
1, ,add gopher interpreter code to agent, and buid it;
2, create a plugin, add extend tcf service to sent gopher string
3, run it

Is it OK? or their is another way? Thanks ver much!
Re: How to extend a new service to Tcf,like windriver gopher? [message #1748383 is a reply to message #1748227] Tue, 22 November 2016 10:52 Go to previous messageGo to next message
Eclipse UserFriend
Yes, this is the right way to extend TCF
Re: How to extend a new service to Tcf,like windriver gopher? [message #1750271 is a reply to message #1748383] Mon, 19 December 2016 07:27 Go to previous messageGo to next message
Eclipse UserFriend
Thanks for ur Reply.
Our IDE uses GDB for embeded debug now,and we planed to use TCF instead of it.But My RTOS does not have a file system.
So I have an idea that we imply a net FS by extend TCF:
1. On Host TCF plugins, create a new class Called FileSystemService,which inherited FileSystemProxy, register
to ServiceManager----and will override existing FileSystemProxy, to deal with Target Commands.The Host looks
like a FS "Target" Peer,receiving Target FS Commmand Message,and do it on the aimed local filesystem.
2. The target TCF agent create a FS library, take the FS interface as TCF command message and sent it to Host. The
Target looks like a FS "Host" Peer,sending FS command message to Host.
3. TCF Agent's Services which need FS Service like symbolService can use the aboved FS service.

Can This works well?and the efficiency?

Thank you!

[Updated on: Mon, 19 December 2016 08:08] by Moderator

Re: How to extend a new service to Tcf,like windriver gopher? [message #1750279 is a reply to message #1750271] Mon, 19 December 2016 08:06 Go to previous message
Eclipse UserFriend
We can attach debugging to the RTOS's process, can do disassemble,
access to registers, memory, etc., but can not do symbolic debugging
and RunControl. Looks like that the big problem is missing filesystem
service.
Previous Topic:Expression Evaluation in DSF/TCF
Next Topic:TCF Forum ??
Goto Forum:
  


Current Time: Sun Jul 13 06:44:29 EDT 2025

Powered by FUDForum. Page generated in 0.03527 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top