Skip to content
This repository was archived by the owner on Sep 21, 2024. It is now read-only.
This repository was archived by the owner on Sep 21, 2024. It is now read-only.

Packet Data Collection #22

@Aatha-Sivas

Description

@Aatha-Sivas

Create a new class storing all the packet information.

The class contains methods to update and get the packet information:

Fields:
private LapDataCollectionModel lapDataCollectionModel; private ParticipantCollectionModel participantCollectionModel; private MarshalZoneModel marshalZoneModel; private SessionDataModel sessionDataModel; private WeatherForecastSampleModel weatherForecastSampleModel;

update method example:
public void updateLapDataCollection(ByteBuffer byteBuffer) { this.lapDataCollectionModel.readData(byteBuffer); }

getter example:
public LapDataCollectionModel getLapDataCollectionModel() {
return this.lapDataCollectionModel;
}

Note: Getters need to be able to handle parallelization.

Metadata

Metadata

Assignees

Labels

featureNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions