Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-10-07TCF Agent: Moved framework initialization code in a routineDidier Brachet1-4/+2
Moved the framework initialization code in ini_framework() routine so that code can be shared between all agents. Previously, all the agents entry point has to be updated if we wanted to initialize a new TCF framework; now you simply have to update framework.c file.
2012-08-01Agent: various compiler warning fixesPeder Andersen1-1/+2
Includes fixes for VxWorks-specific logic, (missing function declarations, etc.) and in particular, typing for 64-bit platforms. Also fixes diab's reporting of unnecessary variable setting, and removes a few simple conditionals which always evaluate to true.
2012-01-10Merge remote branch 'remotes/origin/master' into juno-refactoringjuno-refactoringEugene Tarassov1-1/+4
Conflicts: agent/tcf/main/main.c agent/tcf/main/main_client.c
2011-12-07TCF Agent: VxWorks build: fixed compiler errors and warnings.Eugene Tarassov1-1/+1
2011-11-11#include directives changed to include "tcf" as the first directory name in ↵Eugene Tarassov1-8/+8
header file path.
2011-11-11Agent code is moved into separate "agent" directory, all C code moved into ↵Eugene Tarassov1-0/+113
"tcf" directory.

    Back to the top