rsb_version_output.txt

V. Losing, 11/08/2012 02:19 PM

Download (2.57 KB)

 
1
Version: 0.7.0, build archive (DATE 000000), abi 2
2

    
3
Default Configuration
4
class rsb::ParticipantConfig[qosSpec = QualityOfServiceSpec[ordering = 10, reliability = 20], errorStrategy = 0, transports = {Transport[name = socket, converters = {}, options = p{ enabled: "0" }], Transport[name = spread, converters = {}, options = p{ enabled: "1" }], Transport[name = inprocess, converters = {}, options = p{ enabled: "0" }]}, eventReceivingStrategy = class rsb::ParticipantConfig::EventProcessingStrategy[name = parallel, options = p{  }], eventSendingStrategy = class rsb::ParticipantConfig::EventProcessingStrategy[name = direct, options = p{  }], options = p{  }]]
5

    
6
Event Processing
7
implementations of interface class rsb::eventprocessing::EventReceivingStrategy:
8

    
9
implementations of interface class rsb::eventprocessing::EventSendingStrategy:
10

    
11

    
12
Connectors
13
ConnectorFactory<class rsb::transport::InPullConnector>[
14
]
15
ConnectorFactory<class rsb::transport::InPushConnector>[
16
]
17
ConnectorFactory<class rsb::transport::OutConnector>[
18
]
19

    
20
Converters
21
Repository<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >>[
22
	.*               <-> bytearray       : class rsb::converter::ByteArrayConverter[wireType = class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >, wireSchema = .*, dataType = bytearray]
23
	.rsb.protocol.EventId <-> class rsb::EventId: EventIdConverter[wireType = class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >, wireSchema = dummy, dataType = class rsb::EventId]
24
	bool             <-> bool            : class rsb::converter::BoolConverter[wireType = class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >, wireSchema = bool, dataType = bool]
25
	uint64           <-> unsigned __int64: class rsb::converter::Uint64Converter[wireType = class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >, wireSchema = uint64, dataType = unsigned __int64]
26
	utf-8-string     <-> class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >: class rsb::converter::StringConverter[wireType = class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >, wireSchema = utf-8-string, dataType = class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >]
27
	void             <-> void            : class rsb::converter::VoidConverter[wireType = class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >, wireSchema = void, dataType = void]
28
]