org.lsst.ccs.subsystems.fcs.testbench
Interface HelloWorldWithJna.CLibrary

All Superinterfaces:
com.sun.jna.Library
Enclosing class:
HelloWorldWithJna

public static interface HelloWorldWithJna.CLibrary
extends com.sun.jna.Library


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.sun.jna.Library
com.sun.jna.Library.Handler
 
Field Summary
static HelloWorldWithJna.CLibrary INSTANCE
           
 
Fields inherited from interface com.sun.jna.Library
OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_STRUCTURE_ALIGNMENT, OPTION_TYPE_MAPPER
 
Method Summary
 void printf(java.lang.String format, java.lang.Object... args)
           
 

Field Detail

INSTANCE

static final HelloWorldWithJna.CLibrary INSTANCE
Method Detail

printf

void printf(java.lang.String format,
            java.lang.Object... args)


Copyright © 2011 LSST. All Rights Reserved.