Changeset 909 for trunk/MagicSoft/Cosy/candrv/network.cc
- Timestamp:
- 08/15/01 12:39:04 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/candrv/network.cc
r808 r909 6 6 void Network::Start() 7 7 { 8 StartReceiver(); 8 lout << "- Starting network." << endl; 9 10 VmodIcan::Start(); 9 11 InitNodes(); 12 13 lout << "- Network started." << endl; 10 14 } 11 15 12 16 void Network::Stop() 13 17 { 18 lout << "- Stopping network." << endl; 19 14 20 StopNodes(); 15 StopReceiver();21 VmodIcan::Stop(); 16 22 17 23 lout << "- Network stopped." << endl; … … 166 172 } 167 173 168 bool Network::HasError() 174 bool Network::HasError() const 169 175 { 170 176 for (int i=0; i<32; i++)
Note:
See TracChangeset
for help on using the changeset viewer.