Skip to content

Commit c5bcac4

Browse files
committed
update based on June 1st meeting
1 parent f46ba24 commit c5bcac4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

ChangeLog.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The following list contains changes to the community Power API specification version 2.1
22
\begin{itemize}
3-
\item{PWR_ObjGetSizeName - New function added that allows the user to get the size of buffer required to successfully call PWR_ObjGetName for a given object.}
3+
\item{PWR_ObjGetSizeOfName - New function added that allows the user to get the size of buffer required to successfully call PWR_ObjGetName for a given object.}
44

55
\end{itemize}
66

Common.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,9 @@ \section{Hierarchy Navigation Functions}\label{sec:Navigation}
133133
\returnval{PWR_RET_FAILURE} {Upon FAILURE.}
134134
\end{prototype}
135135
%=============================================================================%
136-
%int PWR_ObjGetSizeName( PWR_Obj object, size_t len );
137-
\begin{prototype}{ObjGetSizeName}
138-
\longdescription{The \texttt{PWR_ObjGetSizeName} returns the length of an object's name. The len parameter will contain the length of the name of the specified object including any string terminators upon return. See page \pageref{func:CntxtGetObjByName} to get the object based on the unique name using \texttt{PWR_CntxtGetObjByName}.}
136+
%int PWR_ObjGetSizeOfName( PWR_Obj object, size_t len );
137+
\begin{prototype}{ObjGetSizeOfName}
138+
\longdescription{The \texttt{PWR_ObjGetSizeOfName} returns the length of an object's name. The len parameter will contain the length of the name of the specified object including any string terminators upon return. See page \pageref{func:CntxtGetObjByName} to get the object based on the unique name using \texttt{PWR_CntxtGetObjByName}.}
139139
\returntype{int}
140140
\parameter{PWR_Obj object} {\pInput} {The object that the user wishes to determine the name of.}
141141
\parameter{size_t* len} {\pInputOutput} {The length of the user provided buffer.}

0 commit comments

Comments
 (0)