Major upgrade
This commit is contained in:
@@ -37,8 +37,11 @@ namespace Raytheon.Instruments.GeneralIO
|
||||
|
||||
COM_PORT,
|
||||
DIO_ADDRESS,
|
||||
DIO_PORT,
|
||||
DIO_OPTIONS,
|
||||
|
||||
DEVICE_NUMBER,
|
||||
PXI_CARD_SLOT_INDEX
|
||||
BUS_NUMBER,
|
||||
LXI_IP_ADDRESS
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,6 +12,7 @@ namespace Raytheon.Instruments
|
||||
public struct DIOChannelInfo
|
||||
{
|
||||
public uint channelNumber;
|
||||
public IOType ioType;
|
||||
public int initialValue;
|
||||
};
|
||||
|
||||
|
||||
@@ -58,13 +58,13 @@ namespace Raytheon.Instruments
|
||||
IODatatypes.BitState GetBitState(string signalName);
|
||||
|
||||
/// <summary>
|
||||
/// Get signal names
|
||||
/// Get all signals
|
||||
/// </summary>
|
||||
/// <param></param>
|
||||
/// <returns>
|
||||
/// </returns>
|
||||
[UmsCommand("IGeneralIO.GetSignalNames")]
|
||||
List<string> GetSignalNames();
|
||||
Dictionary<string,IODatatypes.DIOChannelInfo> GetAllSignals();
|
||||
|
||||
/// <summary>
|
||||
/// Gets the number of input bits.
|
||||
|
||||
Reference in New Issue
Block a user