Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simonstrator
API
Commits
08c40b6a
Commit
08c40b6a
authored
Oct 22, 2015
by
Nils Richerzhagen
Browse files
New SiSType Battery EnergyLevel in uJ
parent
3a11892f
Changes
1
Show whitespace changes
Inline
Side-by-side
src/de/tudarmstadt/maki/simonstrator/api/component/sis/type/SiSTypes.java
View file @
08c40b6a
...
...
@@ -70,6 +70,12 @@ public final class SiSTypes {
public
static
final
SiSType
<
Double
>
ENERGY_BATTERY_LEVEL
=
create
(
"ENERGY_BATTERY_LEVEL"
,
Double
.
class
,
new
AggregationDouble
());
/**
* Current energy of the battery in uJ as double from 0 to ...
*/
public
static
final
SiSType
<
Double
>
ENERGY_BATTERY_CAPACITY
=
create
(
"ENERGY_BATTERY_CAPACITY"
,
Double
.
class
,
new
AggregationDouble
());
/**
* [none] Just a dummy Test attribute of type double. Do not use in
* production code.
...
...
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