Changeset 5677
- Timestamp:
- 11/03/07 17:13:24 (6 years ago)
- Location:
- experimental/components/CIREN_SM/trunk/CIREN_SM
- Files:
-
- 2 modified
-
CIREN_SM.cpp (modified) (1 diff)
-
main.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
experimental/components/CIREN_SM/trunk/CIREN_SM/CIREN_SM.cpp
r5676 r5677 539 539 if (dwell_packet_counter == 20 || dwell_packet_counter == 60) { 540 540 // send beacon signal 541 DEBUG( 0, CIREN_SM, "sending beacon signal");541 DEBUG(2, CIREN_SM, "sending beacon signal"); 542 542 beacon_metadata.app_id=6; // specify packet should be sent as frame 543 543 tx_beacon[0] = 1; // request reply -
experimental/components/CIREN_SM/trunk/CIREN_SM/main.cpp
r5635 r5677 33 33 int main(int argc, char* argv[]) 34 34 { 35 ossieDebugLevel = 2;35 ossieDebugLevel = 1; 36 36 ossieSupport::ORB *orb = new ossieSupport::ORB; 37 37 omni_mutex component_running_mutex;