[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Tsp-devel] Multitype complément: comment les VOIR rapidement.
From: |
Erk |
Subject: |
[Tsp-devel] Multitype complément: comment les VOIR rapidement. |
Date: |
Tue, 18 Apr 2006 01:16:42 +0200 |
Ceux qui voudraient voir
RAPIDEMENT les symboles et leurs type/dimension
associés dans leur provider préféré peuvent
utiliser le consumer generic:
sur le stub actuel ça donne:
$ tsp_request_filtered_information SIMPLE t
tsp_request_generic: TSP provider URL is <localhost>
Request Open successfully sent to : <rpc://localhost/StubbedServer:0>
Obtained channel Id : <4>
Provider::base frequency = 100.000000
Provider::max period = 100000
Provider::max consumer = 100
Provider::current consumer nb = 1
Provider <symbols list begin>
pgi = 00000000, t, type = TSP_TYPE_DOUBLE, dim = 1
pgi = 00000001, Symbol1, type = TSP_TYPE_DOUBLE, dim = 1
pgi = 00000002, Symbol2, type = TSP_TYPE_DOUBLE, dim = 1
[...]
pgi = 00000998, Symbol998, type = TSP_TYPE_DOUBLE, dim = 1
pgi = 00000999, Symbol999, type = TSP_TYPE_DOUBLE, dim = 1
pgi = 00001000, FLOAT_Symbol1000, type = TSP_TYPE_FLOAT, dim = 1
pgi = 00001001, INT8_Symbol1001, type = TSP_TYPE_INT8, dim = 1
pgi = 00001002, INT16_Symbol1002, type = TSP_TYPE_INT16, dim = 1
pgi = 00001003, INT32_Symbol1003, type = TSP_TYPE_INT32, dim = 1
pgi = 00001004, INT64_Symbol1004, type = TSP_TYPE_INT64, dim = 1
pgi = 00001005, UINT8_Symbol1005, type = TSP_TYPE_UINT8, dim = 1
pgi = 00001006, UINT16_Symbol1006, type = TSP_TYPE_UINT16, dim = 1
pgi = 00001007, UINT32_Symbol1007, type = TSP_TYPE_UINT32, dim = 1
pgi = 00001008, UINT64_Symbol1008, type = TSP_TYPE_UINT64, dim = 1
pgi = 00001009, CHAR_Symbol1009, type = TSP_TYPE_CHAR, dim = 1
pgi = 00001010, UCHAR_Symbol1010, type = TSP_TYPE_UCHAR, dim = 1
pgi = 00001011, TAB_INT8_Symbol1011, type = TSP_TYPE_INT8, dim = 10
Provider <symbols list end>.
Request Close successfully sent to :rpc://localhost/StubbedServer:0
--
Erk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Tsp-devel] Multitype complément: comment les VOIR rapidement.,
Erk <=