| Package | Description |
|---|---|
| org.javafmi.kernel | |
| org.javafmi.kernel.v2 | |
| org.javafmi.wrapper.v2 |
| Modifier and Type | Method and Description |
|---|---|
static State |
State.newEmptyState() |
static State |
State.newStateFrom(com.sun.jna.Pointer state) |
State |
State.SetPointer(com.sun.jna.Pointer fmuState) |
| Modifier and Type | Method and Description |
|---|---|
State |
FmuProxy.deserializeState(byte[] serializedState) |
State |
FmuProxy.getState(State state) |
| Modifier and Type | Method and Description |
|---|---|
Status |
FmuProxy.freeState(State state) |
State |
FmuProxy.getState(State state) |
int |
FmuProxy.getStateSize(State state) |
byte[] |
FmuProxy.serializeState(State state) |
Status |
FmuProxy.setState(State state) |
| Modifier and Type | Method and Description |
|---|---|
State |
Access.deserializeState(byte[] serializedState) |
State |
Access.getState(State state) |
| Modifier and Type | Method and Description |
|---|---|
Status |
Access.freeState(State state) |
State |
Access.getState(State state) |
int |
Access.getStateSize(State state) |
byte[] |
Access.serializeState(State state) |
Status |
Access.setState(State state) |
Copyright © 2015. All rights reserved.