Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
10c1f093
Commit
10c1f093
authored
Sep 18, 2008
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New program to print ge jounal file
parent
2dfb753f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
67 additions
and
0 deletions
+67
-0
xtt/exe/xtt_ge_jprint/src/os_linux/hw_x86/makefile
xtt/exe/xtt_ge_jprint/src/os_linux/hw_x86/makefile
+15
-0
xtt/exe/xtt_ge_jprint/src/os_linux/link_rule.mk
xtt/exe/xtt_ge_jprint/src/os_linux/link_rule.mk
+7
-0
xtt/exe/xtt_ge_jprint/src/xtt_ge_jprint.cpp
xtt/exe/xtt_ge_jprint/src/xtt_ge_jprint.cpp
+45
-0
No files found.
xtt/exe/xtt_ge_jprint/src/os_linux/hw_x86/makefile
0 → 100644
View file @
10c1f093
include
$(pwre_dir_symbols)
-include
$(pwre_kroot)/tools/bld/src/$(os_name)/$(hw_name)/$(type_name)_generic.mk
ifeq
($($(type_name)_generic_mk),)
-include
$(pwre_kroot)/tools/bld/src/$(os_name)/$(type_name)_generic.mk
endif
ifeq
($($(type_name)_generic_mk),)
include
$(pwre_kroot)/tools/bld/src/$(type_name)_generic.mk
endif
-include
../../special.mk
-include
../special.mk
-include
special.mk
xtt/exe/xtt_ge_jprint/src/os_linux/link_rule.mk
0 → 100644
View file @
10c1f093
ifndef
link_rule_mk
link_rule_mk
:=
1
link
=
$(ldxx)
$(elinkflags)
$(domap)
-o
$(export_exe)
\
$(export_obj)
-lpwr_ge
-lpwr_glow
-lpwr_flow
-lpwr_rt
-lpwr_co
-lpwr_msg_dummy
endif
xtt/exe/xtt_ge_jprint/src/xtt_ge_jprint.cpp
0 → 100644
View file @
10c1f093
/*
* Proview $Id: xtt_ge_jprint.cpp,v 1.1 2008-09-18 15:16:18 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 2 of
* the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with the program, if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
**/
#include <vector.h>
#include "glow_std.h"
#include "flow.h"
#include "flow_browctx.h"
#include "flow_browapi.h"
#include "glow.h"
#include "glow_curvectx.h"
#include "glow_growctx.h"
#include "glow_curveapi.h"
#include "glow_msg.h"
#include "glow_growctx.h"
#include "glow_growapi.h"
#include "ge_graph.h"
#include "ge_dyn.h"
#include "ge_msg.h"
#include "ge_graph_journal.h"
int
main
(
int
argc
,
char
*
argv
[])
{
if
(
argc
<
2
)
printf
(
"Usage: xtt_ge_jprint 'jounrnalfile'
\n
"
);
GraphJournal
::
print
(
argv
[
1
]);
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment