sigrok-java  0.4.0
Java bindings for libsigrok
Public Member Functions | List of all members
org.sigrok.core.classes.OutputFormat Class Reference

An output format supported by the library. More...

Public Member Functions

String name ()
 Name of this output format. More...
 
String description ()
 Description of this output format. More...
 
SWIGTYPE_p_std__vectorT_std__string_t extensions ()
 A list of preferred file name extensions for this file format. More...
 
OptionMap options ()
 Options supported by this output format. More...
 
Output create_output (Device device, VariantMap options)
 Create an output using this format. More...
 
Output create_output (Device device)
 Create an output using this format. More...
 
Output create_output (String filename, Device device, VariantMap options)
 Create an output using this format. More...
 
Output create_output (String filename, Device device)
 Create an output using this format. More...
 
boolean test_flag (OutputFlag flag)
 Checks whether a given flag is set. More...
 

Detailed Description

An output format supported by the library.

Member Function Documentation

String org.sigrok.core.classes.OutputFormat.name ( )

Name of this output format.

String org.sigrok.core.classes.OutputFormat.description ( )

Description of this output format.

SWIGTYPE_p_std__vectorT_std__string_t org.sigrok.core.classes.OutputFormat.extensions ( )

A list of preferred file name extensions for this file format.

OptionMap org.sigrok.core.classes.OutputFormat.options ( )

Options supported by this output format.

Referenced by org.sigrok.core.classes.OutputFormat.create_output().

+ Here is the caller graph for this function:

Output org.sigrok.core.classes.OutputFormat.create_output ( Device  device,
VariantMap  options 
)

Create an output using this format.

Parameters
deviceDevice to output for.
optionsMapping of (option name, value) pairs.
filenameName of destination file.

References org.sigrok.core.classes.OutputFormat.options().

+ Here is the call graph for this function:

Output org.sigrok.core.classes.OutputFormat.create_output ( Device  device)

Create an output using this format.

Parameters
deviceDevice to output for.
optionsMapping of (option name, value) pairs.
filenameName of destination file.
Output org.sigrok.core.classes.OutputFormat.create_output ( String  filename,
Device  device,
VariantMap  options 
)

Create an output using this format.

Parameters
deviceDevice to output for.
optionsMapping of (option name, value) pairs.
filenameName of destination file.

References org.sigrok.core.classes.OutputFormat.options().

+ Here is the call graph for this function:

Output org.sigrok.core.classes.OutputFormat.create_output ( String  filename,
Device  device 
)

Create an output using this format.

Parameters
deviceDevice to output for.
optionsMapping of (option name, value) pairs.
filenameName of destination file.
boolean org.sigrok.core.classes.OutputFormat.test_flag ( OutputFlag  flag)

Checks whether a given flag is set.

Parameters
flagFlag to check