Updated documentation to give proper include file in doxygen and define a module selectors
Also added a load(stream) and save(stream) to eoState
This commit is contained in:
parent
6e925bedea
commit
f357a908bf
7 changed files with 46 additions and 9 deletions
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
using namespace std;
|
||||
|
||||
void eoFileMonitor::operator()(void)
|
||||
eoMonitor& eoFileMonitor::operator()(void)
|
||||
{
|
||||
if (firsttime)
|
||||
{
|
||||
|
|
@ -53,6 +53,6 @@ void eoFileMonitor::operator()(void)
|
|||
os << ',' << (*it)->getValue();
|
||||
}
|
||||
|
||||
// and we're there
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue