MCPcopy Create free account
hub / github.com/LARG/HFO / SampleCommunication

Method SampleCommunication

src/sample_communication.cpp:158–169  ·  view source on GitHub ↗

-------------------------------------------------------------------*/ ! */

Source from the content-addressed store, hash-verified

156
157 */
158SampleCommunication::SampleCommunication()
159 : M_current_sender_unum( Unum_Unknown ),
160 M_next_sender_unum( Unum_Unknown ),
161 M_ball_send_time( 0, 0 )
162{
163 for ( int i = 0; i < 12; ++i )
164 {
165 M_teammate_send_time[i].assign( 0, 0 );
166 M_opponent_send_time[i].assign( 0, 0 );
167 }
168
169}
170
171/*-------------------------------------------------------------------*/
172/*!

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected