FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
void add_serv_bool
(
const bool &
boolval
)
Definition at line
102
of file
test_server.cxx
.
Referenced by
main()
.
103
{
104
105
// serv = new DimService("TEST/BOOLVAL_CONST",(short &)boolval);
106
bool_serv
[0] =
new
DimService
(
"TEST/BOOLVAL_CONST"
,
"C:1"
, (
void
*)&boolval, 1);
107
bool_serv
[1] =
new
DimService
(
"TEST/BOOLVAL_CONST1"
,
"C:1"
, (
void
*)&boolval, 1);
108
}
DimService
Definition:
dis.hxx:141
bool_serv
DimService * bool_serv[10]
Definition:
test_server.cxx:101
Here is the caller graph for this function:
dim
src
examples
test_server.cxx
Generated on Sun Sep 18 2016 20:50:31 for FACT++ by
1.8.11