Changeset 178:fcc96a2084f9 in finroc_plugins_data_ports
- Timestamp:
- 25.03.2021 07:55:10 (14 months ago)
- Branch:
- 17.03
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
common/tAbstractDataPort.cpp
r165 r178 195 195 void tAbstractDataPort::OnNetworkConnectionLoss() 196 196 { 197 if (GetFlag(tFlag::DEFAULT_ON_DISCONNECT) )197 if (GetFlag(tFlag::DEFAULT_ON_DISCONNECT) && IsReady() && (!GetParentWithFlags(tFlag::DELETED))) 198 198 { 199 199 ApplyDefaultValue();
Note: See TracChangeset
for help on using the changeset viewer.