Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Brian O'Connor
2015-05-01 13:03:20 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
aa17b4de6a9b388823bacfb2a5f9053227d538ee
aa17b4de
1 parent
eba4e340
Added @return to lambda javadoc
Change-Id: I1ec2414851595567fec444252ff9f374cc31240e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
core/api/src/main/java/org/onosproject/net/Lambda.java
core/api/src/main/java/org/onosproject/net/Lambda.java
View file @
aa17b4d
...
...
@@ -36,6 +36,7 @@ public interface Lambda {
* @param channelSpacing channel spacing
* @param spacingMultiplier channel spacing multiplier
* @param slotGranularity slot width granularity
* @return new lambda with specified arguments
*/
static
Lambda
ochSignal
(
GridType
gridType
,
ChannelSpacing
channelSpacing
,
int
spacingMultiplier
,
int
slotGranularity
)
{
...
...
Please
register
or
login
to post a comment