CA to PVA rename

This commit is contained in:
Matej Sekoranja
2013-05-16 09:58:38 +02:00
parent c3fa37e71b
commit 6c14f27641
38 changed files with 163 additions and 161 deletions
+2 -2
View File
@@ -1111,7 +1111,7 @@ public:
* Function: main
*
* Description: eget main()
* Evaluate command line options, set up CA, connect the
* Evaluate command line options, set up PVA, connect the
* channels, print the data as requested
*
* Arg(s) In: [options] <pv-name>...
@@ -1142,7 +1142,7 @@ int main (int argc, char *argv[])
case 'h': /* Print usage */
usage();
return 0;
case 'w': /* Set CA timeout value */
case 'w': /* Set PVA timeout value */
if(epicsScanDouble(optarg, &timeOut) != 1)
{
fprintf(stderr, "'%s' is not a valid timeout value "