RTI Routing Service
Version 6.0.1
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
RTI Routing Service
Multi-threading safety
Modules
Data Structures
Files
File List
AdapterForwarder.hpp
AdapterPlugin.hpp
AdvLogContext.hpp
BodyManagedReply.hpp
Connection.hpp
ConnectionForwarder.hpp
Counters.hpp
DiscoveryStreamReader.hpp
DiscoveryStreamReaderForwarder.hpp
DynamicBuffer.hpp
DynamicDataConverter.hpp
EntityId.hpp
EntityListener.hpp
ForwarderUtils.hpp
Input.hpp
LoanedSample.hpp
LoanedSamples.hpp
routing/log/LogConfig.hpp
service/log/LogConfig.hpp
Monitorable.hpp
Output.hpp
PortIterator.hpp
Processor.hpp
ProcessorForwarder.hpp
ProcessorPlugin.hpp
ProcessorPluginForwarder.hpp
PropertySet.hpp
Query.hpp
RequestInterceptor.hpp
ResourceIdentifier.hpp
Route.hpp
RoutingService.hpp
RoutingServiceImpl.hpp
SampleIterator.hpp
ServiceException.hpp
ServiceProperty.hpp
Session.hpp
SessionForwarder.hpp
StreamInfo.hpp
StreamReader.hpp
StreamReaderForwarder.hpp
StreamReaderListener.hpp
StreamReaderListenerForwarder.hpp
StreamWriter.hpp
StreamWriterForwarder.hpp
Transformation.hpp
TransformationForwarder.hpp
TransformationPlugin.hpp
TransformationPluginForwarder.hpp
TypeInfo.hpp
UpdatableEntity.hpp
UpdatableEntityForwarder.hpp
Utils.hpp
Globals
•
All
Data Structures
Files
Functions
Typedefs
Enumerations
Enumerator
Groups
Pages
Session.hpp
1
/*
2
* (c) Copyright, Real-Time Innovations, 2017.
3
* All rights reserved.
4
*
5
* No duplications, whole or partial, manual or electronic, may be made
6
* without express written permission. Any such copies, or
7
* revisions thereof, must display this notice unaltered.
8
* This code contains trade secrets of Real-Time Innovations, Inc.
9
*/
10
#ifndef RTI_ROUTING_ADAPTER_SESSION_HPP_
11
#define RTI_ROUTING_ADAPTER_SESSION_HPP_
12
13
#include <rti/routing/UpdatableEntity.hpp>
14
15
namespace
rti {
namespace
routing {
namespace
adapter {
16
28
class
Session
:
public
UpdatableEntity
{
29
30
public
:
31
35
virtual
~Session
()
36
{
37
}
38
};
39
40
}}}
41
42
#endif // RTI_ROUTING_ADAPTER_SESSION_HPP_
RTI Routing Service Version 6.0.1
Copyright © Sun Nov 17 2019
Real-Time Innovations, Inc