added doc for structures
This commit is contained in:
+1
-1
@@ -997,7 +997,7 @@ values specified when the request was made by the application.</p>
|
||||
|
||||
void myCallback ( struct event_handler_args args )
|
||||
{
|
||||
if ( args.status != ECA_NOEMAL ) {
|
||||
if ( args.status != ECA_NORMAL ) {
|
||||
}
|
||||
if ( args.type == DBR_TIME_DOUBLE ) {
|
||||
const struct dbr_time_double * pTD =
|
||||
|
||||
Reference in New Issue
Block a user