Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
TTool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mbe-tools
TTool
Commits
ae3fb9b1
Commit
ae3fb9b1
authored
9 years ago
by
Ludovic Apvrille
Browse files
Options
Downloads
Patches
Plain Diff
updateforrelease
parent
33b5be43
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+0
-2
0 additions, 2 deletions
Makefile
src/ddtranslatorSoclib/AvatarROM.java
+15
-13
15 additions, 13 deletions
src/ddtranslatorSoclib/AvatarROM.java
with
15 additions
and
15 deletions
Makefile
+
0
−
2
View file @
ae3fb9b1
...
...
@@ -127,8 +127,6 @@ help:
all
:
basic jar
.PHONY
:
svn basicsvnapvrille myrelease basic jar ttooljar launcher tiftranslator tmltranslator rundse remotesimulator documentation stdrelease preinstall preinstall_linux jttooljar updatesimulator test
svn
:
date
svn update build.txt src/ui/DefaultText.java
...
...
This diff is collapsed.
Click to expand it.
src/ddtranslatorSoclib/AvatarROM.java
+
15
−
13
View file @
ae3fb9b1
/* * @version 1.0 07/07/2015
* @author Julien Henon, Daniela Genius */
* @author Julien Henon, Daniela Genius */
package
ddtranslatorSoclib
;
import
java.util.*
;
public
class
AvatarROM
extends
AvatarComponent
{
private
String
memoryName
;
private
int
index
;
private
int
dataSize
;
nbConnectingPoint
=
16
;
connectingPoint
=
new
ConnectingPoints
[
16
];
public
AvatarROM
(
String
_memoryName
,
int
_index
,
int
_dataSize
)
{
memoryName
=
_memoryName
;
index
=
_index
;
dataSize
=
_dataSize
;
memoryName
=
_memoryName
;
index
=
_index
;
dataSize
=
_dataSize
;
nbConnectingPoint
=
16
;
connectingPoint
=
new
ConnectingPoints
[
16
];
}
String
getMemoryName
(){
return
memoryName
;
return
memoryName
;
}
int
getIndex
(){
return
index
;
return
index
;
}
int
getDataSize
(){
return
dataSize
;
return
dataSize
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment