blob: 25cee2b61c98b82ed0a430c7fd463a2ca7f52a3c [file] [log] [blame]
Carmelo Cascone8d99b172017-07-18 17:26:31 -04001/*
Carmelo Cascone99c59db2019-01-17 15:39:35 -08002 * Copyright 2019-present Open Networking Foundation
Carmelo Cascone8d99b172017-07-18 17:26:31 -04003 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
Carmelo Cascone8d99b172017-07-18 17:26:31 -040017/**
Carmelo Cascone4c289b72019-01-22 15:30:45 -080018 * Classes to translates from PI framework-related objects to P4Runtime protobuf
19 * messages, and vice versa.
Carmelo Cascone8d99b172017-07-18 17:26:31 -040020 */
Carmelo Cascone4c289b72019-01-22 15:30:45 -080021package org.onosproject.p4runtime.ctl.codec;