FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
void ConnectionDimFSC::Update
(
DimDescribedService
&
svc
,
vector< float >
data
,
float
time
)
const
inline
private
Definition at line
598
of file
fscctrl.cc
.
References
time
, and
DimDescribedService::Update()
.
599
{
600
data.insert(data.begin(),
time
);
601
svc.
Update
(data);
602
}
time
Warning because the service this data corrsponds to might have been last updated longer ago than Local time
Definition:
smartfact.txt:92
DimDescribedService::Update
int Update()
Definition:
DimDescriptionService.cc:161
Here is the call graph for this function:
ConnectionDimFSC
Generated on Sun Sep 18 2016 20:50:44 for FACT++ by
1.8.11