Skip to content

Commit

Permalink
Clarified comments
Browse files Browse the repository at this point in the history
  • Loading branch information
azonenberg committed Sep 4, 2018
1 parent 0e78da5 commit 57120a3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion TestInterface.h
Expand Up @@ -61,6 +61,8 @@ class TestInterface
/**
@brief Gets the manufacturer-assigned serial number for this programming adapter, if any.
This is a persistent, read-only string assigned by the manufacturer to identify this adapter.
Derived classes may choose to return the user ID, an empty string, or another default value if no serial number
has been assigned.
Expand All @@ -69,7 +71,9 @@ class TestInterface
virtual std::string GetSerial() =0;

/**
@brief Gets the user-assigned name for this JTAG adapter, if any.
@brief Gets the user-assigned name for this programming adapter, if any.
This is a persistent, user-writeable string ("hostname") used to identify this adapter.
Derived classes may choose to return the serial number, an empty string, or another default value if no name
has been assigned.
Expand Down

0 comments on commit 57120a3

Please sign in to comment.