示例#1
0
bool CSingleAction::Run(CPathAction &DesiredAction)
{
        
    m_Notifications.push_back(CMOOSMsg(MOOS_NOTIFY,m_sVarName,m_sValue,MOOSTime()));
    return OnComplete();
}
示例#2
0
bool CSimEnvironment::AddReport(const std::string & sName, const std::string &sData)
{
    m_MailOut.push_back(CMOOSMsg(MOOS_NOTIFY,sName,sData.c_str()));
    return true;
}