|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.lsst.ccs.subsystems.fcs.testbench.HelloWorldWithJna
public class HelloWorldWithJna
The purpose of this classe is just to test jna with a very basic example : Helloworld. It's not used in the testbench application. It uses the C printf fonction to print : "Hello, World". And it works fine. This example comes from the web page for JNA on the github.com site.
| Nested Class Summary | |
|---|---|
static interface |
HelloWorldWithJna.CLibrary
|
| Constructor Summary | |
|---|---|
HelloWorldWithJna()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HelloWorldWithJna()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||