Jackdmp Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
_alsa_driver
_jack_driver_info
_jack_hardware
_jack_shm_header
_jack_shm_info
_jack_shm_registry
_jack_shm_server
_JSList
alsa_midi_t
Jack::AtomicArrayCounterCounter for CAS
Jack::AtomicCounterCounter for CAS
dither_state_t
fake_port_t
hammerfall_t
hdsp_t
ice1712_eeprom_t
ice1712_t
jack_driver_desc_t
jack_driver_param_desc_t
jack_driver_param_t
jack_driver_param_value_t
jack_midi_event_t
jack_position_t
jack_transport_info_t
jack_varargs_t
Jack::JackActivateRequestActivate request
Jack::JackActivationCountClient activation counter
Jack::JackAlsaDriverThe ALSA driver
Jack::JackASIODriverThe ASIO driver
Jack::JackAtomicArrayState< T >A class to handle several states in a lock-free manner
Jack::JackAtomicState< T >A class to handle two states (switching from one to the other) in a lock-free manner
Jack::JackAudioDriverThe base class for audio drivers: drivers with audio ports
Jack::JackChannelTransactionChannel input/output communication
Jack::JackClientThe base class for clients: share part of the implementation for JackInternalClient and JackLibClient
Jack::JackClientChannelInterfaceInter process channel for server/client bidirectionnal communication : request and (receiving) notifications
Jack::JackClientCheckRequestCheckClient request
Jack::JackClientCheckResultCheckClient result
Jack::JackClientCloseRequestCloseClient request
Jack::JackClientControlClient control in shared memory
Jack::JackClientInterfaceClient interface
Jack::JackClientNotificationClientNotification
Jack::JackClientNotificationRequestClientNotification request
Jack::JackClientOpenRequestNewClient request
Jack::JackClientOpenResultNewClient result
Jack::JackClientPipeThread
Jack::JackClientSocketClient socket
Jack::JackClientTimingFor client timing measurements
Jack::JackConnectionManagerConnection manager
Jack::JackCoreAudioDriverThe CoreAudio driver
jackctl_driver
jackctl_parameter
jackctl_server
Jack::JackDeactivateRequestDeactivate request
Jack::JackDebugClientA "decorator" debug client to validate API use
Jack::JackDriverThe base class for drivers
Jack::JackDriverClientThe base class for drivers clients
Jack::JackDriverClientInterfaceThe base interface for drivers clients
Jack::JackDriverInterfaceThe base interface for drivers
Jack::JackDummyDriverThe dummy driver
Jack::JackEngineEngine description
Jack::JackEngineControlEngine control in shared memory
Jack::JackExternalClientServer side implementation of library clients
Jack::JackFactoryImplFactory description
Jack::JackFifoInter process synchronization using Fifo
Jack::JackFixedArray< SIZE >Utility class
Jack::JackFixedArray1< SIZE >Utility class
Jack::JackFixedMatrix< SIZE >Utility class
Jack::JackFrameTimerA class using the JackAtomicState to manage jack time
Jack::JackFreewheelDriverThe FreeWheel driver : run Jack engine at full speed
Jack::JackGetInternalClientNameRequestGetInternalClientName request
Jack::JackGetInternalClientNameResultGetInternalClient result
Jack::JackGlobalsFactory for OS specific ressources
Jack::JackGraphManagerGraph manager: contains the connection manager and the port array
Jack::JackInternalClientInternal clients in the server
Jack::JackInternalClientChannelJackClientChannel for server internal clients
Jack::JackInternalClientHandleRequestInternalClientHandle request
Jack::JackInternalClientHandleResultInternalClientHandle result
Jack::JackInternalClientLoadRequestInternalClientLoad request
Jack::JackInternalClientLoadResultInternalClientLoad result
Jack::JackInternalClientUnloadRequestInternalClientUnload request
Jack::JackInternalClientUnloadResultInternalClientLoad result
Jack::JackInterProcessSyncA synchronization primitive built using an inter-process synchronization object
Jack::JackLibClientClient on the library side
Jack::JackLibGlobalsGlobal library static structure: singleton kind of pattern
Jack::JackLoadableInternalClient
Jack::JackLock
Jack::JackLockAble
Jack::JackLoopbackDriverThe loopback driver : to be used to "pipeline" applications connected in sequence
Jack::JackLoopFeedback< SIZE >Utility class
Jack::JackMachClientChannelJackClientChannel using Mach IPC
Jack::JackMachNotifyChannelJackNotifyChannel using Mach IPC
Jack::JackMachPortMach port
Jack::JackMachPortSetMach port set
Jack::JackMachSemaphoreInter process synchronization using using Mach semaphore
Jack::JackMachServerChannelJackServerChannel using Mach IPC
Jack::JackMachServerNotifyChannelJackServerNotifyChannel using Mach IPC
JackMachThread
Jack::JackMem
Jack::JackMidiBuffer
Jack::JackMidiEvent
Jack::JackMutex
Jack::JackNotifyChannelInterfaceInter process channel for server to client notifications
Jack::JackPortBase class for port
Jack::JackPortAudioDriverThe PortAudio driver
Jack::JackPortConnectNameRequestPortConnectName request
Jack::JackPortConnectRequestPortConnect request
Jack::JackPortDisconnectNameRequestPortDisconnectName request
Jack::JackPortDisconnectRequestPortDisconnect request
Jack::JackPortRegisterRequestPortRegister request
Jack::JackPortRegisterResultPortRegister result
Jack::JackPortType
Jack::JackPortUnRegisterRequestPortUnregister request
Jack::JackPosixSemaphoreInter process synchronization using POSIX semaphore
Jack::JackPosixThreadThe POSIX thread base class
Jack::JackProcessSyncA synchronization primitive built using a condition variable
Jack::JackReleaseTimebaseRequestReleaseTimebase request
Jack::JackRequestRequest from client to server
Jack::JackResultResult from the server
Jack::JackRunnableInterfaceThe base class for runnable objects, that have an Init and Execute method to be called in a thread
Jack::JackServerThe Jack server
Jack::JackServerChannelInterfaceEntry point channel for client/server communication
Jack::JackServerGlobalsGlobal server static structure: singleton kind of pattern
Jack::JackServerNotifyChannelInterfaceChannel for server RT thread to request server thread communication
Jack::JackServerSocketServer socket
Jack::JackSetBufferSizeRequestSetBufferSize request
Jack::JackSetFreeWheelRequestSetFreeWheel request
Jack::JackSetTimebaseCallbackRequestSetTimebaseCallback request
Jack::JackShmMemThe base class for shared memory management
Jack::JackShmReadPtr< T >Pointer on shared memory segment in the client side
Jack::JackShmReadWritePtr< T >Pointer on shared memory segment in the client side
Jack::JackShmReadWritePtr1< T >Pointer on shared memory segment in the client side: destroy the segment (used client control)
Jack::JackSocketClientChannelJackClientChannel using sockets
Jack::JackSocketNotifyChannelJackNotifyChannel using sockets
Jack::JackSocketServerChannelJackServerChannel using sockets
Jack::JackSocketServerNotifyChannelJackServerNotifyChannel using sockets
Jack::JackSynchroAn inter process synchronization primitive
Jack::JackSyncInterfaceA synchronization primitive interface
Jack::JackThreadThe thread base class
Jack::JackThreadedDriverThe base class for threaded drivers. Threaded drivers are used with blocking devices
Jack::JackTimerA structure used for time management
Jack::JackTimingMeasureTiming stucture for a table of clients
Jack::JackTimingMeasureClientTiming stucture for a client
Jack::JackTools
Jack::JackTransportEngineThe client transport structure
Jack::JackWinAsyncNamedPipeClient
Jack::JackWinAsyncNamedPipeServerServer async named pipe
Jack::JackWinEventInter process synchronization using system wide events
Jack::JackWinNamedPipe
Jack::JackWinNamedPipeClientClient named pipe
Jack::JackWinNamedPipeClientChannelJackClientChannel using pipes
Jack::JackWinNamedPipeNotifyChannelJackNotifyChannel using named pipe
Jack::JackWinNamedPipeServerServer named pipe
Jack::JackWinNamedPipeServerChannelJackServerChannel using pipe
Jack::JackWinNamedPipeServerNotifyChannelJackServerNotifyChannel using pipes
Jack::JackWinProcessSyncA synchronization primitive built using a condition variable
Jack::JackWinSemaphoreInter process synchronization using system wide semaphore
Jack::JackWinThreadWindows threads
midi_pack_t
midi_unpack_t
option
PaAsioStreamInfo
PaDeviceInfo
PaHostApiInfo
PaHostErrorInfo
PaStreamCallbackTimeInfo
PaStreamInfo
PaStreamParameters
Jack::PortFollowerFollow a single port
re_pattern_buffer
re_registers
regmatch_t
snd_usX2Y_hwdep_pcm_shm
usx2y_t

Generated on Thu Feb 14 11:16:02 2008 for Jackdmp by  doxygen 1.5.1