public class AmbisonicsAudioOutputReasoning extends Reasoning
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
AmbisonicsAudioOutputReasoning.Process
The Class Process.
|
(package private) static class |
AmbisonicsAudioOutputReasoning.SPEAKERS_LAYOUT
The Enum SPEAKERS_LAYOUT.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) double |
callbackStartTime
The period.
|
(package private) long |
client
The client.
|
(package private) java.lang.String |
client_name
The client_name.
|
private static double[][] |
gm_cube
The gm_cube.
|
private static double[][] |
gm_dodecahedron1
The gm_dodecahedron1.
|
private static double[][] |
gm_dodecahedron2
The gm_dodecahedron2.
|
private static double[][] |
gm_hexagon
The gm_hexagon.
|
private static double[][] |
gm_mono
The gm_mono.
|
private static double[][] |
gm_octagon1
The gm_octagon1.
|
private static double[][] |
gm_octagon2
The gm_octagon2.
|
private static double[][] |
gm_pentagon
The gm_pentagon.
|
private static double[][] |
gm_square
The gm_square.
|
private static double[][] |
gm_stereo
The gm_stereo.
|
private static double[][] |
gm_surround
The gm_surround.
|
(package private) java.util.Hashtable<java.lang.String,java.lang.String> |
mapping
The mapping.
|
private int |
num_channels
The num_channels.
|
(package private) double |
period
The period.
|
(package private) long[] |
ports
The ports.
|
private Sensor |
sensor
The sensor.
|
private Memory |
sensorMemory
The sensor memory.
|
private AmbisonicsAudioOutputReasoning.SPEAKERS_LAYOUT |
speakers_layout
The speakers_layout.
|
(package private) double |
step
The step.
|
parameters| Constructor and Description |
|---|
AmbisonicsAudioOutputReasoning() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
eventHandlerDeregistered(EventHandler evtHdl)
Chamado no momento em que um novo EventHandler é registrado no Agente Musical.
|
protected void |
eventHandlerRegistered(EventHandler evtHdl)
Chamado no momento em que um novo EventHandler é registrado no Agente Musical.
|
boolean |
finit()
User-implemented finalization method, called by stop().
|
boolean |
init()
User-implemented initialization method, called by start().
|
needAction, needAction, newSense, process, setWakeUp, start, stopaddParameter, addParameters, configure, getAddress, getAgent, getComponentName, getComponentType, getParameter, getParameter, getParameters, getState, getType, parameterUpdate, processCommand, receiveCommand, sendCommand, setAgent, setComponentName, setParameters, setState, setTypeprivate static double[][] gm_mono
private static double[][] gm_stereo
private static double[][] gm_square
private static double[][] gm_pentagon
private static double[][] gm_hexagon
private static double[][] gm_octagon1
private static double[][] gm_octagon2
private static double[][] gm_surround
private static double[][] gm_cube
private static double[][] gm_dodecahedron1
private static double[][] gm_dodecahedron2
private AmbisonicsAudioOutputReasoning.SPEAKERS_LAYOUT speakers_layout
private int num_channels
java.util.Hashtable<java.lang.String,java.lang.String> mapping
private Sensor sensor
private Memory sensorMemory
java.lang.String client_name
long client
long[] ports
double callbackStartTime
double period
double step
public boolean init()
LifeCycleinit in interface LifeCycleinit in class MusicalAgentComponentpublic boolean finit()
LifeCyclefinit in interface LifeCyclefinit in class MusicalAgentComponentprotected void eventHandlerRegistered(EventHandler evtHdl) throws java.lang.Exception
ReasoningeventHandlerRegistered in class ReasoningevtHdl - the evt hdljava.lang.Exception - the exceptionprotected void eventHandlerDeregistered(EventHandler evtHdl) throws java.lang.Exception
ReasoningeventHandlerDeregistered in class ReasoningevtHdl - the evt hdljava.lang.Exception - the exception