more code implemented. See pvDatabaseCPP.html for details

This commit is contained in:
Marty Kraimer
2013-04-18 15:16:26 -04:00
parent 124d28d33e
commit 26c977c0ae
16 changed files with 1725 additions and 201 deletions

View File

@@ -110,8 +110,8 @@ static void powerSupplyTest()
int main(int argc,char *argv[])
{
scalarTest();
//arrayTest();
//powerSupplyTest();
arrayTest();
powerSupplyTest();
return 0;
}