Howto:Exposing Subsystems to Nasal: Difference between revisions

Line 60: Line 60:
+void info() {
+void info() {
+    SG_LOG(SG_GENERAL, SG_ALERT, "Total Entries in queues" <<  
+    SG_LOG(SG_GENERAL, SG_ALERT, "Total Entries in queues" <<  
+ "\t simtime queue:" << _simQueue->getQueueSize() << std::endl
+ "\t simtime queue:" << _simQueue->getQueueSize() << std::endl <<
+ "\t realtime queue:" << _rtQueue->getQueueSize() << std::endl
+ "\t realtime queue:" << _rtQueue->getQueueSize() << std::endl <<
+ );
+ );
+}
+}