RTI Connext Traditional C++ API Version 7.1.0
connext Namespace Reference

Namespace for Connext. More...

Classes

class  AlreadyDeletedException
 The object target of this operation has already been deleted. More...
 
class  BadParameterException
 Illegal parameter value. More...
 
class  IllegalOperationException
 The operation was called under improper circumstances. More...
 
class  ImmutablePolicyException
 Application attempted to modify an immutable QoS policy. More...
 
class  InconsistentPolicyException
 Application specified a set of QoS policies that are not consistent with each other. More...
 
class  IsInvalidSamplePredicate
 Predicate-class to determine if a sample contains invalid data. More...
 
class  IsReplyRelatedPredicate
 Predicate-class to match replies by their related request. More...
 
class  IsValidSamplePredicate
 Predicate-class to determine if a sample contains valid data. More...
 
class  LoanedSamples
 Provides access to a collection of middleware-loaned samples. More...
 
class  LogicException
 Base class of all RTI Connext exceptions caused by a logic error. More...
 
class  MessagingLibraryVersion
 The Connext Messaging Library version. More...
 
class  MessagingVersion
 The Connext Messaging version. More...
 
class  NotEnabledException
 Operation invoked on a DDSEntity that is not yet enabled. More...
 
class  OutOfResourcesException
 RTI Connext ran out of the resources needed to complete the operation. More...
 
class  PreconditionNotMetException
 A pre-condition for the operation was not met. More...
 
class  Replier
 Allows receiving requests and sending replies. More...
 
class  ReplierListener
 Called when a connext::Replier has new available requests. More...
 
class  ReplierParams
 Contains the parameters for creating a connext::Replier. More...
 
class  Requester
 Allows sending requests and receiving replies. More...
 
class  RequesterParams
 Contains the parameters for creating a connext::Requester. More...
 
class  RuntimeException
 Generic, unspecified error. More...
 
class  Sample
 A data sample and related info received from the middleware. More...
 
class  SampleIterator
 STL-compliant random-access iterator for SampleRef<T> More...
 
class  SampleRef
 A data sample and related information received from the middleware. More...
 
class  SimpleReplier
 A callback-based replier. More...
 
class  SimpleReplierListener
 The listener called by a SimpleReplier. More...
 
class  SimpleReplierParams
 Contains the parameters for creating a connext::SimpleReplier. More...
 
class  TimeoutException
 The operation timed out (does not apply to wait or receive operations) More...
 
class  UnsupportedException
 Unsupported operation. More...
 
class  WriteSample
 A sample for writing data. More...
 
class  WriteSampleRef
 A reference to a data sample for writing. More...
 

Functions

template<typename T , bool IsConst>
ValidSampleIterator< T, IsConst > make_valid_sample_iterator (SampleIterator< T, IsConst > related_iterator)
 Creates an iterator that only returns valid samples. More...
 
template<typename T >
LoanedSamples< T > move (LoanedSamples< T > &ls) throw ()
 Creates a new LoanedSamples instance by moving the contents of an existing one. More...
 

Detailed Description

Namespace for Connext.