~goby-dev/goby/1.0-lcm

« back to all changes in this revision

Viewing changes to src/moos/pAcommsHandler/pAcommsHandler.cpp

  • Committer: Toby Schneider
  • Date: 2011-05-02 16:37:55 UTC
  • mfrom: (112.1.8 1.0)
  • Revision ID: tes.aubergine@gmail.com-20110502163755-rrimulkuo5z9wbkn
merged in changes to release 1.0.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#include <boost/date_time/posix_time/posix_time.hpp>
29
29
#include <boost/numeric/conversion/cast.hpp>
30
30
#include <boost/foreach.hpp>
 
31
#include <boost/math/special_functions/fpclassify.hpp>
31
32
 
32
33
#include "pAcommsHandler.h"
33
34
#include "goby/util/sci.h"
34
35
 
35
 
#include <boost/math/special_functions/fpclassify.hpp>
36
 
 
37
36
using namespace goby::util::tcolor;
38
37
using goby::acomms::operator<<;
39
38
using goby::util::glogger;
457
456
        if(!exists)
458
457
            cfg_.mutable_dccl_cfg()->add_message_file()->CopyFrom(cfg_.queue_cfg().message_file(i));
459
458
        
460
 
    }
461
 
 
462
 
    
463
 
    // check finalized configuration
464
 
    glogger() << cfg_.DebugString() << std::endl;
465
 
    cfg_.CheckInitialized();
 
459
    }    
466
460
 
467
461
    // start goby-acomms classes
468
462
    if(driver_) driver_->startup(cfg_.driver_cfg());