Skip to content

Commit

Permalink
Rename DoubleWaveform -> DoubleAnalogWaveform
Browse files Browse the repository at this point in the history
  • Loading branch information
ccaltagi committed Mar 20, 2024
1 parent de64767 commit c822e7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ni/protobuf/types/waveform.proto
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ option objc_class_prefix = "NIPT";
option php_namespace = "NI\\PROTOBUF\\TYPES";
option ruby_package = "NI::Protobuf::Types";

// DoubleWaveform datatype.
message DoubleWaveform
// DoubleAnalogWaveform datatype.
message DoubleAnalogWaveform
{
// The trigger time of the waveform.
PrecisionTimestamp t0 = 1;
Expand Down

0 comments on commit c822e7c

Please sign in to comment.