CRTCachedString::Block | |
CRTQueue::Block | |
CRTDebuggerInput::CmdDesc | |
CRTCachedString::Entry | |
CException | Represents the predefined "Exception" protocol |
CExternal | Represents the predefined "External" protocol |
CFrame | Represents the predefined "Frame" protocol |
CRTDictionary::Iterator | |
CRTQueue::Iterator | |
CRTTimerList::Link | |
CLog | Represents the predefined "Log" protocol |
CRTLayerConnector::NameBuffer | |
CRTLocalConnector::Request | |
►CRTActor | An instance of this class represents a capsule instance |
CRTConnector_Actor | |
CRTSuperActor | |
CRTTimerActor | |
CRTActor_class | |
CRTActorClass | A type descriptor providing information about the external characteristics of a capsule |
►CRTActorFactoryInterface | Interface of a capsule factory responsible for creating and destroying capsule instances in a capsule part |
CRTActorFactory | A capsule factory where capsule instances are created by means of a provided 'create' function, and deleted using the regular delete operator |
CRTDefaultActorFactory< CapsuleClass > | A capsule factory with a default implementation for how to create and destroy capsule instances |
CRTDefaultActorFactory_NoCreate | A capsule factory with a default destroy implementation, but without a create implementation (the create function will return nullptr) |
CRTActorRef | Represents a capsule part |
CRTAssociation | |
CRTBindingDescriptor | |
CRTBindingEnd | |
CRTCachedString | |
CRTComponentDescriptor | This structure describes a capsule part (a.k.a |
CRTCounts | |
CRTDaemon | |
CRTDaemonInfo | |
►CRTDataObject | Provides a common interface to certain data type implementations (e.g |
CRTActorId | An object that identifies a capsule instance at run-time |
►CRTByteBlock | |
CRTPointer | |
CRTCharacter | |
CRTEnumerated | |
►CRTInteger | |
CRTBoolean | |
CRTPriority | |
CRTSignal | |
CRTReal | |
►CRTSequence | |
CRTTime | |
CRTSequenceOf | |
CRTString | A C-style string wrapped in a data object |
CRTDebuggerInput | |
►CRTDecoding | |
►CRTAsciiDecoding | The default decoding implementation that is used for all default type descriptors |
CRTJsonDecoding | |
CRTVAsciiDecoding | |
CRTDiag | |
CRTDiagStream | |
CRTDictionary | |
CRTElasticArray | |
►CRTEncoding | |
►CRTAsciiEncoding | The default encoding implementation that is used for all default type descriptors |
CRTJsonEncoding | |
CRTVAsciiEncoding | |
CRTEventInfo | |
CRTExceptionSignal | |
CRTFieldDescriptor | |
CRTFormat | |
►CRTIBuffer | |
CRTMemoryInBuffer | |
CRTTcpInBuffer | |
CRTImportList | |
CRTinet_address | |
CRTInjector | Dependency injector for RT applications |
CRTInSignal | Provides the API for working with messages of a certain protocol event received on a certain port |
CRTInterfaceDescriptor | |
CRTInterval | |
CRTIOMonitor | |
►CRTJob | An object associated with a thread which captures its current state and implements its behavior |
►CRTController | A controller manages a group of capsule instances that all run in the same physical thread (i.e |
►CRTPeerController | A controller that acts as an interface to a physical thread which runs a group of capsule instances in a multi-threaded RT application |
CRTAbortController | |
CRTCustomController | |
CRTTimerController | |
CRTSoleController | A controller that acts as an interface to a physical thread which runs a group of capsule instances in a single-threaded RT application |
CRTDebugger | |
CRTJsonParser | Utility for parsing JSON |
CRTJsonParserUtils | |
CRTJsonResult | Represents the result of parsing a JSON string |
CRTLargeOptional | |
►CRTLayerConnector | |
CRTActiveConnector | |
CRTLocalConnector | |
►CRTLayerData | |
CRTLocalConnector::SapNode | |
CRTLocalConnector::SppNode | |
CRTLocalBindingDescriptor | |
CRTMain | |
CRTMemoryUtil | |
CRTMessage | Represents a message used for communication between capsule instances |
CRTMessageBlock | |
CRTMessageQ | Represents a message queue |
►CRTObject_class | A type descriptor providing information about a type |
CRTArray_class | |
►CRTObserver | |
CRTCmdLineObserver | |
CRTToolsetObserver | |
CRTWebObserver | |
►CRTOBuffer | Represents an output buffer |
CRTDynamicStringOutBuffer | A dynamic string buffer |
►CRTMemoryOutBuffer | |
CRTTruncatingBuffer | |
►CRTStreamBuffer | |
CRTDiagBuffer | |
CRTLogBuffer | |
CRTTcpOutBuffer | |
CRTOutSignal | Provides the API for working with messages of a certain protocol event to be sent on a certain port, optionally carrying a data object |
CRTPortDescriptor | |
CRTPrefix | |
►CRTProbe | |
►CRTActorProbe | |
CRTActorRefProbe | |
►CRTProtocol | Represents a general capsule port typed by a protocol which determines the set of events that can be sent to and received by the port |
CException::Base | Represents an exception port through which exception events can be raised |
CExternal::Base | Represents a port through which an external thread can safely communicate with its owner capsule |
CFrame::Base | Represents a frame port |
CLog::Base | Represents a log port |
CRTRootProtocol | Represents a capsule port which at run-time can be bound to another capsule port |
CTiming::Base | Represents a timer port |
CRTProtocolAdapter | |
CRTProtocolDescriptor | |
►CRTQFilter | |
CRTPurgeFilter | |
CRTRecallFilter | |
CRTQueue | |
CRTRelayDescriptor | |
CRTRelayPort | |
CRTResourceMgr | |
CRTSignalDescriptor | |
CRTSmallOptional | |
CRTSymmetricSignal | Provides the combined API of both RTOutSignal and RTInSignal for symmetric protocol events defined as an incoming and an outgoing event with the same name |
CRTSystemDescriptor | |
CRTTcpSocket | |
CRTThread | Represents a thread in the operating system |
CRTTimerId | An identifier for a timer request |
CRTTimerList | |
CRTTimerNode | |
CRTTimespec | A time value which can represent either an absolute or relative time |
CRTTypedValue | Encapsulates a data object and its type descriptor |
CRTTypedValue_RTActorId | |
CRTTypedValue_RTBoolean | |
CRTTypedValue_RTByteBlock | |
CRTTypedValue_RTCharacter | |
CRTTypedValue_RTDataObject | |
CRTTypedValue_RTEnumerated | |
CRTTypedValue_RTInteger | |
CRTTypedValue_RTInterval | |
CRTTypedValue_RTPointer | |
CRTTypedValue_RTPriority | |
CRTTypedValue_RTReal | |
CRTTypedValue_RTSequence | |
CRTTypedValue_RTSequenceOf | |
CRTTypedValue_RTSignal | |
CRTTypedValue_RTString | |
CRTTypedValue_RTTime | |
CRTTypedValue_RTTimerId | |
CRTTypedValue_RTTimespec | |
CRTTypedValue_RTWrapper | |
CRTTypeInstaller | |
CRTTypeModifier | |
CRTUnknownObject | |
CRTWrapper | |
CTiming | Represents the predefined "Timing" protocol that can be used for implementing timers in your realtime application |
CTO_actorInfo | |
CTO_bufferInfo | |
CTO_chainInfo | |
CTO_daemonInfo | |
CTO_daemonSett | |
CTO_evtChain | |
CTO_evtChildren | |
CTO_evtHistory | |
CTO_evtMsgIn | |
CTO_evtMsgOut | |
CTO_evtMsgOutIn | |
CTO_evtMsgQueue | |
CTO_evtPresence | |
CTO_evtReference | |
CTO_evtRtsStatus | |
CTO_evtState | |
CTO_evtTargetInfo | |
CTO_evtVariable | |
CTO_getChildrenInfo | |
CTO_getMessages | |
CTO_injectMsg | |
CTO_message | |
CTO_portInfo | |
CTO_resultCode | |
CTO_sendToAppInfo | |
CTO_stateInfo | |
CTO_structInfo | |
CTO_timeStamp | |
CTO_variableData | |
CTO_variableInfo | |
CRTImportList::Unused | |
CRTImportList::Used | |