Rename blade to disk for Bilby choppers.
This commit is contained in:
@@ -3,7 +3,7 @@ driver astrium_chopper = {
|
||||
vendor = astrium; device = chopper; protocol = std;
|
||||
class = NXdisk_chopper; simulation_group = chopper_simulation;
|
||||
|
||||
group blade_1 = {
|
||||
group disk_1 = {
|
||||
var state = {
|
||||
type = text; mutable = true; priv = user; readable = 1;
|
||||
read_command = '1'; fetch_function = fetchState; read_function = readState;
|
||||
@@ -16,7 +16,7 @@ driver astrium_chopper = {
|
||||
var aphase = { type = float; mutable = true; }
|
||||
}
|
||||
|
||||
group blade_2 = {
|
||||
group disk_2 = {
|
||||
var state = {
|
||||
type = text; mutable = true; priv = user; readable = 1;
|
||||
read_command = '2'; fetch_function = fetchState; read_function = readState;
|
||||
@@ -29,7 +29,7 @@ driver astrium_chopper = {
|
||||
var aphase = { type = float; mutable = true; }
|
||||
}
|
||||
|
||||
group blade_3 = {
|
||||
group disk_3 = {
|
||||
var state = {
|
||||
type = text; mutable = true; priv = user; readable = 1;
|
||||
read_command = '3'; fetch_function = fetchState; read_function = readState;
|
||||
@@ -42,7 +42,7 @@ driver astrium_chopper = {
|
||||
var aphase = { type = float; mutable = true; }
|
||||
}
|
||||
|
||||
group blade_4 = {
|
||||
group disk_4 = {
|
||||
var state = {
|
||||
type = text; mutable = true; priv = user; readable = 1;
|
||||
read_command = '4'; fetch_function = fetchState; read_function = readState;
|
||||
|
||||
Reference in New Issue
Block a user