MxSDK
Runtime Platform Core
More...Files | |
file | mxm_core_platform_macros.h |
Classes | |
class | mxmApplication |
Required central service object for mxm applications. More... | |
class | mxmAudioBlockInfo |
Holds descriptive information about a block of audio data. More... | |
class | mxmBidirectionalIteratorInterface |
Interface to entities allowing to iterate over the items of an mxmContainer in both forward and backward directions. More... | |
class | mxmBuffer |
Buffer, usable with modularMX containers and smart pointers. More... | |
class | mxmConditionVariableInterface |
Interface to condition variables (= form of synchronisation primitive). More... | |
class | mxmConfigSection::Profile |
Represents a single profile within a config section. More... | |
class | mxmContainer |
Base class to all modularMX containers. More... | |
class | mxmContainerInterface |
Interface to all containers. More... | |
class | mxmDate |
Date class, featuring methods greatly facilitating date handling. More... | |
class | mxmDecider |
A decider is an entity saying either "yes" or "no" (true or false ) depending on some input. More... | |
class | mxmDefaultSynchronizationFactory |
Synchronisation factory producing the default synchronization primitives. More... | |
class | mxmException |
[Not available on Camera.] Base to all MxSDK exceptions. More... | |
class | mxmFrameInfo |
Holds descriptive information about a video frame. More... | |
class | mxmHuffmanTableId |
Identifies Huffman tables. More... | |
class | mxmInterface |
Base to all interfaces. More... | |
class | mxmIntModN |
Integer valued number modulo some n . More... | |
class | mxmIPAddress |
IP address, including port specification if desired. More... | |
class | mxmIteratorInterface |
Interface to entities that allow you to iterate over the items of an mxmContainer. More... | |
class | mxmList |
Doubly-linked list container. More... | |
class | mxmLocalEndian |
Converts litte and big endian data to and from the endian used on the local machine. More... | |
class | mxmLockInterface |
Interface to locks. More... | |
class | mxmMutableBidirectionalIteratorInterface |
Interface for all classes that maintain items one can iterate over in both forward and backward directions, but that also offer the possibility to modify their contents arrangement via the iterator. More... | |
class | mxmMutableIteratorInterface |
Interface for all classes that maintain items one can iterate over, but that also offer the possibility to modify their contents arrangement via the iterator. More... | |
class | mxmNonCopyable |
Baseclass to all mxmObject s that can not be copied. More... | |
class | mxmNopStatusMessageHandler |
If installed alone, it guarantees that all mxm status messages are directly sent to oblivion. More... | |
class | mxmNumberSet |
Leightweight Container holding non-negative int -valued numbers. More... | |
class | mxmObject |
Base class to all modularMX classes. More... | |
class | mxmPerlStyleHash |
Perl-style Hash storing key/value string pairs, especially useful for processing configuration files. More... | |
class | mxmQtSignal |
[Not available on camera. More... | |
class | mxmQtSlot |
[Not available on camera. More... | |
class | mxmRelationDecider |
A relation decider tells whether or not a given bi-tuple of mxmObject s is member of a specific relation. More... | |
class | mxm::smart< T > |
modularMX smart pointer implementation - please read Thread Safety note below. More... | |
class | mxmSmartHandleCore |
Implements all mxm::smart<T> code that does not have to go into the template - hopefully minimizing code expansion. More... | |
class | mxmStatusMessageHandlerInterface |
Interface to handlers for the central status message facility. More... | |
class | mxmString |
String of characters, featuring methods greatly facilitating string handling. More... | |
class | mxmStringDecider |
Tells whether or not a given mxmObject is an mxmString. More... | |
class | mxmStringList |
List of strings, offering some nice convenience functions. More... | |
class | mxmSynchronizationFactoryInterface |
Interface to factories producing synchronisation primitives. More... | |
class | mxmThreadConditionVariable |
Default condition variable implementation. More... | |
class | mxmThreadLock |
Default lock implementation. More... | |
class | mxmTime |
Identifies a point in time. More... | |
class | mxmTypeDecider |
Base class of all entities capable of deciding upon an mxmObject's type. More... | |
class | mxmUndecodedMxPEGFrameDescriptor |
Describes a parsed, but still undecoded MxPEG frame in memory. More... | |
class | mxmConfigSection |
In-RAM representation of a camera configuration file section featuring convenient access methods. More... |
MxSDK
Runtime Platform Core