-
Notifications
You must be signed in to change notification settings - Fork 4
Сhanges in class Attribute. #64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
ec42e11
The invalidAttributeType added to enum class Error declaration.
HelenMamontova 273e007
The enum class ValueType and function make added to the class Attribute
HelenMamontova 3710e59
The case Error::invalidAttributeType added to switch in the function
HelenMamontova d7ad025
Function Attribute::make definition added.
HelenMamontova 735836f
The case Error::typeIsNotSupported added to switch in the function me…
HelenMamontova d964a8e
Exception added if type == vsa in the function make.
HelenMamontova 0826ceb
The typeIsNotSupported added to enum class Error declaration.
HelenMamontova d500b09
The "vsa" check removed in make function make.
HelenMamontova 514d485
The parseValueType function definition and call in the function make
HelenMamontova 30ed640
The variant default added to switch(valueType).
HelenMamontova 906bdbf
Case Error::invalidValueTypeMember and error message added to the
HelenMamontova 353e0da
The element invalidValueTypeMember added to enum class Error.
HelenMamontova 4022d0f
The check "vsa" added to parseValueType function.
HelenMamontova 51263e8
The case Error::invalidValueTypeMember and error message changed in the
HelenMamontova 46976a1
The throw RadProto::Exception(RadProto::Error::invalidAttributeType)
HelenMamontova 8d6e68f
The invalidValueTypeMember changed to invalidValueType in enum class
HelenMamontova 57868ec
The parseValueType function declaration added.
HelenMamontova 29e7b8b
The enum class ValueType added, using ValueType removed.
HelenMamontova fa61b6d
The enum class ValueType removed.
HelenMamontova 2d1b0ff
The parseValueType function and enum class ValueType moved to anonymous
HelenMamontova 9b4966c
The invalidHexStringLength added to enum class Error.
HelenMamontova c3826f2
The case Error::invalidHexStringLength added in the function message.
HelenMamontova d814d73
The header file <iostream> removed, function parseValueType fixed. The
HelenMamontova 8f32fec
The test suite AttributeMakeTests added.
HelenMamontova 1319b72
The tests for methods of class String added to test case TypeStringTest.
HelenMamontova c8f3c1e
The tests for methods of class Integer added to test case TypeInteger…
HelenMamontova e96a9bd
The names of case changed in test suite AttributeMakeTests.
HelenMamontova 170c194
The tests for methods of class Integer added to test case TypeDateInt…
HelenMamontova 31dbc9c
The tests for methods of class IpAddress added to test case TypeIpaddr.
HelenMamontova ef898c1
The tests for methods of class Encrypted added to test case
HelenMamontova de0f9af
The tests for methods of class Bytes added to test case TypeOctets.
HelenMamontova File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no
defaultvariant. What will happen if the type isChapPasswordorVendorSpecific?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or if the type is neither of the enum values?