FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
BridgeCommand::BridgeCommand
(
char *
name
,
char *
format
)
inline
Definition at line
131
of file
dimbridge.cxx
.
References
bridge_name
, and
DimServer::start()
.
131
:
132
DimCommand
(name, format)
133
{
134
DimServer::start
(
bridge_name
);
135
cmnd
= 1;
136
found
= 1;
137
strcpy(
srv_name
, name);
138
// cout << "Bridging Command: " << name << endl;
139
}
BridgeCommand::found
int found
Definition:
dimbridge.cxx:122
BridgeCommand::srv_name
char srv_name[256]
Definition:
dimbridge.cxx:115
bridge_name
static char bridge_name[64]
Definition:
dimbridge.cxx:8
DimServer::start
static void start()
Definition:
discpp.cxx:512
BridgeCommand::cmnd
int cmnd
Definition:
dimbridge.cxx:121
DimCommand::DimCommand
DimCommand(const char *name, char *format)
Definition:
discpp.cxx:1336
Here is the call graph for this function:
BridgeCommand
Generated on Sun Sep 18 2016 20:50:43 for FACT++ by
1.8.11